| Index: chromecast/chromecast.gyp
|
| diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp
|
| index 6bb8a1499a0002e8cad898cf3737113c861f58c1..daab117a66785b6aafdb2073029661562f99aa10 100644
|
| --- a/chromecast/chromecast.gyp
|
| +++ b/chromecast/chromecast.gyp
|
| @@ -297,7 +297,7 @@
|
| ],
|
| }],
|
| ],
|
| - 'pak_output': '<(PRODUCT_DIR)/cast_shell.pak',
|
| + 'pak_output': '<(PRODUCT_DIR)/assets/cast_shell.pak',
|
| },
|
| 'includes': [ '../build/repack_action.gypi' ],
|
| },
|
| @@ -563,7 +563,6 @@
|
| 'target_name': 'cast_shell_icudata',
|
| 'type': 'none',
|
| 'dependencies': [
|
| - 'cast_shell_pak',
|
| '../third_party/icu/icu.gyp:icudata',
|
| '../v8/tools/gyp/v8.gyp:v8_external_snapshot',
|
| ],
|
| @@ -571,7 +570,6 @@
|
| 'dest_path': '<(cast_shell_assets_path)',
|
| 'src_files': [
|
| '<(PRODUCT_DIR)/icudtl.dat',
|
| - '<(PRODUCT_DIR)/cast_shell.pak',
|
| ],
|
| 'renaming_sources': [
|
| '<(PRODUCT_DIR)/natives_blob.bin',
|
|
|