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

Unified Diff: build/args/headless.gn

Issue 1969313005: [headless] Embed pak file into binary. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resurrected Created 3 years, 10 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 | headless/BUILD.gn » ('j') | ui/base/resource/data_pack.h » ('J')
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 9d0b863b9ceec896da322ab28c4bdc905211bf44..b6c26245a0cf7f8cc128577e86bf04b368456d42 100644
--- a/build/args/headless.gn
+++ b/build/args/headless.gn
@@ -12,6 +12,9 @@ ozone_auto_platforms = false
ozone_platform = "headless"
ozone_platform_headless = true
+# Embed resource.pak into binary to simplify deployment.
+headless_use_embedded_resources = false
+
# In order to simplify deployment we build ICU data file
# into binary.
icu_use_data_file = false
« no previous file with comments | « no previous file | headless/BUILD.gn » ('j') | ui/base/resource/data_pack.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698