Chromium Code Reviews| Index: runtime/vm/vm_sources.gypi |
| diff --git a/runtime/vm/vm_sources.gypi b/runtime/vm/vm_sources.gypi |
| index 241b95e41efc0892ba96e2ab1049bc8884eacf1d..30d1ff0a37499ece67ba4828764c94dee3e5713b 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', |