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

Unified Diff: src/SConscript

Issue 12427: Merge regexp2000 back into bleeding_edge (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: 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 | src/assembler.h » ('j') | src/assembler.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/SConscript
===================================================================
--- src/SConscript (revision 830)
+++ src/SConscript (working copy)
@@ -35,15 +35,17 @@
SOURCES = {
'all': [
- 'accessors.cc', 'allocation.cc', 'api.cc', 'assembler.cc', 'ast.cc',
- 'bootstrapper.cc', 'builtins.cc', 'checks.cc', 'code-stubs.cc',
- 'codegen.cc', 'compilation-cache.cc', 'compiler.cc', 'contexts.cc',
- 'conversions.cc', 'counters.cc', 'dateparser.cc', 'debug.cc',
- 'disassembler.cc', 'execution.cc', 'factory.cc', 'flags.cc', 'frames.cc',
- 'global-handles.cc', 'handles.cc', 'hashmap.cc', 'heap.cc', 'ic.cc',
- 'jsregexp.cc', 'log.cc', 'mark-compact.cc', 'messages.cc', 'objects.cc',
- 'parser.cc', 'property.cc', 'rewriter.cc', 'runtime.cc', 'scanner.cc',
- 'scopeinfo.cc', 'scopes.cc', 'serialize.cc', 'snapshot-common.cc',
+ 'accessors.cc', 'allocation.cc', 'api.cc', 'assembler.cc',
+ 'assembler-irregexp.cc', 'ast.cc', 'bootstrapper.cc', 'builtins.cc',
+ 'checks.cc', 'code-stubs.cc', 'codegen.cc', 'compilation-cache.cc',
+ 'compiler.cc', 'contexts.cc', 'conversions.cc', 'counters.cc',
+ 'dateparser.cc', 'debug.cc', 'disassembler.cc', 'execution.cc',
+ 'factory.cc', 'flags.cc', 'frames.cc', 'global-handles.cc',
+ 'handles.cc', 'hashmap.cc', 'heap.cc', 'ic.cc', 'interpreter-irregexp.cc',
+ 'jsregexp.cc', 'log.cc', 'mark-compact.cc', 'messages.cc',
+ 'objects.cc', 'parser.cc', 'property.cc', 'regexp-macro-assembler.cc',
+ 'regexp-macro-assembler-irregexp.cc', 'rewriter.cc', 'runtime.cc', 'scanner.cc',
+ 'scopeinfo.cc', 'scopes.cc', 'serialize.cc', 'snapshot-common.cc',
Erik Corry 2008/11/25 11:03:52 This line has a trailing space.
Christian Plesner Hansen 2008/11/26 06:49:56 Fixed
'spaces.cc', 'string-stream.cc', 'stub-cache.cc', 'token.cc', 'top.cc',
'unicode.cc', 'usage-analyzer.cc', 'utils.cc', 'v8-counters.cc',
'v8.cc', 'v8threads.cc', 'variables.cc', 'zone.cc'
@@ -53,7 +55,8 @@
'macro-assembler-arm.cc', 'stub-cache-arm.cc'],
'arch:ia32': ['assembler-ia32.cc', 'builtins-ia32.cc', 'codegen-ia32.cc',
'cpu-ia32.cc', 'disasm-ia32.cc', 'frames-ia32.cc', 'ic-ia32.cc',
- 'macro-assembler-ia32.cc', 'stub-cache-ia32.cc'],
+ 'macro-assembler-ia32.cc', 'regexp-macro-assembler-ia32.cc',
Erik Corry 2008/11/25 11:03:52 This line has a trailing space.
Christian Plesner Hansen 2008/11/26 06:49:56 Fixed
+ 'stub-cache-ia32.cc'],
'simulator:arm': ['simulator-arm.cc'],
'os:freebsd': ['platform-freebsd.cc'],
'os:linux': ['platform-linux.cc'],
« no previous file with comments | « no previous file | src/assembler.h » ('j') | src/assembler.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698