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

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

Issue 109803002: Profiler Take 2 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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
« no previous file with comments | « runtime/vm/thread_test.cc ('k') | tools/tracemerge.dart » ('j') | 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 13 matching lines...) Expand all
24 'assembler_x64.cc', 24 'assembler_x64.cc',
25 'assembler_x64.h', 25 'assembler_x64.h',
26 'assembler_x64_test.cc', 26 'assembler_x64_test.cc',
27 'assert_test.cc', 27 'assert_test.cc',
28 'ast.cc', 28 'ast.cc',
29 'ast.h', 29 'ast.h',
30 'ast_printer.cc', 30 'ast_printer.cc',
31 'ast_printer.h', 31 'ast_printer.h',
32 'ast_printer_test.cc', 32 'ast_printer_test.cc',
33 'ast_test.cc', 33 'ast_test.cc',
34 'atomic.h',
35 'atomic_android.cc',
36 'atomic_linux.cc',
37 'atomic_macos.cc',
38 'atomic_win.cc',
34 'base_isolate.h', 39 'base_isolate.h',
35 'benchmark_test.cc', 40 'benchmark_test.cc',
36 'benchmark_test.h', 41 'benchmark_test.h',
37 'bigint_operations.cc', 42 'bigint_operations.cc',
38 'bigint_operations.h', 43 'bigint_operations.h',
39 'bigint_operations_test.cc', 44 'bigint_operations_test.cc',
40 'bit_vector.cc', 45 'bit_vector.cc',
41 'bit_vector.h', 46 'bit_vector.h',
42 'bit_vector_test.cc', 47 'bit_vector_test.cc',
43 'bitfield.h', 48 'bitfield.h',
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 'pages.h', 275 'pages.h',
271 'pages_test.cc', 276 'pages_test.cc',
272 'parser.cc', 277 'parser.cc',
273 'parser.h', 278 'parser.h',
274 'parser_test.cc', 279 'parser_test.cc',
275 'port.cc', 280 'port.cc',
276 'port.h', 281 'port.h',
277 'port_test.cc', 282 'port_test.cc',
278 'profiler.cc', 283 'profiler.cc',
279 'profiler.h', 284 'profiler.h',
280 'profiler_android.cc',
281 'profiler_linux.cc',
282 'profiler_macos.cc',
283 'profiler_test.cc', 285 'profiler_test.cc',
284 'profiler_win.cc',
285 'random.cc', 286 'random.cc',
286 'random.h', 287 'random.h',
287 'raw_object.cc', 288 'raw_object.cc',
288 'raw_object.h', 289 'raw_object.h',
289 'raw_object_snapshot.cc', 290 'raw_object_snapshot.cc',
290 'resolver.cc', 291 'resolver.cc',
291 'resolver.h', 292 'resolver.h',
292 'resolver_test.cc', 293 'resolver_test.cc',
293 'reusable_handles.h', 294 'reusable_handles.h',
294 'runtime_entry.h', 295 'runtime_entry.h',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 'stub_code_arm_test.cc', 337 'stub_code_arm_test.cc',
337 'stub_code_ia32.cc', 338 'stub_code_ia32.cc',
338 'stub_code_ia32_test.cc', 339 'stub_code_ia32_test.cc',
339 'stub_code_mips.cc', 340 'stub_code_mips.cc',
340 'stub_code_mips_test.cc', 341 'stub_code_mips_test.cc',
341 'stub_code_x64.cc', 342 'stub_code_x64.cc',
342 'stub_code_x64_test.cc', 343 'stub_code_x64_test.cc',
343 'symbols.cc', 344 'symbols.cc',
344 'symbols.h', 345 'symbols.h',
345 'thread.h', 346 'thread.h',
347 'thread_interrupter.cc',
348 'thread_interrupter.h',
349 'thread_interrupter_android.cc',
350 'thread_interrupter_linux.cc',
351 'thread_interrupter_macos.cc',
352 'thread_interrupter_test.cc',
353 'thread_interrupter_win.cc',
346 'thread_pool.cc', 354 'thread_pool.cc',
347 'thread_pool.h', 355 'thread_pool.h',
348 'thread_pool_test.cc', 356 'thread_pool_test.cc',
349 'thread_test.cc', 357 'thread_test.cc',
350 'timer.cc', 358 'timer.cc',
351 'timer.h', 359 'timer.h',
352 'token.cc', 360 'token.cc',
353 'token.h', 361 'token.h',
354 'trace_buffer.cc', 362 'trace_buffer.cc',
355 'trace_buffer.h', 363 'trace_buffer.h',
(...skipping 17 matching lines...) Expand all
373 'visitor.h', 381 'visitor.h',
374 'vtune.cc', 382 'vtune.cc',
375 'vtune.h', 383 'vtune.h',
376 'weak_table.cc', 384 'weak_table.cc',
377 'weak_table.h', 385 'weak_table.h',
378 'zone.cc', 386 'zone.cc',
379 'zone.h', 387 'zone.h',
380 'zone_test.cc', 388 'zone_test.cc',
381 ], 389 ],
382 } 390 }
OLDNEW
« no previous file with comments | « runtime/vm/thread_test.cc ('k') | tools/tracemerge.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698