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

Unified Diff: tools/licenses.py

Issue 404543003: adb_profile_chrome: Check in perf-to-tracing conversion script (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added README.chromium. Created 6 years, 5 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 | « no previous file | tools/profile_chrome/perf_controller.py » ('j') | 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 7e3b3c5db7531bcf0a521bef9f8acaf4673b6063..6db989ff4e2518f3cd657f76553cf3dc9bbedfa5 100755
--- a/tools/licenses.py
+++ b/tools/licenses.py
@@ -55,6 +55,7 @@ PRUNE_PATHS = set([
os.path.join('third_party','qunit'),
os.path.join('third_party','sinonjs'),
os.path.join('third_party','syzygy'),
+ os.path.join('tools', 'profile_chrome', 'third_party'),
# Chromium code in third_party.
os.path.join('third_party','fuzzymatch'),
« no previous file with comments | « no previous file | tools/profile_chrome/perf_controller.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698