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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 26718002: Remove references to sconsbuild (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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
Index: tools/checklicenses/checklicenses.py
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py
index c8fa7026d1aa2e679b3e64931de4b9b4221b1cb6..179e810571e396c0caf436bf56c0dfecdcfe28e3 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -493,7 +493,7 @@ def check_licenses(options, args):
# All files in the build output directory are generated one way or another.
# There's no need to check them.
- if filename.startswith('out/') or filename.startswith('sconsbuild/'):
Lei Zhang 2013/10/09 18:59:14 Do bots still have a sconsbuild symlink? Can we ac
Nico 2013/10/09 19:22:25 If so, we can remove those symlinks, right?
+ if filename.startswith('out/'):
continue
# For now we're just interested in the license.

Powered by Google App Engine
This is Rietveld 408576698