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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/browser_process_impl.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # GN args template for a blimp engine. Works within a docker container. 1 # GN args template for a blimp engine. Works within a docker container.
2 # 2 #
3 # Add import to arg.gn in out directory and run gn gen on the directory to use. 3 # Add import to arg.gn in out directory and run gn gen on the directory to use.
4 # E.g. for out directory out/foo: 4 # E.g. for out directory out/foo:
5 # echo "import(\"build/args/blimp_engine.gn\")" > out/foo/args.gn 5 # echo "import(\"build/args/blimp_engine.gn\")" > out/foo/args.gn
6 # gn gen out/foo 6 # gn gen out/foo
7 # 7 #
8 # Use gn args to add your own build preference args. 8 # Use gn args to add your own build preference args.
9 9
10 use_aura = true 10 use_aura = true
11 use_ozone = true 11 use_ozone = true
12 metrics_use_blimp = true
12 13
13 # Not available within docker container. 14 # Not available within docker container.
14 use_alsa = false 15 use_alsa = false
15 use_pulseaudio = false 16 use_pulseaudio = false
16 use_cups = false 17 use_cups = false
17 use_glib = false 18 use_glib = false
OLDNEW
« 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