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

Unified Diff: tools/gn/config_values_generator.h

Issue 21983003: Make the Mac build work. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: dunnow 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/config_values.h ('k') | tools/gn/config_values_generator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/config_values_generator.h
diff --git a/tools/gn/config_values_generator.h b/tools/gn/config_values_generator.h
index 79d90678dbb831d5b091e45eda45fcfbae7897d5..fb5bf750cea55f9a8a78920d072549baf9d391c1 100644
--- a/tools/gn/config_values_generator.h
+++ b/tools/gn/config_values_generator.h
@@ -19,7 +19,7 @@ class Token;
class ConfigValuesGenerator {
public:
ConfigValuesGenerator(ConfigValues* dest_values,
- const Scope* scope,
+ Scope* scope,
const Token& function_token,
const SourceDir& input_dir,
Err* err);
@@ -29,15 +29,10 @@ class ConfigValuesGenerator {
void Run();
private:
- void FillDefines();
void FillIncludes();
- void FillCflags();
- void FillCflags_C();
- void FillCflags_CC();
- void FillLdflags();
ConfigValues* config_values_;
- const Scope* scope_;
+ Scope* scope_;
const Token& function_token_;
const SourceDir input_dir_;
Err* err_;
« no previous file with comments | « tools/gn/config_values.h ('k') | tools/gn/config_values_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698