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

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

Issue 9189003: Move assert.h/assert.cc from runtime/vm to runtime/platform (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Check for correct rebase Created 8 years, 11 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
« no previous file with comments | « runtime/vm/vm.gypi ('k') | runtime/vm/zone.cc » ('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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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',
11 'allocation_test.cc', 11 'allocation_test.cc',
12 'assembler.cc', 12 'assembler.cc',
13 'assembler.h', 13 'assembler.h',
14 'assembler_arm.h', 14 'assembler_arm.h',
15 'assembler_ia32.cc', 15 'assembler_ia32.cc',
16 'assembler_ia32.h', 16 'assembler_ia32.h',
17 'assembler_ia32_test.cc', 17 'assembler_ia32_test.cc',
18 'assembler_macros.h', 18 'assembler_macros.h',
19 'assembler_macros_ia32.cc', 19 'assembler_macros_ia32.cc',
20 'assembler_macros_ia32.h', 20 'assembler_macros_ia32.h',
21 'assembler_macros_x64.cc', 21 'assembler_macros_x64.cc',
22 'assembler_macros_x64.h', 22 'assembler_macros_x64.h',
23 'assembler_x64.cc', 23 'assembler_x64.cc',
24 'assembler_x64.h', 24 'assembler_x64.h',
25 'assembler_x64_test.cc', 25 'assembler_x64_test.cc',
26 'assert.cc',
27 'assert.h',
28 'assert_test.cc', 26 'assert_test.cc',
29 'ast.cc', 27 'ast.cc',
30 'ast.h', 28 'ast.h',
31 'ast_test.cc', 29 'ast_test.cc',
32 'ast_printer.h', 30 'ast_printer.h',
33 'ast_printer.cc', 31 'ast_printer.cc',
34 'ast_printer_test.cc', 32 'ast_printer_test.cc',
35 'bigint_operations.cc', 33 'bigint_operations.cc',
36 'bigint_operations.h', 34 'bigint_operations.h',
37 'bigint_operations_test.cc', 35 'bigint_operations_test.cc',
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 'virtual_memory_test.cc', 261 'virtual_memory_test.cc',
264 'virtual_memory_win.cc', 262 'virtual_memory_win.cc',
265 'verifier.cc', 263 'verifier.cc',
266 'verifier.h', 264 'verifier.h',
267 'visitor.h', 265 'visitor.h',
268 'zone.cc', 266 'zone.cc',
269 'zone.h', 267 'zone.h',
270 'zone_test.cc', 268 'zone_test.cc',
271 ], 269 ],
272 } 270 }
OLDNEW
« no previous file with comments | « runtime/vm/vm.gypi ('k') | runtime/vm/zone.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698