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

Unified Diff: build/args/blimp_engine.gn

Issue 2629743003: Remove all blimp engine code (Closed)
Patch Set: Use consistent comment style in //chrome Created 3 years, 11 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 | « blimp/tools/client_engine_integration.py ('k') | chrome/app/chrome_crash_reporter_client_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/args/blimp_engine.gn
diff --git a/build/args/blimp_engine.gn b/build/args/blimp_engine.gn
index 32dd68231a04c9d891d755c19698cacfbe26ee2e..d1ef0db98712d4d9acb70bf8c747a47f9a6e657d 100644
--- a/build/args/blimp_engine.gn
+++ b/build/args/blimp_engine.gn
@@ -1,29 +1 @@
-# GN args template for a blimp engine. Works within a docker container.
-#
-# Add import to arg.gn in out directory and run gn gen on the directory to use.
-# E.g. for out directory out/foo:
-# echo "import(\"//build/args/blimp_engine.gn\")" > out/foo/args.gn
-# gn gen out/foo
-#
-# This file contains Blimp engine build args common to both
-# official builds and personal development builds.
-# Use gn args to add your own build preference args.
-
-use_aura = true
-use_ozone = true
-ozone_auto_platforms = false
-ozone_platform = "headless"
-ozone_platform_headless = true
-metrics_use_blimp = true
-use_low_quality_image_interpolation = true
-use_external_popup_menu = true
-
-# Not available within docker container.
-use_alsa = false
-use_pulseaudio = false
-use_cups = false
-use_glib = false
-
-# udev is not supported on targeted platform and also not something that will
-# be used by Blimp Engine.
-use_udev = false
+# Placeholder until bots are updated.
« no previous file with comments | « blimp/tools/client_engine_integration.py ('k') | chrome/app/chrome_crash_reporter_client_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698