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

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

Issue 463993002: - Separate the thread implementation used in bin/ and vm/ (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 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 | Annotate | Revision Log
« runtime/bin/process_linux.cc ('K') | « runtime/vm/thread_win.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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 'intrinsifier_mips.cc', 247 'intrinsifier_mips.cc',
248 'intrinsifier_x64.cc', 248 'intrinsifier_x64.cc',
249 'isolate.cc', 249 'isolate.cc',
250 'isolate.h', 250 'isolate.h',
251 'isolate_test.cc', 251 'isolate_test.cc',
252 'json_stream.h', 252 'json_stream.h',
253 'json_stream.cc', 253 'json_stream.cc',
254 'json_test.cc', 254 'json_test.cc',
255 'locations.cc', 255 'locations.cc',
256 'locations.h', 256 'locations.h',
257 'lockers.h',
257 'longjump.cc', 258 'longjump.cc',
258 'longjump.h', 259 'longjump.h',
259 'longjump_test.cc', 260 'longjump_test.cc',
260 'megamorphic_cache_table.cc', 261 'megamorphic_cache_table.cc',
261 'megamorphic_cache_table.h', 262 'megamorphic_cache_table.h',
262 'memory_region.cc', 263 'memory_region.cc',
263 'memory_region.h', 264 'memory_region.h',
264 'memory_region_test.cc', 265 'memory_region_test.cc',
265 'message.cc', 266 'message.cc',
266 'message.h', 267 'message.h',
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 'stub_code_ia32_test.cc', 389 'stub_code_ia32_test.cc',
389 'stub_code_mips.cc', 390 'stub_code_mips.cc',
390 'stub_code_mips_test.cc', 391 'stub_code_mips_test.cc',
391 'stub_code_x64.cc', 392 'stub_code_x64.cc',
392 'stub_code_x64_test.cc', 393 'stub_code_x64_test.cc',
393 'symbols.cc', 394 'symbols.cc',
394 'symbols.h', 395 'symbols.h',
395 'tags.cc', 396 'tags.cc',
396 'tags.h', 397 'tags.h',
397 'thread.h', 398 'thread.h',
399 'thread_android.cc',
400 'thread_android.h',
401 'thread_linux.cc',
402 'thread_linux.h',
398 'thread_interrupter.cc', 403 'thread_interrupter.cc',
399 'thread_interrupter.h', 404 'thread_interrupter.h',
400 'thread_interrupter_android.cc', 405 'thread_interrupter_android.cc',
401 'thread_interrupter_linux.cc', 406 'thread_interrupter_linux.cc',
402 'thread_interrupter_macos.cc', 407 'thread_interrupter_macos.cc',
403 'thread_interrupter_test.cc', 408 'thread_interrupter_test.cc',
404 'thread_interrupter_win.cc', 409 'thread_interrupter_win.cc',
410 'thread_macos.cc',
411 'thread_macos.h',
405 'thread_pool.cc', 412 'thread_pool.cc',
406 'thread_pool.h', 413 'thread_pool.h',
407 'thread_pool_test.cc', 414 'thread_pool_test.cc',
408 'thread_test.cc', 415 'thread_test.cc',
416 'thread_win.cc',
417 'thread_win.h',
409 'timer.cc', 418 'timer.cc',
410 'timer.h', 419 'timer.h',
411 'token.cc', 420 'token.cc',
412 'token.h', 421 'token.h',
413 'trace_buffer.cc', 422 'trace_buffer.cc',
414 'trace_buffer.h', 423 'trace_buffer.h',
415 'trace_buffer_test.cc', 424 'trace_buffer_test.cc',
416 'unicode.cc', 425 'unicode.cc',
417 'unicode.h', 426 'unicode.h',
418 'unicode_data.cc', 427 'unicode_data.cc',
(...skipping 13 matching lines...) Expand all
432 'visitor.h', 441 'visitor.h',
433 'vtune.cc', 442 'vtune.cc',
434 'vtune.h', 443 'vtune.h',
435 'weak_table.cc', 444 'weak_table.cc',
436 'weak_table.h', 445 'weak_table.h',
437 'zone.cc', 446 'zone.cc',
438 'zone.h', 447 'zone.h',
439 'zone_test.cc', 448 'zone_test.cc',
440 ], 449 ],
441 } 450 }
OLDNEW
« runtime/bin/process_linux.cc ('K') | « runtime/vm/thread_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698