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

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

Issue 3000803003: Revert "[vm] Implement more efficient CAS in simarm/simarm64 modes" (Closed)
Patch Set: Created 3 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
« no previous file with comments | « runtime/vm/simulator_arm64.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 25 matching lines...) Expand all
36 'ast_printer.h', 36 'ast_printer.h',
37 'ast_printer_test.cc', 37 'ast_printer_test.cc',
38 'ast_test.cc', 38 'ast_test.cc',
39 'ast_transformer.cc', 39 'ast_transformer.cc',
40 'ast_transformer.h', 40 'ast_transformer.h',
41 'atomic.h', 41 'atomic.h',
42 'atomic_android.h', 42 'atomic_android.h',
43 'atomic_fuchsia.h', 43 'atomic_fuchsia.h',
44 'atomic_linux.h', 44 'atomic_linux.h',
45 'atomic_macos.h', 45 'atomic_macos.h',
46 'atomic_simulator.h',
46 'atomic_test.cc', 47 'atomic_test.cc',
47 'atomic_win.h', 48 'atomic_win.h',
48 'base_isolate.h', 49 'base_isolate.h',
49 'become.h', 50 'become.h',
50 'become.cc', 51 'become.cc',
51 'benchmark_test.cc', 52 'benchmark_test.cc',
52 'benchmark_test.h', 53 'benchmark_test.h',
53 'bigint_test.cc', 54 'bigint_test.cc',
54 'bit_set_test.cc', 55 'bit_set_test.cc',
55 'bit_vector.cc', 56 'bit_vector.cc',
(...skipping 495 matching lines...) Expand 10 before | Expand all | Expand 10 after
551 'weak_code.h', 552 'weak_code.h',
552 'weak_table.cc', 553 'weak_table.cc',
553 'weak_table.h', 554 'weak_table.h',
554 'zone.cc', 555 'zone.cc',
555 'zone.h', 556 'zone.h',
556 'zone_test.cc', 557 'zone_test.cc',
557 'zone_text_buffer.cc', 558 'zone_text_buffer.cc',
558 'zone_text_buffer.h', 559 'zone_text_buffer.h',
559 ], 560 ],
560 } 561 }
OLDNEW
« no previous file with comments | « runtime/vm/simulator_arm64.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698