Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(66)

Unified Diff: tools/licenses.py

Issue 1935233002: 👖 Mark a few build-time-only third-party README.chromiums as NOT_SHIPPED (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert custom_tabs_client (we intend to compile it in) Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/proguard/README.chromium ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/licenses.py
diff --git a/tools/licenses.py b/tools/licenses.py
index 6aa766691e2762ecfbc695ba00f00a87d8886309..7a77710c0c5c1d3a8733e8193d7f799062ff1e19 100755
--- a/tools/licenses.py
+++ b/tools/licenses.py
@@ -29,6 +29,9 @@ PRUNE_PATHS = set([
# Placeholder directory only, not third-party code.
os.path.join('third_party','adobe'),
+ # Already covered by //third_party/android_tools.
+ os.path.join('third_party','android_tools_internal'),
+
# Apache 2.0 license. See crbug.com/140478
os.path.join('third_party','bidichecker'),
@@ -42,11 +45,13 @@ PRUNE_PATHS = set([
os.path.join('build','secondary'),
os.path.join('third_party','bison'),
os.path.join('third_party','blanketjs'),
+ os.path.join('third_party','chromite'),
os.path.join('third_party','cygwin'),
os.path.join('third_party','gles2_conform'),
os.path.join('third_party','gnu_binutils'),
os.path.join('third_party','gold'),
os.path.join('third_party','gperf'),
+ os.path.join('third_party','jarjar'),
os.path.join('third_party','kasko'),
os.path.join('third_party','lighttpd'),
os.path.join('third_party','llvm'),
@@ -56,6 +61,7 @@ PRUNE_PATHS = set([
os.path.join('third_party','pefile'),
os.path.join('third_party','perl'),
os.path.join('third_party','psyco_win32'),
+ os.path.join('third_party','pyelftools'),
os.path.join('third_party','pylib'),
os.path.join('third_party','pywebsocket'),
os.path.join('third_party','qunit'),
« no previous file with comments | « third_party/proguard/README.chromium ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698