Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(252)

Unified Diff: content/test/BUILD.gn

Issue 1413893003: Move v8_use_external_startup_data out of //build/config:feature_flags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_v8_module_args
Patch Set: make config be always defined Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/common/BUILD.gn ('k') | gin/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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") {
« no previous file with comments | « content/public/common/BUILD.gn ('k') | gin/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698