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

Unified Diff: third_party/README.chromium.template

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: third_party/README.chromium.template
diff --git a/third_party/README.chromium.template b/third_party/README.chromium.template
index 24698de3f0e325a662ad36e719f5d3da7be07644..8234ded2d45246e779fad53e80e8fdcc5e42becb 100644
--- a/third_party/README.chromium.template
+++ b/third_party/README.chromium.template
@@ -7,6 +7,7 @@ Revision: (OPTIONAL if version is supplied) The current revision of the package
License: The license under which the package is distributed. Arbitrary text is allowed, but prefer standard forms, eg MIT/X11/BSD/Apache 2.0/GPL/LGPL.
License File: (OPTIONAL) File that contains a copy of the package's license. Use the special value NOT_SHIPPED to indicate that the package is not included in the shipped product, so its license does not need to be included in about:credits and no license file is required.
Security Critical: Either yes or no depending on whether this package is shipped in releases. For example openssl is critical where cygwin is not.
+Android Compatibility: (OPTIONAL) Whether the package uses a license compatible with Android. Required only if the package is compatible and the 'License' field uses a non-standard value.
Description:
A short description of what the package is and is used for.

Powered by Google App Engine
This is Rietveld 408576698