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

Unified Diff: build/args/headless.gn

Issue 1964893002: [headless] Use embedded icu data for headless. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nits fixed 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 | 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 f013e83a900ef05d20ae2b73a5bc02f661922d01..0c0f6e58c42f417b3d1290098e8b0e96ba2e53b0 100644
--- a/build/args/headless.gn
+++ b/build/args/headless.gn
@@ -12,7 +12,12 @@ ozone_auto_platforms = false
ozone_platform = "headless"
ozone_platform_headless = true
+# In order to simplify deployment we build ICU data file
+# into binary.
+icu_use_data_file = false
+
enable_basic_printing = false
+enable_nacl = false
enable_print_preview = false
enable_remoting = false
use_alsa = 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