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

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

Issue 1284263002: Start TimelineAnalysis utility (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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
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 441 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 'thread_interrupter_test.cc', 452 'thread_interrupter_test.cc',
453 'thread_interrupter_win.cc', 453 'thread_interrupter_win.cc',
454 'thread_pool.cc', 454 'thread_pool.cc',
455 'thread_pool.h', 455 'thread_pool.h',
456 'thread_pool_test.cc', 456 'thread_pool_test.cc',
457 'thread_registry.cc', 457 'thread_registry.cc',
458 'thread_registry.h', 458 'thread_registry.h',
459 'thread_test.cc', 459 'thread_test.cc',
460 'timeline.cc', 460 'timeline.cc',
461 'timeline.h', 461 'timeline.h',
462 'timeline_analysis.cc',
463 'timeline_analysis.h',
462 'timeline_test.cc', 464 'timeline_test.cc',
463 'timer.cc', 465 'timer.cc',
464 'timer.h', 466 'timer.h',
465 'token.cc', 467 'token.cc',
466 'token.h', 468 'token.h',
467 'trace_buffer.cc', 469 'trace_buffer.cc',
468 'trace_buffer.h', 470 'trace_buffer.h',
469 'trace_buffer_test.cc', 471 'trace_buffer_test.cc',
470 'unibrow.cc', 472 'unibrow.cc',
471 'unibrow.h', 473 'unibrow.h',
(...skipping 22 matching lines...) Expand all
494 'vtune.h', 496 'vtune.h',
495 'weak_code.cc', 497 'weak_code.cc',
496 'weak_code.h', 498 'weak_code.h',
497 'weak_table.cc', 499 'weak_table.cc',
498 'weak_table.h', 500 'weak_table.h',
499 'zone.cc', 501 'zone.cc',
500 'zone.h', 502 'zone.h',
501 'zone_test.cc', 503 'zone_test.cc',
502 ], 504 ],
503 } 505 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698