Index: chromecast/chromecast.gyp |
diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp |
index f558b59f6e80ec314d1f3efea9acdb15a92b123f..11b83a4ff6c1b8ddc7b2964f28739649905484e6 100644 |
--- a/chromecast/chromecast.gyp |
+++ b/chromecast/chromecast.gyp |
@@ -550,14 +550,25 @@ |
'../third_party/icu/icu.gyp:icudata', |
'../v8/tools/gyp/v8.gyp:v8_external_snapshot', |
], |
- 'copies': [{ |
- 'destination': '<(PRODUCT_DIR)/assets', |
- 'files': [ |
+ 'variables': { |
+ 'dest_path': '<(PRODUCT_DIR)/assets', |
+ 'src_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', |