OLD | NEW |
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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
234 'message_handler.h', | 234 'message_handler.h', |
235 'message_handler_test.cc', | 235 'message_handler_test.cc', |
236 'message_test.cc', | 236 'message_test.cc', |
237 'native_arguments.h', | 237 'native_arguments.h', |
238 'native_entry.cc', | 238 'native_entry.cc', |
239 'native_entry.h', | 239 'native_entry.h', |
240 'native_entry_test.cc', | 240 'native_entry_test.cc', |
241 'native_entry_test.h', | 241 'native_entry_test.h', |
242 'native_message_handler.cc', | 242 'native_message_handler.cc', |
243 'native_message_handler.h', | 243 'native_message_handler.h', |
| 244 'native_symbol.h', |
| 245 'native_symbol_android.cc', |
| 246 'native_symbol_linux.cc', |
| 247 'native_symbol_macos.cc', |
| 248 'native_symbol_test.cc', |
| 249 'native_symbol_win.cc', |
244 'object.cc', | 250 'object.cc', |
245 'object.h', | 251 'object.h', |
246 'object_arm_test.cc', | 252 'object_arm_test.cc', |
247 'object_ia32_test.cc', | 253 'object_ia32_test.cc', |
248 'object_id_ring.cc', | 254 'object_id_ring.cc', |
249 'object_id_ring.h', | 255 'object_id_ring.h', |
250 'object_id_ring_test.cc', | 256 'object_id_ring_test.cc', |
251 'object_mips_test.cc', | 257 'object_mips_test.cc', |
252 'object_store.cc', | 258 'object_store.cc', |
253 'object_store.h', | 259 'object_store.h', |
254 'object_store_test.cc', | 260 'object_store_test.cc', |
255 'object_test.cc', | 261 'object_test.cc', |
256 'object_x64_test.cc', | 262 'object_x64_test.cc', |
257 'os.h', | 263 'os.h', |
258 'os_android.cc', | 264 'os_android.cc', |
259 'os_linux.cc', | 265 'os_linux.cc', |
260 'os_macos.cc', | 266 'os_macos.cc', |
261 'os_test.cc', | 267 'os_test.cc', |
262 'os_win.cc', | 268 'os_win.cc', |
263 'pages.cc', | 269 'pages.cc', |
264 'pages.h', | 270 'pages.h', |
265 'pages_test.cc', | 271 'pages_test.cc', |
266 'parser.cc', | 272 'parser.cc', |
267 'parser.h', | 273 'parser.h', |
268 'parser_test.cc', | 274 'parser_test.cc', |
269 'port.cc', | 275 'port.cc', |
270 'port.h', | 276 'port.h', |
271 'port_test.cc', | 277 'port_test.cc', |
| 278 'profiler.cc', |
| 279 'profiler.h', |
| 280 'profiler_android.cc', |
| 281 'profiler_linux.cc', |
| 282 'profiler_macos.cc', |
| 283 'profiler_test.cc', |
| 284 'profiler_win.cc', |
272 'random.cc', | 285 'random.cc', |
273 'random.h', | 286 'random.h', |
274 'raw_object.cc', | 287 'raw_object.cc', |
275 'raw_object.h', | 288 'raw_object.h', |
276 'raw_object_snapshot.cc', | 289 'raw_object_snapshot.cc', |
277 'resolver.cc', | 290 'resolver.cc', |
278 'resolver.h', | 291 'resolver.h', |
279 'resolver_test.cc', | 292 'resolver_test.cc', |
280 'reusable_handles.h', | 293 'reusable_handles.h', |
281 'runtime_entry.h', | 294 'runtime_entry.h', |
282 'runtime_entry_arm.cc', | 295 'runtime_entry_arm.cc', |
283 'runtime_entry_ia32.cc', | 296 'runtime_entry_ia32.cc', |
284 'runtime_entry_mips.cc', | 297 'runtime_entry_mips.cc', |
285 'runtime_entry_test.cc', | 298 'runtime_entry_test.cc', |
286 'runtime_entry_x64.cc', | 299 'runtime_entry_x64.cc', |
287 'scanner.cc', | 300 'scanner.cc', |
288 'scanner.h', | 301 'scanner.h', |
289 'scanner_test.cc', | 302 'scanner_test.cc', |
290 'scavenger.cc', | 303 'scavenger.cc', |
291 'scavenger.h', | 304 'scavenger.h', |
292 'scopes.cc', | 305 'scopes.cc', |
293 'scopes.h', | 306 'scopes.h', |
294 'scopes_test.cc', | 307 'scopes_test.cc', |
295 'service.cc', | 308 'service.cc', |
296 'service.h', | 309 'service.h', |
| 310 'signal_handler_android.cc', |
| 311 'signal_handler_linux.cc', |
| 312 'signal_handler_macos.cc', |
| 313 'signal_handler_win.cc', |
| 314 'signal_handler.h', |
297 'simulator.h', | 315 'simulator.h', |
298 'simulator_arm.cc', | 316 'simulator_arm.cc', |
299 'simulator_arm.h', | 317 'simulator_arm.h', |
300 'simulator_mips.cc', | 318 'simulator_mips.cc', |
301 'simulator_mips.h', | 319 'simulator_mips.h', |
302 'snapshot.cc', | 320 'snapshot.cc', |
303 'snapshot.h', | 321 'snapshot.h', |
304 'snapshot_ids.h', | 322 'snapshot_ids.h', |
305 'snapshot_test.cc', | 323 'snapshot_test.cc', |
306 'stack_frame.cc', | 324 'stack_frame.cc', |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
352 'visitor.h', | 370 'visitor.h', |
353 'vtune.cc', | 371 'vtune.cc', |
354 'vtune.h', | 372 'vtune.h', |
355 'weak_table.cc', | 373 'weak_table.cc', |
356 'weak_table.h', | 374 'weak_table.h', |
357 'zone.cc', | 375 'zone.cc', |
358 'zone.h', | 376 'zone.h', |
359 'zone_test.cc', | 377 'zone_test.cc', |
360 ], | 378 ], |
361 } | 379 } |
OLD | NEW |