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

Unified Diff: runtime/vm/vm_sources.gypi

Issue 2984603002: Special-case Timeline.{start,finish}Sync for Fuchsia (Closed)
Patch Set: Address comments Created 3 years, 5 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
« no previous file with comments | « runtime/vm/timeline_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « runtime/vm/timeline_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698