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

Side by Side Diff: base/base.gypi

Issue 9114020: Remove task.h and finish base::Bind() migration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix typo 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
« no previous file with comments | « base/base.gyp ('k') | base/bind_helpers.h » ('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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 'base_paths.h', 44 'base_paths.h',
45 'base_paths_android.cc', 45 'base_paths_android.cc',
46 'base_paths_mac.h', 46 'base_paths_mac.h',
47 'base_paths_mac.mm', 47 'base_paths_mac.mm',
48 'base_paths_posix.cc', 48 'base_paths_posix.cc',
49 'base_paths_win.cc', 49 'base_paths_win.cc',
50 'base_paths_win.h', 50 'base_paths_win.h',
51 'base_switches.h', 51 'base_switches.h',
52 'basictypes.h', 52 'basictypes.h',
53 'bind.h', 53 'bind.h',
54 'bind_helpers.cc',
54 'bind_helpers.h', 55 'bind_helpers.h',
55 'bind_internal.h', 56 'bind_internal.h',
56 'bind_internal_win.h', 57 'bind_internal_win.h',
57 'bits.h', 58 'bits.h',
58 'build_time.cc', 59 'build_time.cc',
59 'build_time.h', 60 'build_time.h',
60 'callback.h', 61 'callback.h',
61 'callback_internal.cc', 62 'callback_internal.cc',
62 'callback_internal.h', 63 'callback_internal.h',
63 'cancelable_callback.h', 64 'cancelable_callback.h',
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 'sys_info_freebsd.cc', 298 'sys_info_freebsd.cc',
298 'sys_info_linux.cc', 299 'sys_info_linux.cc',
299 'sys_info_mac.cc', 300 'sys_info_mac.cc',
300 'sys_info_openbsd.cc', 301 'sys_info_openbsd.cc',
301 'sys_info_posix.cc', 302 'sys_info_posix.cc',
302 'sys_info_win.cc', 303 'sys_info_win.cc',
303 'sys_string_conversions.h', 304 'sys_string_conversions.h',
304 'sys_string_conversions_mac.mm', 305 'sys_string_conversions_mac.mm',
305 'sys_string_conversions_posix.cc', 306 'sys_string_conversions_posix.cc',
306 'sys_string_conversions_win.cc', 307 'sys_string_conversions_win.cc',
307 'task.cc',
308 'task.h',
309 'template_util.h', 308 'template_util.h',
310 'threading/non_thread_safe.h', 309 'threading/non_thread_safe.h',
311 'threading/non_thread_safe_impl.cc', 310 'threading/non_thread_safe_impl.cc',
312 'threading/non_thread_safe_impl.h', 311 'threading/non_thread_safe_impl.h',
313 'threading/platform_thread.h', 312 'threading/platform_thread.h',
314 'threading/platform_thread_mac.mm', 313 'threading/platform_thread_mac.mm',
315 'threading/platform_thread_posix.cc', 314 'threading/platform_thread_posix.cc',
316 'threading/platform_thread_win.cc', 315 'threading/platform_thread_win.cc',
317 'threading/post_task_and_reply_impl.cc', 316 'threading/post_task_and_reply_impl.cc',
318 'threading/post_task_and_reply_impl.h', 317 'threading/post_task_and_reply_impl.h',
(...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after
883 'third_party/xdg_mime/xdgmimemagic.c', 882 'third_party/xdg_mime/xdgmimemagic.c',
884 'third_party/xdg_mime/xdgmimemagic.h', 883 'third_party/xdg_mime/xdgmimemagic.h',
885 'third_party/xdg_mime/xdgmimeparent.c', 884 'third_party/xdg_mime/xdgmimeparent.c',
886 'third_party/xdg_mime/xdgmimeparent.h', 885 'third_party/xdg_mime/xdgmimeparent.h',
887 ], 886 ],
888 }, 887 },
889 ], 888 ],
890 }], 889 }],
891 ], 890 ],
892 } 891 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/bind_helpers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698