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

Unified Diff: build/sample_arg_file.gn

Issue 2514333005: Add support for customizing GN's args text. (Closed)
Patch Set: 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 side-by-side diff with in-line comments
Download patch
Index: build/sample_arg_file.gn
diff --git a/build/sample_arg_file.gn b/build/sample_arg_file.gn
new file mode 100644
index 0000000000000000000000000000000000000000..5e5df24967d97b1d26f52b5f27195c1f1af7fb81
--- /dev/null
+++ b/build/sample_arg_file.gn
@@ -0,0 +1,6 @@
+# Build arguments go here. Here are some of the most commonly set arguments,
+# and their default values (as of when `gn args` was run):
brettw 2016/11/22 16:14:32 I think you you delete this second line. The first
Dirk Pranke 2016/11/22 18:41:52 Done.
+# is_debug = true
+# is_component_build = true
+# symbol_level = 2
+# use_goma = false
Dirk Pranke 2016/11/22 04:27:39 This is kind of a dumb file name, but I didn't hav

Powered by Google App Engine
This is Rietveld 408576698