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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 2411423002: Linux build: Use sysroot when calculating dependencies (Closed)
Patch Set: Ignore dpkg-dev in checklicenses.py Created 4 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
« no previous file with comments | « third_party/dpkg-dev/triplettable ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/checklicenses/checklicenses.py
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py
index 3d27b0f2a06b1974ad54b3c107da3b2db1905fd9..48ccbeb6c5be933122cf2d3922f73a3fbf3bd0b9 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -234,6 +234,9 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'third_party/devscripts': [
'GPL (v2 or later)',
],
+ 'third_party/dpkg-dev': [
Lei Zhang 2016/10/17 23:28:30 I'm lgtm-ing this separately. No need to stop the
Tom (Use chromium acct) 2016/10/18 19:25:14 Done.
+ 'GPL (v2 or later)',
+ ],
'third_party/catapult/firefighter/default/tracing/third_party/devscripts': [
Lei Zhang 2016/10/17 23:28:30 Also, the 3 devscripts entries are grouped togethe
Tom (Use chromium acct) 2016/10/18 19:25:14 Done.
'GPL (v2 or later)',
],
« no previous file with comments | « third_party/dpkg-dev/triplettable ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698