| Index: content/test/BUILD.gn
|
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
|
| index 48e61632633fffc8336937865792ea343193b366..e87f23076be8b597db8640313efff39978ec69f9 100644
|
| --- a/content/test/BUILD.gn
|
| +++ b/content/test/BUILD.gn
|
| @@ -23,7 +23,12 @@ content_tests_gypi_values =
|
| # GYP version //content/content_tests.gypi:test_support_content
|
| source_set("test_support") {
|
| testonly = true
|
| - configs += [ "//build/config:precompiled_headers" ]
|
| +
|
| + configs += [
|
| + "//build/config:precompiled_headers",
|
| + "//v8:external_startup_data",
|
| + ]
|
| +
|
| public_deps = [
|
| "//content/public/app:both",
|
| "//content/public/browser",
|
| @@ -209,6 +214,8 @@ source_set("browsertest_support") {
|
| } else {
|
| deps += [ "//content/public/browser" ]
|
| }
|
| +
|
| + configs += [ "//v8:external_startup_data" ]
|
| }
|
|
|
| mojom("content_test_mojo_bindings") {
|
|
|