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

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

Issue 1423473004: Switch profiler from isolates to threads [second landing] (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 1 month 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/thread_test.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 433 matching lines...) Expand 10 before | Expand all | Expand 10 after
444 'tags.h', 444 'tags.h',
445 'thread.cc', 445 'thread.cc',
446 'thread.h', 446 'thread.h',
447 'thread_barrier.h', 447 'thread_barrier.h',
448 'thread_barrier_test.cc', 448 'thread_barrier_test.cc',
449 'thread_interrupter.cc', 449 'thread_interrupter.cc',
450 'thread_interrupter.h', 450 'thread_interrupter.h',
451 'thread_interrupter_android.cc', 451 'thread_interrupter_android.cc',
452 'thread_interrupter_linux.cc', 452 'thread_interrupter_linux.cc',
453 'thread_interrupter_macos.cc', 453 'thread_interrupter_macos.cc',
454 'thread_interrupter_test.cc',
455 'thread_interrupter_win.cc', 454 'thread_interrupter_win.cc',
456 'thread_pool.cc', 455 'thread_pool.cc',
457 'thread_pool.h', 456 'thread_pool.h',
458 'thread_pool_test.cc', 457 'thread_pool_test.cc',
459 'thread_registry.cc', 458 'thread_registry.cc',
460 'thread_registry.h', 459 'thread_registry.h',
461 'thread_test.cc', 460 'thread_test.cc',
462 'timeline.cc', 461 'timeline.cc',
463 'timeline.h', 462 'timeline.h',
464 'timeline_analysis.cc', 463 'timeline_analysis.cc',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 'vtune.h', 497 'vtune.h',
499 'weak_code.cc', 498 'weak_code.cc',
500 'weak_code.h', 499 'weak_code.h',
501 'weak_table.cc', 500 'weak_table.cc',
502 'weak_table.h', 501 'weak_table.h',
503 'zone.cc', 502 'zone.cc',
504 'zone.h', 503 'zone.h',
505 'zone_test.cc', 504 'zone_test.cc',
506 ], 505 ],
507 } 506 }
OLDNEW
« no previous file with comments | « runtime/vm/thread_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698