| Index: content/shell/BUILD.gn
|
| diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
|
| index c6b737b5a51436c95587aa68b298162bef749327..87bcb816216202b95139d5d18d1f085fe86ba2a4 100644
|
| --- a/content/shell/BUILD.gn
|
| +++ b/content/shell/BUILD.gn
|
| @@ -15,8 +15,8 @@ if (is_android) {
|
| import("//build/config/android/config.gni")
|
| } else if (is_mac) {
|
| import("//build/config/mac/rules.gni")
|
| - import("//build_overrides/v8.gni")
|
| import("//build/mac/tweak_info_plist.gni")
|
| + import("//v8/gni/v8.gni")
|
| } else if (is_win) {
|
| import("//build/win/syzygy/syzygy.gni")
|
| }
|
|
|