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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 11148035: Add CrOS's dbus-c++ to Chromium Linux. This is needed to build mtpd. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: add missing define Created 8 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/cros_dbus_cplusplus/cros_dbus_cplusplus.gyp ('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
===================================================================
--- tools/checklicenses/checklicenses.py (revision 162039)
+++ tools/checklicenses/checklicenses.py (working copy)
@@ -190,6 +190,15 @@
'third_party/cld/encodings/compact_lang_det': [ # http://crbug.com/98120
'UNKNOWN',
],
+ # Not used. http://crbug.com/156020
+ # Using third_party/cros_dbus_cplusplus/cros_dbus_cplusplus.gyp instead.
+ 'third_party/cros_dbus_cplusplus/source/autogen.sh': [
+ 'UNKNOWN',
+ ],
+ # Included in the source tree but not built. http://crbug.com/156020
+ 'third_party/cros_dbus_cplusplus/source/examples': [
+ 'UNKNOWN',
+ ],
'third_party/devscripts': [
'GPL (v2 or later)',
],
« no previous file with comments | « third_party/cros_dbus_cplusplus/cros_dbus_cplusplus.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698