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

Unified Diff: src/lexer/lexer.gyp

Issue 26764004: Invoke generated lexer along with baseline lexer to compare results. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/parser
Patch Set: Created 7 years, 2 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.h ('k') | src/lexer/lexer.re » ('j') | src/lexer/lexer.re » ('J')
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 7ebf3d8eb6ea14f1a76c196a5351d77fb0b8881e..67bf40a1b61d9e8454018ffa1052c5a904e6f43b 100644
--- a/src/lexer/lexer.gyp
+++ b/src/lexer/lexer.gyp
@@ -41,10 +41,12 @@
# Generated source files need this explicitly:
'include_dirs+': [
'../../src',
+ '../../src/lexer',
],
'sources': [
'lexer-shell.cc',
-# TODO: fix compiler errors and add '<(SHARED_INTERMEDIATE_DIR)/lexer.cc',
+ 'lexer.h',
+ '<(SHARED_INTERMEDIATE_DIR)/lexer.cc',
],
'conditions': [
['v8_enable_i18n_support==1', {
« no previous file with comments | « src/lexer/lexer.h ('k') | src/lexer/lexer.re » ('j') | src/lexer/lexer.re » ('J')

Powered by Google App Engine
This is Rietveld 408576698