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

Unified Diff: build/args/blimp_client.gn

Issue 1757093002: Create gn arg templates for use with blimp builds. Update build doc. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Create gn arg templates for blimp builds. Created 4 years, 10 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
Index: build/args/blimp_client.gn
diff --git a/build/args/blimp_client.gn b/build/args/blimp_client.gn
new file mode 100644
index 0000000000000000000000000000000000000000..92bfb6427dab8e1022ab0430d224b146f37e1ef4
--- /dev/null
+++ b/build/args/blimp_client.gn
@@ -0,0 +1,11 @@
+# GN args template for blimp Android client.
+#
+# Copy 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_client.gn\")" > out/foo/args.gn
+# gn gen out/foo
+
+import("//build/args/blimp.gn")
+
+target_os = "android"
+is_component_build = true
Dirk Pranke 2016/03/02 23:57:32 is_component_build=true is more of a developer-con
« build/args/blimp.gn ('K') | « build/args/blimp.gn ('k') | build/args/blimp_engine.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698