Index: chromecast/chromecast.gyp |
diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp |
index 2b0bfa770d55850a44a2626cbb14982c80265210..a776900202ccd5e8ff5f0aa087e1f617f154d1a2 100644 |
--- a/chromecast/chromecast.gyp |
+++ b/chromecast/chromecast.gyp |
@@ -366,10 +366,15 @@ |
'type': 'none', |
'dependencies': [ |
'../third_party/icu/icu.gyp:icudata', |
+ '../v8/tools/gyp/v8.gyp:v8_external_snapshot', |
], |
'copies': [{ |
'destination': '<(PRODUCT_DIR)/assets', |
- 'files': ['<(PRODUCT_DIR)/icudtl.dat'], |
+ 'files': [ |
+ '<(PRODUCT_DIR)/icudtl.dat', |
+ '<(PRODUCT_DIR)/natives_blob.bin', |
+ '<(PRODUCT_DIR)/snapshot_blob.bin', |
+ ], |
}], |
}, |
{ |