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

Unified Diff: runtime/vm/vm_sources.gypi

Issue 683433003: Integrate the Irregexp Regular Expression Engine. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: rebase Created 6 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
Index: runtime/vm/vm_sources.gypi
diff --git a/runtime/vm/vm_sources.gypi b/runtime/vm/vm_sources.gypi
index a490cdd6b3c2ab8c61efb5296218c0f00084f6e8..a4c6150586cdc7915a980817f0e85f8622b400dd 100644
--- a/runtime/vm/vm_sources.gypi
+++ b/runtime/vm/vm_sources.gypi
@@ -331,6 +331,14 @@
'raw_object.cc',
'raw_object.h',
'raw_object_snapshot.cc',
+ 'regexp.cc',
+ 'regexp.h',
+ 'regexp_assembler.cc',
+ 'regexp_assembler.h',
+ 'regexp_ast.cc',
+ 'regexp_ast.h',
+ 'regexp_parser.cc',
+ 'regexp_parser.h',
'report.cc',
'report.h',
'report_test.cc',
@@ -429,6 +437,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