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

Unified Diff: vm/vm_sources.gypi

Issue 10082017: Remove code index table. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 8 years, 8 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
« vm/find_code_object_test.cc ('K') | « vm/isolate.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vm/vm_sources.gypi
===================================================================
--- vm/vm_sources.gypi (revision 6535)
+++ vm/vm_sources.gypi (working copy)
@@ -58,9 +58,6 @@
'code_generator_ia32.h',
'code_generator_x64.cc',
'code_generator_x64.h',
- 'code_index_table.cc',
- 'code_index_table.h',
- 'code_index_table_test.cc',
'code_patcher.h',
'code_patcher_arm.cc',
'code_patcher_ia32.cc',
@@ -112,6 +109,7 @@
'exceptions.cc',
'exceptions.h',
'exceptions_test.cc',
+ 'find_code_object_test.cc',
'flags.cc',
'flags.h',
'flags_test.cc',
« vm/find_code_object_test.cc ('K') | « vm/isolate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698