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

Side by Side Diff: base/base.gypi

Issue 9663075: Implementation of SequencedTaskRunner based on SequencedWorkerPool. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
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
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 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 'threading/non_thread_safe_impl.cc', 336 'threading/non_thread_safe_impl.cc',
337 'threading/non_thread_safe_impl.h', 337 'threading/non_thread_safe_impl.h',
338 'threading/platform_thread.h', 338 'threading/platform_thread.h',
339 'threading/platform_thread_mac.mm', 339 'threading/platform_thread_mac.mm',
340 'threading/platform_thread_posix.cc', 340 'threading/platform_thread_posix.cc',
341 'threading/platform_thread_win.cc', 341 'threading/platform_thread_win.cc',
342 'threading/post_task_and_reply_impl.cc', 342 'threading/post_task_and_reply_impl.cc',
343 'threading/post_task_and_reply_impl.h', 343 'threading/post_task_and_reply_impl.h',
344 'threading/sequenced_worker_pool.cc', 344 'threading/sequenced_worker_pool.cc',
345 'threading/sequenced_worker_pool.h', 345 'threading/sequenced_worker_pool.h',
346 'threading/sequenced_worker_pool_task_runner.cc',
347 'threading/sequenced_worker_pool_task_runner.h',
346 'threading/simple_thread.cc', 348 'threading/simple_thread.cc',
347 'threading/simple_thread.h', 349 'threading/simple_thread.h',
348 'threading/thread.cc', 350 'threading/thread.cc',
349 'threading/thread.h', 351 'threading/thread.h',
350 'threading/thread_checker.h', 352 'threading/thread_checker.h',
351 'threading/thread_checker_impl.cc', 353 'threading/thread_checker_impl.cc',
352 'threading/thread_checker_impl.h', 354 'threading/thread_checker_impl.h',
353 'threading/thread_collision_warner.cc', 355 'threading/thread_collision_warner.cc',
354 'threading/thread_collision_warner.h', 356 'threading/thread_collision_warner.h',
355 'threading/thread_local.h', 357 'threading/thread_local.h',
(...skipping 556 matching lines...) Expand 10 before | Expand all | Expand 10 after
912 'third_party/xdg_mime/xdgmimemagic.c', 914 'third_party/xdg_mime/xdgmimemagic.c',
913 'third_party/xdg_mime/xdgmimemagic.h', 915 'third_party/xdg_mime/xdgmimemagic.h',
914 'third_party/xdg_mime/xdgmimeparent.c', 916 'third_party/xdg_mime/xdgmimeparent.c',
915 'third_party/xdg_mime/xdgmimeparent.h', 917 'third_party/xdg_mime/xdgmimeparent.h',
916 ], 918 ],
917 }, 919 },
918 ], 920 ],
919 }], 921 }],
920 ], 922 ],
921 } 923 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698