Chromium Code Reviews| Index: src/base.isolate |
| diff --git a/src/base.isolate b/src/base.isolate |
| index 8422ec7b60f70c5eade51b11397c64e6c8c40369..b51de01ac759d50b4f2b4cbe6e56b3815a001417 100644 |
| --- a/src/base.isolate |
| +++ b/src/base.isolate |
| @@ -22,6 +22,13 @@ |
| ], |
| }, |
| }], |
| + ['v8_use_snapshot=="true" and v8_use_external_startup_data==1 and v8_separate_ignition_snapshot==1', { |
| + 'variables': { |
| + 'files': [ |
| + '<(PRODUCT_DIR)/snapshot_blob_ignition.bin', |
| + ], |
| + }, |
| + }], |
| ['OS=="linux" and component=="shared_library" and target_arch=="ia32"', { |
| 'variables': { |
| 'files': [ |