| Index: components/cronet.gypi
|
| diff --git a/components/cronet.gypi b/components/cronet.gypi
|
| index 5832c6ebb48df8307d16e7b81e607143dc853544..d514a9fd4f40c95de87a90ff5de43a7813bbb1a1 100644
|
| --- a/components/cronet.gypi
|
| +++ b/components/cronet.gypi
|
| @@ -140,9 +140,27 @@
|
| '<@(_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)',
|
|
|