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

Unified Diff: src/lexer/lexer.gyp

Issue 185653004: Experimental parser: merge to r19637 (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/parser
Patch Set: Created 6 years, 10 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 | « src/lexer/lexer.cc ('k') | src/lexer/lexer-shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/lexer/lexer.gyp
diff --git a/src/lexer/lexer.gyp b/src/lexer/lexer.gyp
index a531ee7a7fae06986c0823c18620b12a1ac99607..29a86483997195178590f10d7c9027eb03910359 100644
--- a/src/lexer/lexer.gyp
+++ b/src/lexer/lexer.gyp
@@ -45,7 +45,7 @@
'../../src/lexer',
],
'sources': [
- 'experimental-scanner.h',
+ 'lexer.h',
'lexer-shell.cc',
'<(SHARED_INTERMEDIATE_DIR)/generated_lexer_latin1.cc',
'<(SHARED_INTERMEDIATE_DIR)/generated_lexer_utf16.cc',
« no previous file with comments | « src/lexer/lexer.cc ('k') | src/lexer/lexer-shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698