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

Unified Diff: src/SConscript

Issue 165443: X64: Implement RegExp natively. (Closed)
Patch Set: Addressed review comments. Created 11 years, 4 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
Index: src/SConscript
diff --git a/src/SConscript b/src/SConscript
index a9669a122988e09ad8f6fd96ecc80b0f60538bd3..01a9efa42d3e0f1de2fcfae3871b73ed6d65caa8 100755
--- a/src/SConscript
+++ b/src/SConscript
@@ -77,7 +77,7 @@ SOURCES = {
'x64/codegen-x64.cc', 'x64/cpu-x64.cc', 'x64/disasm-x64.cc',
'x64/debug-x64.cc', 'x64/frames-x64.cc', 'x64/ic-x64.cc',
'x64/jump-target-x64.cc', 'x64/macro-assembler-x64.cc',
- # 'x64/regexp-macro-assembler-x64.cc',
+ 'x64/regexp-macro-assembler-x64.cc',
'x64/register-allocator-x64.cc',
'x64/stub-cache-x64.cc', 'x64/virtual-frame-x64.cc'
],
« no previous file with comments | « SConstruct ('k') | src/ia32/macro-assembler-ia32.cc » ('j') | src/regexp-macro-assembler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698