Chromium Code Reviews| Index: runtime/vm/vm_sources.gypi |
| diff --git a/runtime/vm/vm_sources.gypi b/runtime/vm/vm_sources.gypi |
| index 30915cd9c5d570992240d5a8781b85920983318f..ca34d3dcc3ed2f26d0a61704caaccc316ecdd4eb 100644 |
| --- a/runtime/vm/vm_sources.gypi |
| +++ b/runtime/vm/vm_sources.gypi |
| @@ -330,6 +330,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', |
| @@ -428,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', |