| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index d00b6a70826b131ca5f16cea034b2ede8823d8df..4c43cdd909d1d1c05798885d2dbd4da161f28ec2 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -2366,6 +2366,7 @@
|
|
|
| # Whether to allow building of the GPU-related isolates.
|
| 'archive_gpu_tests%': 0,
|
| + 'v8_use_external_startup_data': 1,
|
| },
|
| 'target_defaults': {
|
| 'variables': {
|
| @@ -2967,6 +2968,9 @@
|
| ['enable_load_completion_hacks==1', {
|
| 'defines': ['ENABLE_LOAD_COMPLETION_HACKS=1'],
|
| }],
|
| + ['v8_use_external_startup_data==1', {
|
| + 'defines': ['V8_USE_EXTERNAL_STARTUP_DATA'],
|
| + }],
|
| ], # conditions for 'target_defaults'
|
| 'target_conditions': [
|
| ['<(use_openssl)==1', {
|
|
|