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

Unified Diff: tools/licenses.py

Issue 10829272: Add a function to provide the list of third-party directories which are incompatible with Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Clean up regex Created 8 years, 4 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/licenses.py
diff --git a/tools/licenses.py b/tools/licenses.py
index d4140f8f3d9d326a421913031e2025b71efe497e..b8bdd5ccce555e6f36066ca8ab0adad292fe94cf 100755
--- a/tools/licenses.py
+++ b/tools/licenses.py
@@ -109,6 +109,7 @@ SPECIAL_CASES = {
"Name": "open-vcdiff",
"URL": "http://code.google.com/p/open-vcdiff",
"License": "Apache 2.0, MIT, GPL v2 and custom licenses",
+ "Android Compatibility": "yes",
},
os.path.join('testing', 'gmock'): {
"Name": "gmock",
@@ -247,7 +248,7 @@ def ParseDir(path):
# Relative path to a file containing some html we're required to place in
# about:credits.
- optional_keys = ["Required Text"]
+ optional_keys = ["Required Text", "Android Compatibility"]
if path in SPECIAL_CASES:
metadata.update(SPECIAL_CASES[path])
« android_webview/tools/webview_licenses.py ('K') | « third_party/zlib/README.chromium ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698