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

Unified Diff: runtime/vm/vm_sources.gypi

Issue 11412106: Support VTune's JIT interface. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments Created 8 years, 1 month 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/vm.gypi ('k') | runtime/vm/vtune.h » ('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 2b2f9d45042be5a82c65630c20f351bf701a6709..0b18707d2250cbcb0d99218ed55fa141fe961e41 100644
--- a/runtime/vm/vm_sources.gypi
+++ b/runtime/vm/vm_sources.gypi
@@ -64,6 +64,8 @@
'code_generator.cc',
'code_generator.h',
'code_generator_test.cc',
+ 'code_observers.cc',
+ 'code_observers.h',
'code_patcher.h',
'code_patcher_arm.cc',
'code_patcher_ia32.cc',
@@ -302,6 +304,8 @@
'verifier.cc',
'verifier.h',
'visitor.h',
+ 'vtune.cc',
+ 'vtune.h',
'zone.cc',
'zone.h',
'zone_test.cc',
« no previous file with comments | « runtime/vm/vm.gypi ('k') | runtime/vm/vtune.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698