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

Unified Diff: tools/licenses.py

Issue 1532203002: Update README.chromium to reflect whether a tool is shipped or not (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add webdriver Created 5 years 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/webtreemap/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 a7f64b8390ee4cd3b1f70833abea10742b201680..e25140e79ee43f99926845835f9b74ccb2dcb5f2 100755
--- a/tools/licenses.py
+++ b/tools/licenses.py
@@ -85,6 +85,9 @@ PRUNE_PATHS = set([
# For testing only, presents on some bots.
os.path.join('isolate_deps_dir'),
+
+ # Overrides some WebRTC files, same license. Skip this one.
+ os.path.join('third_party', 'webrtc_overrides'),
])
# Directories we don't scan through.
« no previous file with comments | « third_party/webtreemap/README.chromium ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698