| Index: build_overrides/v8.gni
|
| diff --git a/build_overrides/v8.gni b/build_overrides/v8.gni
|
| index b4b933b69247fea6e3ff3fd5bea57046c59da858..e50a6a2d894934d966ae997e87f45718dbb5a787 100644
|
| --- a/build_overrides/v8.gni
|
| +++ b/build_overrides/v8.gni
|
| @@ -11,9 +11,8 @@ enable_correct_v8_arch = false
|
|
|
| # TODO: Set v8_use_external_startup_data to true on Windows and iOS to match
|
| # GYP.
|
| -# Windows - http://crbug.com/545641
|
| # iOS - http://crbug.com/545676
|
| -v8_use_external_startup_data = !(is_win || is_ios)
|
| +v8_use_external_startup_data = !is_ios
|
|
|
| # V8 extras
|
| # Adding V8 extras files requires API owners review
|
|
|