Chromium Code Reviews| Index: build/features.gypi |
| diff --git a/build/features.gypi b/build/features.gypi |
| index cb69f880ef96cc7d7f7f94647764aa8ebfd21af9..76bfa22a77cb47f4c48606a91ffb5d8fd8dedf7e 100644 |
| --- a/build/features.gypi |
| +++ b/build/features.gypi |
| @@ -97,7 +97,7 @@ |
| ['v8_enable_i18n_support==1', { |
| 'defines': ['V8_I18N_SUPPORT',], |
| }], |
| - ['v8_use_external_startup_data==1', { |
| + ['v8_use_snapshot=="true" and v8_use_external_startup_data==1', { |
| 'defines': ['V8_USE_EXTERNAL_STARTUP_DATA',], |
| }], |
| ['dcheck_always_on!=0', { |