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

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

Issue 979823003: Major rework of vm service events. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 9 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
« no previous file with comments | « runtime/vm/service_event.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 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 'scanner_test.cc', 377 'scanner_test.cc',
378 'scavenger.cc', 378 'scavenger.cc',
379 'scavenger.h', 379 'scavenger.h',
380 'scavenger_test.cc', 380 'scavenger_test.cc',
381 'scope_timer.h', 381 'scope_timer.h',
382 'scopes.cc', 382 'scopes.cc',
383 'scopes.h', 383 'scopes.h',
384 'scopes_test.cc', 384 'scopes_test.cc',
385 'service.cc', 385 'service.cc',
386 'service.h', 386 'service.h',
387 'service_event.cc',
388 'service_event.h',
387 'service_isolate.cc', 389 'service_isolate.cc',
388 'service_isolate.h', 390 'service_isolate.h',
389 'service_test.cc', 391 'service_test.cc',
390 'signal_handler_android.cc', 392 'signal_handler_android.cc',
391 'signal_handler_linux.cc', 393 'signal_handler_linux.cc',
392 'signal_handler_macos.cc', 394 'signal_handler_macos.cc',
393 'signal_handler_win.cc', 395 'signal_handler_win.cc',
394 'signal_handler.h', 396 'signal_handler.h',
395 'simulator.h', 397 'simulator.h',
396 'simulator_arm.cc', 398 'simulator_arm.cc',
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
476 'vtune.h', 478 'vtune.h',
477 'weak_code.cc', 479 'weak_code.cc',
478 'weak_code.h', 480 'weak_code.h',
479 'weak_table.cc', 481 'weak_table.cc',
480 'weak_table.h', 482 'weak_table.h',
481 'zone.cc', 483 'zone.cc',
482 'zone.h', 484 'zone.h',
483 'zone_test.cc', 485 'zone_test.cc',
484 ], 486 ],
485 } 487 }
OLDNEW
« no previous file with comments | « runtime/vm/service_event.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698