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

Side by Side Diff: base/base.gypi

Issue 9416060: Move PostTaskAndReplyWithStatus into task_runner_helpers.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed copyright header 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/file_util_proxy.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 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 'sys_info_mac.cc', 329 'sys_info_mac.cc',
330 'sys_info_openbsd.cc', 330 'sys_info_openbsd.cc',
331 'sys_info_posix.cc', 331 'sys_info_posix.cc',
332 'sys_info_win.cc', 332 'sys_info_win.cc',
333 'sys_string_conversions.h', 333 'sys_string_conversions.h',
334 'sys_string_conversions_mac.mm', 334 'sys_string_conversions_mac.mm',
335 'sys_string_conversions_posix.cc', 335 'sys_string_conversions_posix.cc',
336 'sys_string_conversions_win.cc', 336 'sys_string_conversions_win.cc',
337 'task_runner.cc', 337 'task_runner.cc',
338 'task_runner.h', 338 'task_runner.h',
339 'task_runner_util.h',
339 'template_util.h', 340 'template_util.h',
340 'threading/non_thread_safe.h', 341 'threading/non_thread_safe.h',
341 'threading/non_thread_safe_impl.cc', 342 'threading/non_thread_safe_impl.cc',
342 'threading/non_thread_safe_impl.h', 343 'threading/non_thread_safe_impl.h',
343 'threading/platform_thread.h', 344 'threading/platform_thread.h',
344 'threading/platform_thread_mac.mm', 345 'threading/platform_thread_mac.mm',
345 'threading/platform_thread_posix.cc', 346 'threading/platform_thread_posix.cc',
346 'threading/platform_thread_win.cc', 347 'threading/platform_thread_win.cc',
347 'threading/post_task_and_reply_impl.cc', 348 'threading/post_task_and_reply_impl.cc',
348 'threading/post_task_and_reply_impl.h', 349 'threading/post_task_and_reply_impl.h',
(...skipping 568 matching lines...) Expand 10 before | Expand all | Expand 10 after
917 'third_party/xdg_mime/xdgmimemagic.c', 918 'third_party/xdg_mime/xdgmimemagic.c',
918 'third_party/xdg_mime/xdgmimemagic.h', 919 'third_party/xdg_mime/xdgmimemagic.h',
919 'third_party/xdg_mime/xdgmimeparent.c', 920 'third_party/xdg_mime/xdgmimeparent.c',
920 'third_party/xdg_mime/xdgmimeparent.h', 921 'third_party/xdg_mime/xdgmimeparent.h',
921 ], 922 ],
922 }, 923 },
923 ], 924 ],
924 }], 925 }],
925 ], 926 ],
926 } 927 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/file_util_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698