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

Unified Diff: headless/headless.gni

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 | « headless/BUILD.gn ('k') | headless/lib/embed_data.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/headless.gni
diff --git a/headless/headless.gni b/headless/headless.gni
new file mode 100644
index 0000000000000000000000000000000000000000..0cc7722927c20f506ac12f0ec5c18be18a3676d9
--- /dev/null
+++ b/headless/headless.gni
@@ -0,0 +1,8 @@
+# Copyright 2017 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+declare_args() {
+ # Embed resource.pak file into the binary for easier distribution.
+ headless_use_embedded_resources = false
+}
« no previous file with comments | « headless/BUILD.gn ('k') | headless/lib/embed_data.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698