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

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: Comment added Created 4 years, 7 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 | build_overrides/v8.gni » ('j') | 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 f013e83a900ef05d20ae2b73a5bc02f661922d01..5710759697b85f495abac667103af654a04489f8 100644
--- a/build/args/headless.gn
+++ b/build/args/headless.gn
@@ -12,6 +12,10 @@ ozone_auto_platforms = false
ozone_platform = "headless"
ozone_platform_headless = true
+# Use embedded data instead external files for headless in order
+# to simplify dependencies.
Sami 2016/05/10 17:27:41 s/dependencies/deployment/
altimin 2016/05/10 17:38:24 Done.
+v8_use_external_startup_data = false
+
enable_basic_printing = false
enable_print_preview = false
enable_remoting = false
« no previous file with comments | « no previous file | build_overrides/v8.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698