| Index: third_party/WebKit/Source/platform/blink_platform_tests.gyp
|
| diff --git a/third_party/WebKit/Source/platform/blink_platform_tests.gyp b/third_party/WebKit/Source/platform/blink_platform_tests.gyp
|
| index 849b2f35a508e52d6ca7e951c9b70d95291db145..dc7e33391e2334e3f50c7b59db64d7b08ca4090f 100644
|
| --- a/third_party/WebKit/Source/platform/blink_platform_tests.gyp
|
| +++ b/third_party/WebKit/Source/platform/blink_platform_tests.gyp
|
| @@ -144,15 +144,15 @@
|
| 'dependencies': [
|
| '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_external_snapshot',
|
| ],
|
| - 'copies': [
|
| - {
|
| - 'destination': '<(asset_location)',
|
| - 'files': [
|
| - '<(PRODUCT_DIR)/natives_blob.bin',
|
| - '<(PRODUCT_DIR)/snapshot_blob.bin',
|
| - ],
|
| - },
|
| - ],
|
| + 'variables': {
|
| + 'dest_path': '<(asset_location)',
|
| + 'src_files': [
|
| + '<(PRODUCT_DIR)/natives_blob.bin',
|
| + '<(PRODUCT_DIR)/snapshot_blob.bin',
|
| + ],
|
| + 'clear': 1,
|
| + },
|
| + 'includes': ['../../../../build/android/copy_ex.gypi'],
|
| }],
|
| ],
|
| 'variables': {
|
|
|