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

Side by Side Diff: runtime/vm/vm_sources.gypi

Issue 2483373002: Add Kernel Isolate (Closed)
Patch Set: wip Created 4 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
« no previous file with comments | « runtime/vm/service_isolate.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) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, 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 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 'isolate.h', 265 'isolate.h',
266 'isolate_reload.cc', 266 'isolate_reload.cc',
267 'isolate_reload.h', 267 'isolate_reload.h',
268 'isolate_reload_test.cc', 268 'isolate_reload_test.cc',
269 'isolate_test.cc', 269 'isolate_test.cc',
270 'jit_optimizer.cc', 270 'jit_optimizer.cc',
271 'jit_optimizer.h', 271 'jit_optimizer.h',
272 'json_stream.h', 272 'json_stream.h',
273 'json_stream.cc', 273 'json_stream.cc',
274 'json_test.cc', 274 'json_test.cc',
275 'kernel_isolate.cc',
276 'kernel_isolate.h',
275 'locations.cc', 277 'locations.cc',
276 'locations.h', 278 'locations.h',
277 'lockers.cc', 279 'lockers.cc',
278 'lockers.h', 280 'lockers.h',
279 'log_test.cc', 281 'log_test.cc',
280 'log.cc', 282 'log.cc',
281 'log.h', 283 'log.h',
282 'longjump.cc', 284 'longjump.cc',
283 'longjump.h', 285 'longjump.h',
284 'longjump_test.cc', 286 'longjump_test.cc',
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
541 'visitor.h', 543 'visitor.h',
542 'weak_code.cc', 544 'weak_code.cc',
543 'weak_code.h', 545 'weak_code.h',
544 'weak_table.cc', 546 'weak_table.cc',
545 'weak_table.h', 547 'weak_table.h',
546 'zone.cc', 548 'zone.cc',
547 'zone.h', 549 'zone.h',
548 'zone_test.cc', 550 'zone_test.cc',
549 ], 551 ],
550 } 552 }
OLDNEW
« no previous file with comments | « runtime/vm/service_isolate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698