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

Unified Diff: build/args/headless.gn

Issue 1876273002: Only compile ozone_platform_headless for headless.gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 29260e342cc61cfefb2fc727ab23f1b2462de69b..8054d39e4de796ad339060390c23293400d41035 100644
--- a/build/args/headless.gn
+++ b/build/args/headless.gn
@@ -8,6 +8,9 @@
# Use gn args to add your own build preference args.
use_ozone = true
+ozone_auto_platforms = false
+ozone_platform = "headless"
+ozone_platform_headless = true
Dirk Pranke 2016/04/11 21:47:07 why do we need both lines 12 and 13? That seems ki
kylechar 2016/04/11 22:34:43 The first one tells Ozone to use the headless plat
enable_basic_printing = false
enable_print_preview = 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