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 |