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

Unified Diff: trunk/src/tools/gn/input_conversion.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/header_checker_unittest.cc ('k') | trunk/src/tools/gn/input_file_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/tools/gn/input_conversion.cc
===================================================================
--- trunk/src/tools/gn/input_conversion.cc (revision 262754)
+++ trunk/src/tools/gn/input_conversion.cc (working copy)
@@ -37,7 +37,7 @@
std::vector<Token>* tokens;
scoped_ptr<ParseNode>* parse_root_ptr;
g_scheduler->input_file_manager()->AddDynamicInput(
- SourceFile(), &input_file, &tokens, &parse_root_ptr);
+ &input_file, &tokens, &parse_root_ptr);
input_file->SetContents(input);
if (origin) {
« no previous file with comments | « trunk/src/tools/gn/header_checker_unittest.cc ('k') | trunk/src/tools/gn/input_file_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698