| Index: build/config/BUILD.gn
|
| diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
|
| index c51709c24ce97419a6be64241c616917c635e477..b38ed4fe898938794f64f4750059cb517cb1df65 100644
|
| --- a/build/config/BUILD.gn
|
| +++ b/build/config/BUILD.gn
|
| @@ -204,6 +204,9 @@ config("feature_flags") {
|
| if (proprietary_codecs) {
|
| defines += [ "USE_PROPRIETARY_CODECS" ]
|
| }
|
| + if (v8_use_external_startup_data) {
|
| + defines += [ "V8_USE_EXTERNAL_STARTUP_DATA" ]
|
| + }
|
| }
|
|
|
| # Debug/release ----------------------------------------------------------------
|
|
|