Commit 3863a618 authored by mdempsky's avatar mdempsky Committed by Commit bot

gn: More helpful default args file

BUG=441955

Review URL: https://codereview.chromium.org/805553002

Cr-Commit-Position: refs/heads/master@{#308230}
parent 54fb34b1
...@@ -243,8 +243,10 @@ int EditArgsFile(const std::string& build_dir) { ...@@ -243,8 +243,10 @@ int EditArgsFile(const std::string& build_dir) {
if (!base::PathExists(arg_file)) { if (!base::PathExists(arg_file)) {
std::string argfile_default_contents = std::string argfile_default_contents =
"# Build arguments go here. Examples:\n" "# Build arguments go here. Examples:\n"
"# enable_doom_melon = true\n" "# is_component_build = true\n"
"# crazy_something = \"absolutely\"\n"; "# is_debug = false\n"
"# See \"gn args <dir_name> --list\" for available build "
"arguments.\n";
#if defined(OS_WIN) #if defined(OS_WIN)
// Use Windows lineendings for this file since it will often open in // Use Windows lineendings for this file since it will often open in
// Notepad which can't handle Unix ones. // Notepad which can't handle Unix ones.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment