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

Unified Diff: build/args/headless.gn

Issue 1962343002: [headless] Use embedded v8 data for headless. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/args/headless.gn
diff --git a/build/args/headless.gn b/build/args/headless.gn
index 0c0f6e58c42f417b3d1290098e8b0e96ba2e53b0..9d0b863b9ceec896da322ab28c4bdc905211bf44 100644
--- a/build/args/headless.gn
+++ b/build/args/headless.gn
@@ -16,6 +16,10 @@ ozone_platform_headless = true
# into binary.
icu_use_data_file = false
+# Use embedded data instead external files for headless in order
+# to simplify deployment.
+v8_use_external_startup_data = false
+
enable_basic_printing = false
enable_nacl = false
enable_print_preview = false
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698