Index: chromecast/chromecast.gyp |
diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp |
index 4f5768452d692db3e4923098eab054238a39cf5d..e71e25ce2696d95755b8e793ebe7a70836cebced 100644 |
--- a/chromecast/chromecast.gyp |
+++ b/chromecast/chromecast.gyp |
@@ -546,25 +546,14 @@ |
'../third_party/icu/icu.gyp:icudata', |
'../v8/tools/gyp/v8.gyp:v8_external_snapshot', |
], |
- 'variables': { |
- 'dest_path': '<(PRODUCT_DIR)/assets', |
- 'src_files': [ |
+ 'copies': [{ |
+ 'destination': '<(PRODUCT_DIR)/assets', |
+ 'files': [ |
'<(PRODUCT_DIR)/icudtl.dat', |
- ], |
- 'renaming_sources': [ |
'<(PRODUCT_DIR)/natives_blob.bin', |
'<(PRODUCT_DIR)/snapshot_blob.bin', |
], |
- 'renaming_destinations': [ |
- 'natives_blob_<(arch_suffix).bin', |
- 'snapshot_blob_<(arch_suffix).bin', |
- ], |
- 'clear': 1, |
- }, |
- 'includes': [ |
- '../build/android/copy_ex.gypi', |
- '../build/android/v8_external_startup_data_arch_suffix.gypi', |
- ], |
+ }], |
}, |
{ |
'target_name': 'libcast_shell_android', |