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

Unified Diff: runtime/vm/vm_sources.gypi

Issue 539153002: Port and integrate the irregexp engine from V8 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Port remaining V8 regexp tests and fix exposed bugs. Created 6 years, 3 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: runtime/vm/vm_sources.gypi
diff --git a/runtime/vm/vm_sources.gypi b/runtime/vm/vm_sources.gypi
index e25ca7f11a0f85c06dea09318700bc4efa9c3353..d4eef1adbd197df03c8e01cfed994e7f7b7f3b33 100644
--- a/runtime/vm/vm_sources.gypi
+++ b/runtime/vm/vm_sources.gypi
@@ -332,6 +332,8 @@
'raw_object_snapshot.cc',
'regexp.cc',
'regexp.h',
+ 'regexp_assembler.cc',
+ 'regexp_assembler.h',
'regexp_ast.cc',
'regexp_ast.h',
'regexp_parser.cc',
@@ -434,6 +436,9 @@
'trace_buffer.cc',
'trace_buffer.h',
'trace_buffer_test.cc',
+ 'unibrow.cc',
+ 'unibrow.h',
+ 'unibrow-inl.h',
'unicode.cc',
'unicode.h',
'unicode_data.cc',

Powered by Google App Engine
This is Rietveld 408576698