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

Unified Diff: tools/gn/build_settings.h

Issue 41703002: Fix GN unit tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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 | « no previous file | tools/gn/build_settings.cc » ('j') | tools/gn/function_exec_script.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/build_settings.h
diff --git a/tools/gn/build_settings.h b/tools/gn/build_settings.h
index 231d0409da3ba20e65acddbdf2cf71283a90b9ba..fc175dfe795167204e97b678c664a4b9df8bb93a 100644
--- a/tools/gn/build_settings.h
+++ b/tools/gn/build_settings.h
@@ -60,8 +60,7 @@ class BuildSettings {
// The build directory is the root of all output files. The default toolchain
// files go into here, and non-default toolchains will have separate
- // toolchain-specific root directories inside this. This should be set after
- // the root path for the proper directory to be created.
+ // toolchain-specific root directories inside this.
const SourceDir& build_dir() const { return build_dir_; }
void SetBuildDir(const SourceDir& dir);
« no previous file with comments | « no previous file | tools/gn/build_settings.cc » ('j') | tools/gn/function_exec_script.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698