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

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

Issue 1559053002: Refs #10260 OpenBSD support #25327 Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Address code review issues Created 4 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
« no previous file with comments | « runtime/vm/vm.gypi ('k') | third_party/boringssl/boringssl_dart.gyp » ('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) 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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 'cpu_ia32.cc', 112 'cpu_ia32.cc',
113 'cpu_mips.cc', 113 'cpu_mips.cc',
114 'cpu_test.cc', 114 'cpu_test.cc',
115 'cpu_x64.cc', 115 'cpu_x64.cc',
116 'cpuid.h', 116 'cpuid.h',
117 'cpuid.cc', 117 'cpuid.cc',
118 'cpuinfo.h', 118 'cpuinfo.h',
119 'cpuinfo_android.cc', 119 'cpuinfo_android.cc',
120 'cpuinfo_linux.cc', 120 'cpuinfo_linux.cc',
121 'cpuinfo_macos.cc', 121 'cpuinfo_macos.cc',
122 'cpuinfo_openbsd.cc',
122 'cpuinfo_test.cc', 123 'cpuinfo_test.cc',
123 'cpuinfo_win.cc', 124 'cpuinfo_win.cc',
124 'custom_isolate_test.cc', 125 'custom_isolate_test.cc',
125 'dart.cc', 126 'dart.cc',
126 'dart.h', 127 'dart.h',
127 'dart_api_impl.h', 128 'dart_api_impl.h',
128 'dart_api_impl_test.cc', 129 'dart_api_impl_test.cc',
129 'dart_api_message.cc', 130 'dart_api_message.cc',
130 'dart_api_message.h', 131 'dart_api_message.h',
131 'dart_api_state.h', 132 'dart_api_state.h',
132 'dart_entry.cc', 133 'dart_entry.cc',
133 'dart_entry.h', 134 'dart_entry.h',
134 'dart_entry_test.cc', 135 'dart_entry_test.cc',
135 'datastream.h', 136 'datastream.h',
136 'debugger.cc', 137 'debugger.cc',
137 'debugger_test.cc', 138 'debugger_test.cc',
138 'debugger.h', 139 'debugger.h',
139 'debugger_api_impl_test.cc', 140 'debugger_api_impl_test.cc',
140 'debugger_arm.cc', 141 'debugger_arm.cc',
141 'debugger_arm64.cc', 142 'debugger_arm64.cc',
142 'debugger_ia32.cc', 143 'debugger_ia32.cc',
143 'debugger_mips.cc', 144 'debugger_mips.cc',
144 'debugger_x64.cc', 145 'debugger_x64.cc',
145 'debuginfo.h', 146 'debuginfo.h',
146 'debuginfo_android.cc', 147 'debuginfo_android.cc',
147 'debuginfo_linux.cc', 148 'debuginfo_linux.cc',
149 'debuginfo_openbsd.cc',
148 'deferred_objects.cc', 150 'deferred_objects.cc',
149 'deferred_objects.h', 151 'deferred_objects.h',
150 'deopt_instructions.cc', 152 'deopt_instructions.cc',
151 'deopt_instructions.h', 153 'deopt_instructions.h',
152 'disassembler.cc', 154 'disassembler.cc',
153 'disassembler.h', 155 'disassembler.h',
154 'disassembler_arm.cc', 156 'disassembler_arm.cc',
155 'disassembler_arm64.cc', 157 'disassembler_arm64.cc',
156 'disassembler_ia32.cc', 158 'disassembler_ia32.cc',
157 'disassembler_mips.cc', 159 'disassembler_mips.cc',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 'freelist.h', 196 'freelist.h',
195 'freelist_test.cc', 197 'freelist_test.cc',
196 'gc_marker.cc', 198 'gc_marker.cc',
197 'gc_marker.h', 199 'gc_marker.h',
198 'gc_sweeper.cc', 200 'gc_sweeper.cc',
199 'gc_sweeper.h', 201 'gc_sweeper.h',
200 'gdbjit_android.cc', 202 'gdbjit_android.cc',
201 'gdbjit_android.h', 203 'gdbjit_android.h',
202 'gdbjit_linux.cc', 204 'gdbjit_linux.cc',
203 'gdbjit_linux.h', 205 'gdbjit_linux.h',
206 'gdbjit_openbsd.cc',
207 'gdbjit-openbsd.h',
204 'globals.h', 208 'globals.h',
205 'growable_array.h', 209 'growable_array.h',
206 'growable_array_test.cc', 210 'growable_array_test.cc',
207 'guard_field_test.cc', 211 'guard_field_test.cc',
208 'handles.cc', 212 'handles.cc',
209 'handles.h', 213 'handles.h',
210 'handles_impl.h', 214 'handles_impl.h',
211 'handles_test.cc', 215 'handles_test.cc',
212 'hash_map.h', 216 'hash_map.h',
213 'hash_map_test.cc', 217 'hash_map_test.cc',
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 'native_entry.cc', 288 'native_entry.cc',
285 'native_entry.h', 289 'native_entry.h',
286 'native_entry_test.cc', 290 'native_entry_test.cc',
287 'native_entry_test.h', 291 'native_entry_test.h',
288 'native_message_handler.cc', 292 'native_message_handler.cc',
289 'native_message_handler.h', 293 'native_message_handler.h',
290 'native_symbol.h', 294 'native_symbol.h',
291 'native_symbol_android.cc', 295 'native_symbol_android.cc',
292 'native_symbol_linux.cc', 296 'native_symbol_linux.cc',
293 'native_symbol_macos.cc', 297 'native_symbol_macos.cc',
298 'native_symbol_openbsd.cc',
294 'native_symbol_win.cc', 299 'native_symbol_win.cc',
295 'object.cc', 300 'object.cc',
296 'object.h', 301 'object.h',
297 'object_arm_test.cc', 302 'object_arm_test.cc',
298 'object_arm64_test.cc', 303 'object_arm64_test.cc',
299 'object_graph.cc', 304 'object_graph.cc',
300 'object_graph.h', 305 'object_graph.h',
301 'object_graph_test.cc', 306 'object_graph_test.cc',
302 'object_ia32_test.cc', 307 'object_ia32_test.cc',
303 'object_id_ring.cc', 308 'object_id_ring.cc',
304 'object_id_ring.h', 309 'object_id_ring.h',
305 'object_id_ring_test.cc', 310 'object_id_ring_test.cc',
306 'object_mips_test.cc', 311 'object_mips_test.cc',
307 'object_set.h', 312 'object_set.h',
308 'object_store.cc', 313 'object_store.cc',
309 'object_store.h', 314 'object_store.h',
310 'object_store_test.cc', 315 'object_store_test.cc',
311 'object_test.cc', 316 'object_test.cc',
312 'object_x64_test.cc', 317 'object_x64_test.cc',
313 'os.h', 318 'os.h',
314 'os_android.cc', 319 'os_android.cc',
315 'os_linux.cc', 320 'os_linux.cc',
316 'os_macos.cc', 321 'os_macos.cc',
322 'os_openbsd.cc',
317 'os_test.cc', 323 'os_test.cc',
318 'os_thread.cc', 324 'os_thread.cc',
319 'os_thread.h', 325 'os_thread.h',
320 'os_thread_android.cc', 326 'os_thread_android.cc',
321 'os_thread_android.h', 327 'os_thread_android.h',
322 'os_thread_linux.cc', 328 'os_thread_linux.cc',
323 'os_thread_linux.h', 329 'os_thread_linux.h',
324 'os_thread_macos.cc', 330 'os_thread_macos.cc',
325 'os_thread_macos.h', 331 'os_thread_macos.h',
332 'os_thread_openbsd.cc',
333 'os_thread_openbsd.h',
326 'os_thread_win.cc', 334 'os_thread_win.cc',
327 'os_thread_win.h', 335 'os_thread_win.h',
328 'os_win.cc', 336 'os_win.cc',
329 'pages.cc', 337 'pages.cc',
330 'pages.h', 338 'pages.h',
331 'pages_test.cc', 339 'pages_test.cc',
332 'parser.cc', 340 'parser.cc',
333 'parser.h', 341 'parser.h',
334 'parser_test.cc', 342 'parser_test.cc',
335 'port.cc', 343 'port.cc',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 'service.cc', 404 'service.cc',
397 'service.h', 405 'service.h',
398 'service_event.cc', 406 'service_event.cc',
399 'service_event.h', 407 'service_event.h',
400 'service_isolate.cc', 408 'service_isolate.cc',
401 'service_isolate.h', 409 'service_isolate.h',
402 'service_test.cc', 410 'service_test.cc',
403 'signal_handler_android.cc', 411 'signal_handler_android.cc',
404 'signal_handler_linux.cc', 412 'signal_handler_linux.cc',
405 'signal_handler_macos.cc', 413 'signal_handler_macos.cc',
414 'signal_handler_openbsd.cc',
406 'signal_handler_win.cc', 415 'signal_handler_win.cc',
407 'signal_handler.h', 416 'signal_handler.h',
408 'simulator.h', 417 'simulator.h',
409 'simulator_arm.cc', 418 'simulator_arm.cc',
410 'simulator_arm.h', 419 'simulator_arm.h',
411 'simulator_arm64.cc', 420 'simulator_arm64.cc',
412 'simulator_arm64.h', 421 'simulator_arm64.h',
413 'simulator_mips.cc', 422 'simulator_mips.cc',
414 'simulator_mips.h', 423 'simulator_mips.h',
415 'snapshot.cc', 424 'snapshot.cc',
(...skipping 29 matching lines...) Expand all
445 'tags.h', 454 'tags.h',
446 'thread.cc', 455 'thread.cc',
447 'thread.h', 456 'thread.h',
448 'thread_barrier.h', 457 'thread_barrier.h',
449 'thread_barrier_test.cc', 458 'thread_barrier_test.cc',
450 'thread_interrupter.cc', 459 'thread_interrupter.cc',
451 'thread_interrupter.h', 460 'thread_interrupter.h',
452 'thread_interrupter_android.cc', 461 'thread_interrupter_android.cc',
453 'thread_interrupter_linux.cc', 462 'thread_interrupter_linux.cc',
454 'thread_interrupter_macos.cc', 463 'thread_interrupter_macos.cc',
464 'thread_interrupter_openbsd.cc',
455 'thread_interrupter_win.cc', 465 'thread_interrupter_win.cc',
456 'thread_pool.cc', 466 'thread_pool.cc',
457 'thread_pool.h', 467 'thread_pool.h',
458 'thread_pool_test.cc', 468 'thread_pool_test.cc',
459 'thread_registry.cc', 469 'thread_registry.cc',
460 'thread_registry.h', 470 'thread_registry.h',
461 'thread_test.cc', 471 'thread_test.cc',
462 'timeline.cc', 472 'timeline.cc',
463 'timeline.h', 473 'timeline.h',
464 'timeline_analysis.cc', 474 'timeline_analysis.cc',
(...skipping 20 matching lines...) Expand all
485 'verified_memory.h', 495 'verified_memory.h',
486 'verified_memory_test.cc', 496 'verified_memory_test.cc',
487 'verifier.cc', 497 'verifier.cc',
488 'verifier.h', 498 'verifier.h',
489 'virtual_memory.cc', 499 'virtual_memory.cc',
490 'virtual_memory.h', 500 'virtual_memory.h',
491 'virtual_memory_android.cc', 501 'virtual_memory_android.cc',
492 'virtual_memory_linux.cc', 502 'virtual_memory_linux.cc',
493 'virtual_memory_macos.cc', 503 'virtual_memory_macos.cc',
494 'virtual_memory_test.cc', 504 'virtual_memory_test.cc',
505 'virtual_memory_openbsd.cc',
495 'virtual_memory_win.cc', 506 'virtual_memory_win.cc',
496 'visitor.h', 507 'visitor.h',
497 'vtune.cc', 508 'vtune.cc',
498 'vtune.h', 509 'vtune.h',
499 'weak_code.cc', 510 'weak_code.cc',
500 'weak_code.h', 511 'weak_code.h',
501 'weak_table.cc', 512 'weak_table.cc',
502 'weak_table.h', 513 'weak_table.h',
503 'zone.cc', 514 'zone.cc',
504 'zone.h', 515 'zone.h',
505 'zone_test.cc', 516 'zone_test.cc',
506 ], 517 ],
507 } 518 }
OLDNEW
« no previous file with comments | « runtime/vm/vm.gypi ('k') | third_party/boringssl/boringssl_dart.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698