Chromium Code Reviews| Index: runtime/vm/vm_sources.gypi |
| diff --git a/runtime/vm/vm_sources.gypi b/runtime/vm/vm_sources.gypi |
| index c6d50680966c288b46b0f4b0c0e8d4a993ea9a93..3014ab735fdc2ab2ead2e444cd9d09103500f6e7 100644 |
| --- a/runtime/vm/vm_sources.gypi |
| +++ b/runtime/vm/vm_sources.gypi |
| @@ -511,7 +511,12 @@ |
| 'timeline.h', |
| 'timeline_analysis.cc', |
| 'timeline_analysis.h', |
| + 'timeline_android.cc', |
| + 'timeline_fuchsia.cc', |
| + 'timeline_linux.cc', |
| + 'timeline_macos.cc', |
| 'timeline_test.cc', |
| + 'timeline_win.cc', |
| 'timer.cc', |
| 'timer.h', |
| 'token.cc', |