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

Unified Diff: tools/gn/settings.cc

Issue 2940873002: Implement tracking of BUILD.gn files used to define target, toolchain or (Closed)
Patch Set: Fix compilation after rebase. Created 3 years, 6 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/scope_unittest.cc ('k') | tools/gn/setup.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/settings.cc
diff --git a/tools/gn/settings.cc b/tools/gn/settings.cc
index 034e601a3476b742b98be657d69e72917e2d3cec..7392cbc7600f4aab12ef65e57440991864af1b0f 100644
--- a/tools/gn/settings.cc
+++ b/tools/gn/settings.cc
@@ -12,7 +12,7 @@ Settings::Settings(const BuildSettings* build_settings,
const std::string& output_subdir_name)
: build_settings_(build_settings),
import_manager_(),
- base_config_(this),
+ base_config_(this, {}),
greedy_target_generation_(false) {
if (output_subdir_name.empty()) {
toolchain_output_dir_ = build_settings->build_dir();
« no previous file with comments | « tools/gn/scope_unittest.cc ('k') | tools/gn/setup.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698