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

Side by Side Diff: base/base.gypi

Issue 10005054: Rename SequencedWorkerPoolTaskRunner to SequencedWorkerPoolSequencedTaskRunner. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: switch to putting it in sequenced_worker_pool.cc 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
« no previous file with comments | « base/base.gyp ('k') | base/threading/sequenced_worker_pool.cc » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 'threading/non_thread_safe_impl.cc', 339 'threading/non_thread_safe_impl.cc',
340 'threading/non_thread_safe_impl.h', 340 'threading/non_thread_safe_impl.h',
341 'threading/platform_thread.h', 341 'threading/platform_thread.h',
342 'threading/platform_thread_mac.mm', 342 'threading/platform_thread_mac.mm',
343 'threading/platform_thread_posix.cc', 343 'threading/platform_thread_posix.cc',
344 'threading/platform_thread_win.cc', 344 'threading/platform_thread_win.cc',
345 'threading/post_task_and_reply_impl.cc', 345 'threading/post_task_and_reply_impl.cc',
346 'threading/post_task_and_reply_impl.h', 346 'threading/post_task_and_reply_impl.h',
347 'threading/sequenced_worker_pool.cc', 347 'threading/sequenced_worker_pool.cc',
348 'threading/sequenced_worker_pool.h', 348 'threading/sequenced_worker_pool.h',
349 'threading/sequenced_worker_pool_task_runner.cc',
350 'threading/sequenced_worker_pool_task_runner.h',
351 'threading/simple_thread.cc', 349 'threading/simple_thread.cc',
352 'threading/simple_thread.h', 350 'threading/simple_thread.h',
353 'threading/thread.cc', 351 'threading/thread.cc',
354 'threading/thread.h', 352 'threading/thread.h',
355 'threading/thread_checker.h', 353 'threading/thread_checker.h',
356 'threading/thread_checker_impl.cc', 354 'threading/thread_checker_impl.cc',
357 'threading/thread_checker_impl.h', 355 'threading/thread_checker_impl.h',
358 'threading/thread_collision_warner.cc', 356 'threading/thread_collision_warner.cc',
359 'threading/thread_collision_warner.h', 357 'threading/thread_collision_warner.h',
360 'threading/thread_local.h', 358 'threading/thread_local.h',
(...skipping 556 matching lines...) Expand 10 before | Expand all | Expand 10 after
917 'third_party/xdg_mime/xdgmimemagic.c', 915 'third_party/xdg_mime/xdgmimemagic.c',
918 'third_party/xdg_mime/xdgmimemagic.h', 916 'third_party/xdg_mime/xdgmimemagic.h',
919 'third_party/xdg_mime/xdgmimeparent.c', 917 'third_party/xdg_mime/xdgmimeparent.c',
920 'third_party/xdg_mime/xdgmimeparent.h', 918 'third_party/xdg_mime/xdgmimeparent.h',
921 ], 919 ],
922 }, 920 },
923 ], 921 ],
924 }], 922 }],
925 ], 923 ],
926 } 924 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/threading/sequenced_worker_pool.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698