Chromium Code Reviews| Index: chrome/chrome_dll_bundle.gypi |
| diff --git a/chrome/chrome_dll_bundle.gypi b/chrome/chrome_dll_bundle.gypi |
| index f1eda453395a306f9c13f7cfb8cc6a592ec23f48..c522f2f29e43868028f5a29b7956c50e76624ade 100644 |
| --- a/chrome/chrome_dll_bundle.gypi |
| +++ b/chrome/chrome_dll_bundle.gypi |
| @@ -302,5 +302,11 @@ |
| '<(PRODUCT_DIR)/icudtl.dat', |
| ], |
| }], |
| + ['v8_use_external_startup_data==1', { |
|
jochen (gone - plz use gerrit)
2014/10/08 15:16:05
not required yet?
baixo
2014/10/14 16:36:42
Done.
|
| + 'mac_bundle_resources': [ |
| + '<(PRODUCT_DIR)/natives_blob.bin', |
| + '<(PRODUCT_DIR)/snapshot_blob.bin', |
| + ], |
| + }], |
| ], # conditions |
| } |