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

Unified Diff: tools/gn/file_template.h

Issue 386943006: Pull buildtools to get GN r282653 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | « third_party/protobuf/proto_library.gni ('k') | tools/gn/filesystem_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/file_template.h
diff --git a/tools/gn/file_template.h b/tools/gn/file_template.h
index ddbd67fd5a46ef753c252174f0be17ec9b7af0f7..2071336c9f5eda7d9a62c346a421bddc0636f91b 100644
--- a/tools/gn/file_template.h
+++ b/tools/gn/file_template.h
@@ -129,8 +129,9 @@ class FileTemplate {
static const char* GetNinjaVariableNameForType(Subrange::Type type);
// Extracts the given type of substitution from the given source file.
- // If output_style is RELATIVE, relative_to indicates the directory that the
- // relative directories should be relative to, otherwise it is ignored.
+ // If output_style is OUTPUT_RELATIVE, relative_to indicates the directory
+ // that the relative directories should be relative to, otherwise it is
+ // ignored.
static std::string GetSubstitution(const Settings* settings,
const SourceFile& source,
Subrange::Type type,
« no previous file with comments | « third_party/protobuf/proto_library.gni ('k') | tools/gn/filesystem_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698