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

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: updated years in copyright 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') | 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 9d0b863b9ceec896da322ab28c4bdc905211bf44..6d073ae1a0dbf82e8dd14c5ab2f3dfd9a4e7a40c 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 = true
+
# 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698