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

Side by Side Diff: base/base.gypi

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
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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 'template_util.h', 310 'template_util.h',
311 'threading/non_thread_safe.h', 311 'threading/non_thread_safe.h',
312 'threading/non_thread_safe_impl.cc', 312 'threading/non_thread_safe_impl.cc',
313 'threading/non_thread_safe_impl.h', 313 'threading/non_thread_safe_impl.h',
314 'threading/platform_thread.h', 314 'threading/platform_thread.h',
315 'threading/platform_thread_mac.mm', 315 'threading/platform_thread_mac.mm',
316 'threading/platform_thread_posix.cc', 316 'threading/platform_thread_posix.cc',
317 'threading/platform_thread_win.cc', 317 'threading/platform_thread_win.cc',
318 'threading/post_task_and_reply_impl.cc', 318 'threading/post_task_and_reply_impl.cc',
319 'threading/post_task_and_reply_impl.h', 319 'threading/post_task_and_reply_impl.h',
320 'threading/sequenced_worker_pool.cc',
321 'threading/sequenced_worker_pool.h',
320 'threading/simple_thread.cc', 322 'threading/simple_thread.cc',
321 'threading/simple_thread.h', 323 'threading/simple_thread.h',
322 'threading/thread.cc', 324 'threading/thread.cc',
323 'threading/thread.h', 325 'threading/thread.h',
324 'threading/thread_checker.h', 326 'threading/thread_checker.h',
325 'threading/thread_checker_impl.cc', 327 'threading/thread_checker_impl.cc',
326 'threading/thread_checker_impl.h', 328 'threading/thread_checker_impl.h',
327 'threading/thread_collision_warner.cc', 329 'threading/thread_collision_warner.cc',
328 'threading/thread_collision_warner.h', 330 'threading/thread_collision_warner.h',
329 'threading/thread_local.h', 331 'threading/thread_local.h',
(...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after
882 'third_party/xdg_mime/xdgmimemagic.c', 884 'third_party/xdg_mime/xdgmimemagic.c',
883 'third_party/xdg_mime/xdgmimemagic.h', 885 'third_party/xdg_mime/xdgmimemagic.h',
884 'third_party/xdg_mime/xdgmimeparent.c', 886 'third_party/xdg_mime/xdgmimeparent.c',
885 'third_party/xdg_mime/xdgmimeparent.h', 887 'third_party/xdg_mime/xdgmimeparent.h',
886 ], 888 ],
887 }, 889 },
888 ], 890 ],
889 }], 891 }],
890 ], 892 ],
891 } 893 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698