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

Unified Diff: tools/gn/input_conversion.h

Issue 223783005: Add support for reading .gypi files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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/functions_unittest.cc ('k') | tools/gn/input_conversion.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/input_conversion.h
diff --git a/tools/gn/input_conversion.h b/tools/gn/input_conversion.h
index 129609b9181466b2f225c6e3b5ecf2606424a20d..e6d5f6eab329932427367c8f73c4d06f32462476 100644
--- a/tools/gn/input_conversion.h
+++ b/tools/gn/input_conversion.h
@@ -9,6 +9,7 @@
class Err;
class ParseNode;
+class Settings;
class Value;
extern const char kInputConversion_Help[];
@@ -20,7 +21,8 @@ extern const char kInputConversion_Help[];
//
// If the conversion string is invalid, the error will be set and an empty
// value will be returned.
-Value ConvertInputToValue(const std::string& input,
+Value ConvertInputToValue(const Settings* settings,
+ const std::string& input,
const ParseNode* origin,
const Value& input_conversion_value,
Err* err);
« no previous file with comments | « tools/gn/functions_unittest.cc ('k') | tools/gn/input_conversion.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698