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

Side by Side Diff: vm/vm_sources.gypi

Issue 10827209: Unify class ids and snapshot object ids list so that we don't have disparate and sometimes confusin… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 8 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
« no previous file with comments | « vm/symbols.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) 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',
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 'scanner.cc', 240 'scanner.cc',
241 'scanner.h', 241 'scanner.h',
242 'scanner_test.cc', 242 'scanner_test.cc',
243 'scavenger.cc', 243 'scavenger.cc',
244 'scavenger.h', 244 'scavenger.h',
245 'scopes.cc', 245 'scopes.cc',
246 'scopes.h', 246 'scopes.h',
247 'scopes_test.cc', 247 'scopes_test.cc',
248 'snapshot.cc', 248 'snapshot.cc',
249 'snapshot.h', 249 'snapshot.h',
250 'snapshot_ids.h',
250 'snapshot_test.cc', 251 'snapshot_test.cc',
251 'stack_frame.cc', 252 'stack_frame.cc',
252 'stack_frame_arm.cc', 253 'stack_frame_arm.cc',
253 'stack_frame_ia32.cc', 254 'stack_frame_ia32.cc',
254 'stack_frame_x64.cc', 255 'stack_frame_x64.cc',
255 'stack_frame.h', 256 'stack_frame.h',
256 'stack_frame_test.cc', 257 'stack_frame_test.cc',
257 'store_buffer.cc', 258 'store_buffer.cc',
258 'store_buffer.h', 259 'store_buffer.h',
259 'stub_code.cc', 260 'stub_code.cc',
(...skipping 28 matching lines...) Expand all
288 'virtual_memory_test.cc', 289 'virtual_memory_test.cc',
289 'virtual_memory_win.cc', 290 'virtual_memory_win.cc',
290 'verifier.cc', 291 'verifier.cc',
291 'verifier.h', 292 'verifier.h',
292 'visitor.h', 293 'visitor.h',
293 'zone.cc', 294 'zone.cc',
294 'zone.h', 295 'zone.h',
295 'zone_test.cc', 296 'zone_test.cc',
296 ], 297 ],
297 } 298 }
OLDNEW
« no previous file with comments | « vm/symbols.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698