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

Unified Diff: tools/gn/config_values_generator.cc

Issue 56433003: GN threading refactor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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_generator.h ('k') | tools/gn/copy_target_generator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/config_values_generator.cc
diff --git a/tools/gn/config_values_generator.cc b/tools/gn/config_values_generator.cc
index 6f7fb22afcc1a088707dbad388f9d7959f69bdda..f66ddfd688199e6c35e01abfd1cb23f84720d69e 100644
--- a/tools/gn/config_values_generator.cc
+++ b/tools/gn/config_values_generator.cc
@@ -47,14 +47,13 @@ void GetDirList(
} // namespace
-ConfigValuesGenerator::ConfigValuesGenerator(ConfigValues* dest_values,
- Scope* scope,
- const Token& function_token,
- const SourceDir& input_dir,
- Err* err)
+ConfigValuesGenerator::ConfigValuesGenerator(
+ ConfigValues* dest_values,
+ Scope* scope,
+ const SourceDir& input_dir,
+ Err* err)
: config_values_(dest_values),
scope_(scope),
- function_token_(function_token),
input_dir_(input_dir),
err_(err) {
}
« no previous file with comments | « tools/gn/config_values_generator.h ('k') | tools/gn/copy_target_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698