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

Unified Diff: components/html_viewer/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 | « chrome/plugin/BUILD.gn ('k') | content/app/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/html_viewer/BUILD.gn
diff --git a/components/html_viewer/BUILD.gn b/components/html_viewer/BUILD.gn
index b4d6f1d8c6a866db648783d0b3045fd2483290ba..4e62996e84a3b1ba6ec06fbcf34df05e383d731f 100644
--- a/components/html_viewer/BUILD.gn
+++ b/components/html_viewer/BUILD.gn
@@ -221,6 +221,8 @@ source_set("lib") {
"//mojo/services/network:network",
"//mojo/services/tracing",
]
+
+ configs += [ "//v8:external_startup_data" ]
}
mojo_native_application("html_viewer") {
@@ -333,6 +335,8 @@ test("html_viewer_unittests") {
deps += [ ":build_unittest_assets" ]
apk_asset_location = html_viewer_unittests_assets
}
+
+ configs += [ "//v8:external_startup_data" ]
}
mojo_native_application("apptests") {
« no previous file with comments | « chrome/plugin/BUILD.gn ('k') | content/app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698