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

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

Issue 8728006: Implement Double.toStringAsFixed. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Enable more tests and small fixes. Created 9 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
OLDNEW
1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 'disassembler.cc', 91 'disassembler.cc',
92 'disassembler.h', 92 'disassembler.h',
93 'disassembler_ia32.cc', 93 'disassembler_ia32.cc',
94 'disassembler_x64.cc', 94 'disassembler_x64.cc',
95 'disassembler_arm.cc', 95 'disassembler_arm.cc',
96 'disassembler_test.cc', 96 'disassembler_test.cc',
97 'debuginfo.h', 97 'debuginfo.h',
98 'debuginfo_linux.cc', 98 'debuginfo_linux.cc',
99 'debuginfo_macos.cc', 99 'debuginfo_macos.cc',
100 'debuginfo_win.cc', 100 'debuginfo_win.cc',
101 'double_conversion.cc',
102 'double_conversion.h',
101 'exceptions.cc', 103 'exceptions.cc',
102 'exceptions.h', 104 'exceptions.h',
103 'exceptions_test.cc', 105 'exceptions_test.cc',
104 'flags.cc', 106 'flags.cc',
105 'flags.h', 107 'flags.h',
106 'flags_test.cc', 108 'flags_test.cc',
107 'freelist.cc', 109 'freelist.cc',
108 'freelist.h', 110 'freelist.h',
109 'freelist_test.cc', 111 'freelist_test.cc',
110 'gc_marker.cc', 112 'gc_marker.cc',
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 'virtual_memory_test.cc', 258 'virtual_memory_test.cc',
257 'virtual_memory_win.cc', 259 'virtual_memory_win.cc',
258 'verifier.cc', 260 'verifier.cc',
259 'verifier.h', 261 'verifier.h',
260 'visitor.h', 262 'visitor.h',
261 'zone.cc', 263 'zone.cc',
262 'zone.h', 264 'zone.h',
263 'zone_test.cc', 265 'zone_test.cc',
264 ], 266 ],
265 } 267 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698