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

Unified Diff: runtime/vm/vm_sources.gypi

Issue 8984003: Port code generator to x64. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 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/stub_code_x64.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
===================================================================
--- runtime/vm/vm_sources.gypi (revision 2556)
+++ runtime/vm/vm_sources.gypi (working copy)
@@ -47,21 +47,24 @@
'class_finalizer.h',
'class_finalizer.cc',
'class_finalizer_test.cc',
+ 'code_generator.cc',
'code_generator.h',
- 'code_generator.cc',
+ 'code_generator_arm.h',
+ 'code_generator_ia32.cc',
'code_generator_ia32.h',
- 'code_generator_ia32.cc',
'code_generator_ia32_test.cc',
- 'code_generator_arm.h',
+ 'code_generator_x64.cc',
'code_generator_x64.h',
+ 'code_generator_x64_test.cc',
'code_index_table.cc',
'code_index_table.h',
'code_index_table_test.cc',
'code_patcher.h',
+ 'code_patcher_arm.cc',
'code_patcher_ia32.cc',
'code_patcher_ia32_test.cc',
- 'code_patcher_arm.cc',
'code_patcher_x64.cc',
+ 'code_patcher_x64_test.cc',
'compiler.h',
'compiler.cc',
'compiler_stats.h',
« no previous file with comments | « runtime/vm/stub_code_x64.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698