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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Name: Descriptive name of the package 1 Name: Descriptive name of the package
2 Short Name: Name the package is distributed under (ex. libxml, openssl, etc) 2 Short Name: Name the package is distributed under (ex. libxml, openssl, etc)
3 URL: The URL where the package lives 3 URL: The URL where the package lives
4 Version: A searchable version number for the package (if the package does not ve rsion or is versioned by date or revision this field should be "0" and the revis ion, or date should be enumerated in the appropriate field) 4 Version: A searchable version number for the package (if the package does not ve rsion or is versioned by date or revision this field should be "0" and the revis ion, or date should be enumerated in the appropriate field)
5 Date: (OPTIONAL if version is supplied) The date that the package was updated 5 Date: (OPTIONAL if version is supplied) The date that the package was updated
6 Revision: (OPTIONAL if version is supplied) The current revision of the package 6 Revision: (OPTIONAL if version is supplied) The current revision of the package
7 License: The license under which the package is distributed. Arbitrary text is a llowed, but prefer standard forms, eg MIT/X11/BSD/Apache 2.0/GPL/LGPL. 7 License: The license under which the package is distributed. Arbitrary text is a llowed, but prefer standard forms, eg MIT/X11/BSD/Apache 2.0/GPL/LGPL.
8 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 t he shipped product, so its license does not need to be included in about:credits and no license file is required. 8 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 t he shipped product, so its license does not need to be included in about:credits and no license file is required.
9 Security Critical: Either yes or no depending on whether this package is shipped in releases. For example openssl is critical where cygwin is not. 9 Security Critical: Either yes or no depending on whether this package is shipped in releases. For example openssl is critical where cygwin is not.
10 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.
10 11
11 Description: 12 Description:
12 A short description of what the package is and is used for. 13 A short description of what the package is and is used for.
13 14
14 Local Modifications: 15 Local Modifications:
15 Enumerate any changes that have been made locally to the package from the shippi ng version listed above. 16 Enumerate any changes that have been made locally to the package from the shippi ng version listed above.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698