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

Unified Diff: build/args/blimp.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.gn
diff --git a/build/args/blimp.gn b/build/args/blimp.gn
new file mode 100644
index 0000000000000000000000000000000000000000..7404159dd54b2c140f2691fbd457d4079d866f07
--- /dev/null
+++ b/build/args/blimp.gn
@@ -0,0 +1,7 @@
+# Base GN arg template for blimp.
+# Shared development settings for blimp engine and client.
+
+is_debug = true
+is_clang = true
+symbol_level = 1 # Use -g1 instead of -g2
+use_goma = true
Dirk Pranke 2016/03/02 23:57:32 I don't really think we should check this file in
« no previous file with comments | « blimp/docs/build.md ('k') | build/args/blimp_client.gn » ('j') | build/args/blimp_client.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698