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

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

Issue 9924015: Use the ThreadPool for all isolates and native ports. Previously, (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 8 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
« runtime/vm/port_test.cc ('K') | « runtime/vm/thread_pool.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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 'json_test.cc', 165 'json_test.cc',
166 'longjump.cc', 166 'longjump.cc',
167 'longjump.h', 167 'longjump.h',
168 'longjump_test.cc', 168 'longjump_test.cc',
169 'memory_region.cc', 169 'memory_region.cc',
170 'memory_region.h', 170 'memory_region.h',
171 'memory_region_test.cc', 171 'memory_region_test.cc',
172 'message.cc', 172 'message.cc',
173 'message.h', 173 'message.h',
174 'message_test.cc', 174 'message_test.cc',
175 'message_handler.cc',
176 'message_handler.h',
177 'message_handler_test.cc',
175 'native_arguments.cc', 178 'native_arguments.cc',
176 'native_arguments.h', 179 'native_arguments.h',
177 'native_entry.cc', 180 'native_entry.cc',
178 'native_entry.h', 181 'native_entry.h',
179 'native_entry_test.cc', 182 'native_entry_test.cc',
180 'native_entry_test.h', 183 'native_entry_test.h',
181 'native_message_handler.cc', 184 'native_message_handler.cc',
182 'native_message_handler.h', 185 'native_message_handler.h',
183 'object.cc', 186 'object.cc',
184 'object.h', 187 'object.h',
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 'virtual_memory_test.cc', 274 'virtual_memory_test.cc',
272 'virtual_memory_win.cc', 275 'virtual_memory_win.cc',
273 'verifier.cc', 276 'verifier.cc',
274 'verifier.h', 277 'verifier.h',
275 'visitor.h', 278 'visitor.h',
276 'zone.cc', 279 'zone.cc',
277 'zone.h', 280 'zone.h',
278 'zone_test.cc', 281 'zone_test.cc',
279 ], 282 ],
280 } 283 }
OLDNEW
« runtime/vm/port_test.cc ('K') | « runtime/vm/thread_pool.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698