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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 2411423002: Linux build: Use sysroot when calculating dependencies (Closed)
Patch Set: Update expected_deps 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..cfb09bc79157e62206f6a47b301671e0e40bb47c 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -231,6 +231,11 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'UNKNOWN',
],
+ # https://bugs.chromium.org/p/chromium/issues/detail?id=655755
+ 'third_party/dpkg-dev': [
+ 'GPL (v2 or later)',
+ ],
+
'third_party/devscripts': [
'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