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

Unified Diff: runtime/vm/vm_sources.gypi

Issue 10382234: Introduce locations based code generation. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: addressed Srdjan comments Created 8 years, 7 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
« runtime/vm/locations.cc ('K') | « runtime/vm/locations.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 e482cd459acbc4367ffcdea775dabf7564fe01b2..7a71c75f0ed5f6644099034ddeece36cbe61ccb5 100644
--- a/runtime/vm/vm_sources.gypi
+++ b/runtime/vm/vm_sources.gypi
@@ -158,6 +158,7 @@
'instructions_x64_test.cc',
'intermediate_language.cc',
'intermediate_language.h',
+ 'intermediate_language_x64.cc',
'intermediate_language_test.cc',
'intrinsifier.h',
'intrinsifier.cc',
@@ -168,6 +169,8 @@
'isolate.h',
'isolate_test.cc',
'json_test.cc',
+ 'locations.cc',
+ 'locations.h',
'longjump.cc',
'longjump.h',
'longjump_test.cc',
« runtime/vm/locations.cc ('K') | « runtime/vm/locations.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698