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

Unified Diff: regexp2000/src/SConscript

Issue 11271: Building on regexp-ia32. (Closed)
Patch Set: Made it compile correctly. Created 12 years, 1 month 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 | « no previous file | regexp2000/src/assembler-ia32.h » ('j') | regexp2000/src/assembler-ia32.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: regexp2000/src/SConscript
diff --git a/regexp2000/src/SConscript b/regexp2000/src/SConscript
index 2115d17184649dde5d16b22312efc1457b21a07e..2631fb6d3ee5b9b2e8218dc46215f6d82f0b6ab5 100644
--- a/regexp2000/src/SConscript
+++ b/regexp2000/src/SConscript
@@ -43,7 +43,9 @@ SOURCES = {
'factory.cc', 'flags.cc', 'frames.cc', 'global-handles.cc', 'handles.cc',
'hashmap.cc', 'heap.cc', 'ic.cc', 'interpreter-re2k.cc', 'jsregexp.cc',
'log.cc', 'mark-compact.cc', 'messages.cc', 'objects.cc', 'parser.cc',
- 'property.cc', 'regexp-macro-assembler-re2k.cc', 'rewriter.cc',
+ 'property.cc', 'regexp-macro-assembler.cc',
Erik Corry 2008/11/21 13:03:04 Please reformat.
Lasse Reichstein 2008/11/24 08:32:33 Done. Wouldn't it be easier to maintain if the fil
+ 'regexp-macro-assembler-ia32.cc', 'regexp-macro-assembler-re2k.cc',
+ 'rewriter.cc',
'runtime.cc', 'scanner.cc', 'scopeinfo.cc', 'scopes.cc', 'serialize.cc',
'snapshot-common.cc', 'spaces.cc', 'string-stream.cc', 'stub-cache.cc',
'token.cc', 'top.cc', 'unicode.cc', 'usage-analyzer.cc', 'utils.cc',
« no previous file with comments | « no previous file | regexp2000/src/assembler-ia32.h » ('j') | regexp2000/src/assembler-ia32.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698