Skip to content

Commit

Permalink
Remove third_party/mesa and references.
Browse files Browse the repository at this point in the history
third_party/mesa/src is no longer checked out as of r582655.

BUG=873321

Change-Id: I6ee0dabd58b77a2c1995b7d42df4fb4df909884c
Reviewed-on: https://chromium-review.googlesource.com/1175403
Reviewed-by: Alexis Hétu <sugoi@chromium.org>
Reviewed-by: Scott Violet <sky@chromium.org>
Reviewed-by: Peter Collingbourne <pcc@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/master@{#583326}
  • Loading branch information
leizleiz authored and Commit Bot committed Aug 15, 2018
1 parent a2eb187 commit 86d8a53
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 620 deletions.
2 changes: 1 addition & 1 deletion build/linux/unbundle/README
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Usage:

1. remove_bundled_libraries.py <preserved-directories>

For example: remove_bundled_libraries.py third_party/mesa
For example: remove_bundled_libraries.py third_party/zlib

The script scans sources looking for third_party directories.
Everything that is not explicitly preserved is removed (except for
Expand Down
512 changes: 0 additions & 512 deletions third_party/mesa/LICENSE

This file was deleted.

4 changes: 0 additions & 4 deletions third_party/mesa/OWNERS

This file was deleted.

74 changes: 0 additions & 74 deletions third_party/mesa/README.chromium

This file was deleted.

19 changes: 0 additions & 19 deletions third_party/mesa/README.txt

This file was deleted.

3 changes: 0 additions & 3 deletions tools/cfi/blacklist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ fun:*Allocate*Backing*
# WTF::ThreadSpecific
fun:*ThreadSpecific*

# Mesa contains several bad casts.
src:*third_party/mesa*

# LLVM's allocator
src:*llvm/Support/Allocator.h

Expand Down
6 changes: 0 additions & 6 deletions tools/checklicenses/checklicenses.py
Original file line number Diff line number Diff line change
Expand Up @@ -452,12 +452,6 @@ def PrintUsage():
'third_party/lzma_sdk': [
'UNKNOWN',
],
'third_party/mesa/src': [
'GPL (v2)',
'GPL (v3 or later)',
'MIT/X11 (BSD like) GPL (v3 or later) with Bison parser exception',
'UNKNOWN', # http://crbug.com/98450
],
'third_party/modp_b64': [
'UNKNOWN',
],
Expand Down
1 change: 0 additions & 1 deletion tools/checkperms/checkperms.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@
'third_party/lcov/contrib/galaxy/gen_makefile.sh',
'third_party/libxml/linux/xml2-config',
'third_party/libxml/src/ltmain.sh',
'third_party/mesa/',
'third_party/protobuf/',
'third_party/sqlite/',
'third_party/talloc/script/mksyms.sh',
Expand Down

0 comments on commit 86d8a53

Please sign in to comment.