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

Side by Side Diff: vm/vm_sources.gypi

Issue 8673002: - Refactor the isolate callback mechanism to also include creation of the (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
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 unified diff | Download patch | Annotate | Revision Log
« vm/isolate_win.cc ('K') | « vm/vm.gypi ('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) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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 19 matching lines...) Expand all
30 'ast_printer_test.cc', 30 'ast_printer_test.cc',
31 'bigint_operations.cc', 31 'bigint_operations.cc',
32 'bigint_operations.h', 32 'bigint_operations.h',
33 'bigint_operations_test.cc', 33 'bigint_operations_test.cc',
34 'bigint_store.h', 34 'bigint_store.h',
35 'bitfield.h', 35 'bitfield.h',
36 'bitfield_test.cc', 36 'bitfield_test.cc',
37 'boolfield.h', 37 'boolfield.h',
38 'boolfield_test.cc', 38 'boolfield_test.cc',
39 'bootstrap.h', 39 'bootstrap.h',
40 'bootstrap.cc',
41 'bootstrap_natives.h', 40 'bootstrap_natives.h',
41 'bootstrap_natives.cc',
42 'c99_support_win.h', 42 'c99_support_win.h',
43 'class_finalizer.h', 43 'class_finalizer.h',
44 'class_finalizer.cc', 44 'class_finalizer.cc',
45 'class_finalizer_test.cc', 45 'class_finalizer_test.cc',
46 'code_generator.h', 46 'code_generator.h',
47 'code_generator.cc', 47 'code_generator.cc',
48 'code_generator_ia32.h', 48 'code_generator_ia32.h',
49 'code_generator_ia32.cc', 49 'code_generator_ia32.cc',
50 'code_generator_ia32_test.cc', 50 'code_generator_ia32_test.cc',
51 'code_generator_arm.h', 51 'code_generator_arm.h',
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 'virtual_memory_test.cc', 239 'virtual_memory_test.cc',
240 'virtual_memory_win.cc', 240 'virtual_memory_win.cc',
241 'verifier.cc', 241 'verifier.cc',
242 'verifier.h', 242 'verifier.h',
243 'visitor.h', 243 'visitor.h',
244 'zone.cc', 244 'zone.cc',
245 'zone.h', 245 'zone.h',
246 'zone_test.cc', 246 'zone_test.cc',
247 ], 247 ],
248 } 248 }
OLDNEW
« vm/isolate_win.cc ('K') | « vm/vm.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698