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

Unified Diff: build/args/blimp_linux_client.gn

Issue 2439403003: Refactor BlimpConnection to TCPConnection (Closed)
Patch Set: Sync merge Created 4 years, 2 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
« blimp/net/tcp_connection_unittest.cc ('K') | « blimp/net/test_common.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/args/blimp_linux_client.gn
diff --git a/build/args/blimp_linux_client.gn b/build/args/blimp_linux_client.gn
new file mode 100644
index 0000000000000000000000000000000000000000..05a1c40eef74c9997f92bf4cbb9407661c0dec02
--- /dev/null
+++ b/build/args/blimp_linux_client.gn
@@ -0,0 +1,16 @@
+# GN args template for a blimp Linux client.
+#
+# 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_linux_client.gn\")" > out/foo/args.gn
+# gn gen out/foo
+#
+# This file contains Blimp linux client 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 is false.
Kevin M 2016/10/25 18:49:23 Why comment this instead of just setting it explic
perumaal 2016/10/25 23:02:40 I got tripped up by this and actually explicitly c
+
+metrics_use_blimp = true
« blimp/net/tcp_connection_unittest.cc ('K') | « blimp/net/test_common.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698