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

Unified Diff: tools/gn/toolchain_manager.cc

Issue 22290010: Add support for data deps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove switch Created 7 years, 4 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/toolchain.cc ('k') | tools/gn/variables.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/toolchain_manager.cc
diff --git a/tools/gn/toolchain_manager.cc b/tools/gn/toolchain_manager.cc
index 61c7ade77ab9937fbd453ca3b6fdf4aa0eb4760d..f292626cef3263f85ac6bc74496a3fc1219f9d84 100644
--- a/tools/gn/toolchain_manager.cc
+++ b/tools/gn/toolchain_manager.cc
@@ -43,15 +43,6 @@ void SetSystemVars(const Settings& settings, Scope* scope) {
#else
scope->SetValue("is_linux", Value(NULL, 0), NULL);
#endif
-
- // Set this value without the terminating slash because the code expects
- // $root_output_dir/foo to work.
- scope->SetValue(ScopePerFileProvider::kRootOutputDirName,
- ScopePerFileProvider::GetRootOutputDir(&settings),
- NULL);
- scope->SetValue(ScopePerFileProvider::kRootGenDirName,
- ScopePerFileProvider::GetRootGenDir(&settings),
- NULL);
}
} // namespace
« no previous file with comments | « tools/gn/toolchain.cc ('k') | tools/gn/variables.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698