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

Unified Diff: tools/licenses.py

Issue 107933006: Get rid of ui_cocoa_third_party_toolkits target from ui.gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add it to ADDITIONAL_PATHS Created 7 years 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/licenses.py
diff --git a/tools/licenses.py b/tools/licenses.py
index e87a54d1682565088f01b458b7d5f7d18eda111c..892b06169a2edd72df48b38a504b570407936f19 100755
--- a/tools/licenses.py
+++ b/tools/licenses.py
@@ -90,6 +90,7 @@ ADDITIONAL_PATHS = (
os.path.join('testing', 'gtest'),
# The directory with the word list for Chinese and Japanese segmentation
# with different license terms than ICU.
+ os.path.join('third_party', 'google_toolbox_for_mac', 'src'): {
Mark Mentovai 2013/12/13 14:39:13 This line contains errors.
tfarina 2013/12/13 21:42:15 that is what I get for doing things while leaving
os.path.join('third_party','icu','source','data','brkitr'),
os.path.join('tools', 'grit'),
os.path.join('tools', 'gyp'),
@@ -140,7 +141,7 @@ SPECIAL_CASES = {
# Absolute path here is resolved as relative to the source root.
"License File": "/LICENSE.chromium_os",
},
- os.path.join('third_party', 'GTM'): {
+ os.path.join('third_party', 'google_toolbox_for_mac', 'src'): {
"Name": "Google Toolbox for Mac",
"URL": "http://code.google.com/p/google-toolbox-for-mac/",
"License": "Apache 2.0",

Powered by Google App Engine
This is Rietveld 408576698