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

Side by Side Diff: vm/vm_sources.gypi

Issue 9965042: - Add a class index to the classes. (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 unified diff | Download patch | Annotate | Revision Log
« vm/snapshot.cc ('K') | « vm/stub_code_ia32.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 # This file contains all sources (vm and tests) for the dart virtual machine. 5 # This file contains all sources (vm and tests) for the dart virtual machine.
6 # Unit test files need to have a '_test' suffix appended to the name. 6 # Unit test files need to have a '_test' suffix appended to the name.
7 { 7 {
8 'sources': [ 8 'sources': [
9 'allocation.cc', 9 'allocation.cc',
10 'allocation.h', 10 'allocation.h',
(...skipping 28 matching lines...) Expand all
39 'bitmap.h', 39 'bitmap.h',
40 'bitmap_test.cc', 40 'bitmap_test.cc',
41 'boolfield.h', 41 'boolfield.h',
42 'boolfield_test.cc', 42 'boolfield_test.cc',
43 'bootstrap.h', 43 'bootstrap.h',
44 'bootstrap_natives.h', 44 'bootstrap_natives.h',
45 'bootstrap_natives.cc', 45 'bootstrap_natives.cc',
46 'class_finalizer.h', 46 'class_finalizer.h',
47 'class_finalizer.cc', 47 'class_finalizer.cc',
48 'class_finalizer_test.cc', 48 'class_finalizer_test.cc',
49 'class_table.cc',
50 'class_table.h',
49 'code_descriptors.cc', 51 'code_descriptors.cc',
50 'code_descriptors.h', 52 'code_descriptors.h',
51 'code_descriptors_test.cc', 53 'code_descriptors_test.cc',
52 'code_generator.cc', 54 'code_generator.cc',
53 'code_generator.h', 55 'code_generator.h',
54 'code_generator_test.cc', 56 'code_generator_test.cc',
55 'code_generator_arm.h', 57 'code_generator_arm.h',
56 'code_generator_ia32.cc', 58 'code_generator_ia32.cc',
57 'code_generator_ia32.h', 59 'code_generator_ia32.h',
58 'code_generator_x64.cc', 60 'code_generator_x64.cc',
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 'virtual_memory_test.cc', 269 'virtual_memory_test.cc',
268 'virtual_memory_win.cc', 270 'virtual_memory_win.cc',
269 'verifier.cc', 271 'verifier.cc',
270 'verifier.h', 272 'verifier.h',
271 'visitor.h', 273 'visitor.h',
272 'zone.cc', 274 'zone.cc',
273 'zone.h', 275 'zone.h',
274 'zone_test.cc', 276 'zone_test.cc',
275 ], 277 ],
276 } 278 }
OLDNEW
« vm/snapshot.cc ('K') | « vm/stub_code_ia32.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698