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
|