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

Side by Side Diff: base/base.gyp

Issue 8416019: Add a sequenced worker pool (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' 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 | « no previous file | base/base.gypi » ('j') | base/threading/sequenced_worker_pool.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 'synchronization/waitable_event_watcher_unittest.cc', 217 'synchronization/waitable_event_watcher_unittest.cc',
218 'sys_info_unittest.cc', 218 'sys_info_unittest.cc',
219 'sys_string_conversions_mac_unittest.mm', 219 'sys_string_conversions_mac_unittest.mm',
220 'sys_string_conversions_unittest.cc', 220 'sys_string_conversions_unittest.cc',
221 'system_monitor/system_monitor_unittest.cc', 221 'system_monitor/system_monitor_unittest.cc',
222 'task_unittest.cc', 222 'task_unittest.cc',
223 'template_util_unittest.cc', 223 'template_util_unittest.cc',
224 'test/trace_event_analyzer_unittest.cc', 224 'test/trace_event_analyzer_unittest.cc',
225 'threading/non_thread_safe_unittest.cc', 225 'threading/non_thread_safe_unittest.cc',
226 'threading/platform_thread_unittest.cc', 226 'threading/platform_thread_unittest.cc',
227 'threading/sequenced_worker_pool_unittest.cc',
227 'threading/simple_thread_unittest.cc', 228 'threading/simple_thread_unittest.cc',
228 'threading/thread_checker_unittest.cc', 229 'threading/thread_checker_unittest.cc',
229 'threading/thread_collision_warner_unittest.cc', 230 'threading/thread_collision_warner_unittest.cc',
230 'threading/thread_local_storage_unittest.cc', 231 'threading/thread_local_storage_unittest.cc',
231 'threading/thread_local_unittest.cc', 232 'threading/thread_local_unittest.cc',
232 'threading/thread_unittest.cc', 233 'threading/thread_unittest.cc',
233 'threading/watchdog_unittest.cc', 234 'threading/watchdog_unittest.cc',
234 'threading/worker_pool_posix_unittest.cc', 235 'threading/worker_pool_posix_unittest.cc',
235 'threading/worker_pool_unittest.cc', 236 'threading/worker_pool_unittest.cc',
236 'time_unittest.cc', 237 'time_unittest.cc',
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 'msvs_settings': { 471 'msvs_settings': {
471 'VCLinkerTool': { 472 'VCLinkerTool': {
472 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS 473 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
473 }, 474 },
474 }, 475 },
475 }, 476 },
476 ], 477 ],
477 }], 478 }],
478 ], 479 ],
479 } 480 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/threading/sequenced_worker_pool.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698