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

Side by Side Diff: base/base.gypi

Issue 8139028: Add WorkerPool::PostTaskAndReply and use in DHCP code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Naming and comment fixes based on self-review. Created 9 years, 2 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/message_loop_proxy.cc » ('j') | base/threading/post_task_and_reply_impl.h » ('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 '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 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 'task_queue.cc', 293 'task_queue.cc',
294 'task_queue.h', 294 'task_queue.h',
295 'template_util.h', 295 'template_util.h',
296 'threading/non_thread_safe.h', 296 'threading/non_thread_safe.h',
297 'threading/non_thread_safe_impl.cc', 297 'threading/non_thread_safe_impl.cc',
298 'threading/non_thread_safe_impl.h', 298 'threading/non_thread_safe_impl.h',
299 'threading/platform_thread.h', 299 'threading/platform_thread.h',
300 'threading/platform_thread_mac.mm', 300 'threading/platform_thread_mac.mm',
301 'threading/platform_thread_posix.cc', 301 'threading/platform_thread_posix.cc',
302 'threading/platform_thread_win.cc', 302 'threading/platform_thread_win.cc',
303 'threading/post_task_and_reply_impl.cc',
304 'threading/post_task_and_reply_impl.h',
303 'threading/simple_thread.cc', 305 'threading/simple_thread.cc',
304 'threading/simple_thread.h', 306 'threading/simple_thread.h',
305 'threading/thread.cc', 307 'threading/thread.cc',
306 'threading/thread.h', 308 'threading/thread.h',
307 'threading/thread_checker.h', 309 'threading/thread_checker.h',
308 'threading/thread_checker_impl.cc', 310 'threading/thread_checker_impl.cc',
309 'threading/thread_checker_impl.h', 311 'threading/thread_checker_impl.h',
310 'threading/thread_collision_warner.cc', 312 'threading/thread_collision_warner.cc',
311 'threading/thread_collision_warner.h', 313 'threading/thread_collision_warner.h',
312 'threading/thread_local.h', 314 'threading/thread_local.h',
(...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after
795 'third_party/xdg_mime/xdgmimemagic.c', 797 'third_party/xdg_mime/xdgmimemagic.c',
796 'third_party/xdg_mime/xdgmimemagic.h', 798 'third_party/xdg_mime/xdgmimemagic.h',
797 'third_party/xdg_mime/xdgmimeparent.c', 799 'third_party/xdg_mime/xdgmimeparent.c',
798 'third_party/xdg_mime/xdgmimeparent.h', 800 'third_party/xdg_mime/xdgmimeparent.h',
799 ], 801 ],
800 }, 802 },
801 ], 803 ],
802 }], 804 }],
803 ], 805 ],
804 } 806 }
OLDNEW
« no previous file with comments | « no previous file | base/message_loop_proxy.cc » ('j') | base/threading/post_task_and_reply_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698