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

Side by Side Diff: build/args/blimp_linux_client.gn

Issue 2439403003: Refactor BlimpConnection to TCPConnection (Closed)
Patch Set: CR Round 2 + formatting Created 4 years, 1 month 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
« blimp/net/tcp_connection.h ('K') | « blimp/net/test_common.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # GN args template for a blimp Linux client.
2 #
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:
5 # echo "import(\"//build/args/blimp_linux_client.gn\")" > out/foo/args.gn
6 # gn gen out/foo
7 #
8 # This file contains Blimp linux client build args common to both
9 # official builds and personal development builds.
10 # Use gn args to add your own build preference args.
11
12 use_aura = true
13
14 # For Linux, we do not use Ozone.
Kevin M 2016/10/27 18:08:04 Comment seems redundant given that "use_ozone = fa
perumaal 2016/10/27 18:47:38 Done.
15 use_ozone = false
16
17 metrics_use_blimp = true
OLDNEW
« blimp/net/tcp_connection.h ('K') | « blimp/net/test_common.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698