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

Unified Diff: build/args/blimp_engine.gn

Issue 1765293002: Add support for Blimp engine metrics reporting in development. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename #define. Replace HEADLESS with BLIMP to clarify use. Created 4 years, 9 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 | chrome/browser/browser_process_impl.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 22a5e439fa8dceb5aba1206a294e1d0f5a716602..5aeb7fab9e3db8191abd573b142c6ce2f798a509 100644
--- a/build/args/blimp_engine.gn
+++ b/build/args/blimp_engine.gn
@@ -9,9 +9,10 @@
use_aura = true
use_ozone = true
+metrics_use_blimp = true
# Not available within docker container.
use_alsa = false
use_pulseaudio = false
use_cups = false
-use_glib = false
+use_glib = false
« no previous file with comments | « no previous file | chrome/browser/browser_process_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698