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

Unified Diff: runtime/vm/vm_sources.gypi

Issue 109803002: Profiler Take 2 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years 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/thread_test.cc ('k') | tools/tracemerge.dart » ('j') | 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 10f495033691f80fc7d868f7d8fb7dc6b9c35cc3..c2b3a88203c68d6aa3c5cdbabab8c159cc46c308 100644
--- a/runtime/vm/vm_sources.gypi
+++ b/runtime/vm/vm_sources.gypi
@@ -31,6 +31,11 @@
'ast_printer.h',
'ast_printer_test.cc',
'ast_test.cc',
+ 'atomic.h',
+ 'atomic_android.cc',
+ 'atomic_linux.cc',
+ 'atomic_macos.cc',
+ 'atomic_win.cc',
'base_isolate.h',
'benchmark_test.cc',
'benchmark_test.h',
@@ -277,11 +282,7 @@
'port_test.cc',
'profiler.cc',
'profiler.h',
- 'profiler_android.cc',
- 'profiler_linux.cc',
- 'profiler_macos.cc',
'profiler_test.cc',
- 'profiler_win.cc',
'random.cc',
'random.h',
'raw_object.cc',
@@ -343,6 +344,13 @@
'symbols.cc',
'symbols.h',
'thread.h',
+ 'thread_interrupter.cc',
+ 'thread_interrupter.h',
+ 'thread_interrupter_android.cc',
+ 'thread_interrupter_linux.cc',
+ 'thread_interrupter_macos.cc',
+ 'thread_interrupter_test.cc',
+ 'thread_interrupter_win.cc',
'thread_pool.cc',
'thread_pool.h',
'thread_pool_test.cc',
« no previous file with comments | « runtime/vm/thread_test.cc ('k') | tools/tracemerge.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698