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

Unified Diff: components/cronet.gypi

Issue 286033006: Add url_java.jar, AUTHORS, LICENSE and VERSION to cronet package. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comments, add url_java.jar. Created 6 years, 7 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 | « no previous file | components/cronet/tools/cronet_licenses.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet.gypi
diff --git a/components/cronet.gypi b/components/cronet.gypi
index 5832c6ebb48df8307d16e7b81e607143dc853544..663fbefb7a58efced640723889aff14ab77f5439 100644
--- a/components/cronet.gypi
+++ b/components/cronet.gypi
@@ -140,14 +140,33 @@
'<@(_outputs)',
],
},
+ {
+ 'action_name': 'generate licenses',
+ 'inputs': ['cronet/tools/cronet_licenses.py'] ,
+ 'outputs': ['<(package_dir)/LICENSE'],
+ 'action': [
+ 'python',
+ '<@(_inputs)',
+ 'license',
+ '<@(_outputs)',
+ ],
+ },
],
'copies': [
{
+ 'destination': '<(package_dir)',
+ 'files': [
+ '../AUTHORS',
+ '../chrome/VERSION',
+ ],
+ },
+ {
'destination': '<(package_dir)/libs',
'files': [
'<(PRODUCT_DIR)/lib.java/<(java_lib)',
'<(PRODUCT_DIR)/lib.java/base_java.jar',
'<(PRODUCT_DIR)/lib.java/net_java.jar',
+ '<(PRODUCT_DIR)/lib.java/url_java.jar',
mef 2014/05/19 21:38:03 I'd like to combine all these jars into one 'crone
],
},
],
« no previous file with comments | « no previous file | components/cronet/tools/cronet_licenses.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698