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

Unified Diff: tools/gn/build_settings.cc

Issue 2514333005: Add support for customizing GN's args text. (Closed)
Patch Set: update docs Created 3 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
« no previous file with comments | « tools/gn/build_settings.h ('k') | tools/gn/command_args.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/build_settings.cc
diff --git a/tools/gn/build_settings.cc b/tools/gn/build_settings.cc
index 3fac976202ad1f5125d2485826e5ec99c8a471a3..c60002de7ea95caff8266fe3b71f36b75f2b6410 100644
--- a/tools/gn/build_settings.cc
+++ b/tools/gn/build_settings.cc
@@ -18,9 +18,9 @@ BuildSettings::BuildSettings(const BuildSettings& other)
secondary_source_path_(other.secondary_source_path_),
python_path_(other.python_path_),
build_config_file_(other.build_config_file_),
+ arg_file_template_path_(other.arg_file_template_path_),
build_dir_(other.build_dir_),
- build_args_(other.build_args_) {
-}
+ build_args_(other.build_args_) {}
BuildSettings::~BuildSettings() {
}
« no previous file with comments | « tools/gn/build_settings.h ('k') | tools/gn/command_args.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698