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

Unified Diff: trunk/src/tools/gn/input_file_manager.cc

Issue 231293003: Revert 262747 "Improve GN public header file checking" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 8 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 | « trunk/src/tools/gn/input_file_manager.h ('k') | trunk/src/tools/gn/variables.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/tools/gn/input_file_manager.cc
===================================================================
--- trunk/src/tools/gn/input_file_manager.cc (revision 262754)
+++ trunk/src/tools/gn/input_file_manager.cc (working copy)
@@ -167,11 +167,10 @@
return data->parsed_root.get();
}
-void InputFileManager::AddDynamicInput(const SourceFile& name,
- InputFile** file,
+void InputFileManager::AddDynamicInput(InputFile** file,
std::vector<Token>** tokens,
scoped_ptr<ParseNode>** parse_root) {
- InputFileData* data = new InputFileData(name);
+ InputFileData* data = new InputFileData(SourceFile());
{
base::AutoLock lock(lock_);
dynamic_inputs_.push_back(data);
« no previous file with comments | « trunk/src/tools/gn/input_file_manager.h ('k') | trunk/src/tools/gn/variables.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698