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

Unified Diff: build/config/headless_build.gni

Issue 1410883007: headless: Add gn settings for embedded build and headless mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Keep use_cups overridable. Created 5 years, 1 month 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 | « build/config/features.gni ('k') | build/config/ui.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/headless_build.gni
diff --git a/third_party/widevine/cdm/widevine.gni b/build/config/headless_build.gni
similarity index 67%
copy from third_party/widevine/cdm/widevine.gni
copy to build/config/headless_build.gni
index b10a92b47494fe4954df89e40b9e4e80a12fb653..1788b25ab804dfe5810a561fe2faff54c0704661 100644
--- a/third_party/widevine/cdm/widevine.gni
+++ b/build/config/headless_build.gni
@@ -3,6 +3,6 @@
# found in the LICENSE file.
declare_args() {
- # Allow widevinecdmadapter to be built in Chromium.
- enable_widevine = false
+ # Configure the build for headless mode. See crbug.com/546953.
+ is_headless = false
}
« no previous file with comments | « build/config/features.gni ('k') | build/config/ui.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698