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

Side by Side Diff: base/base.gypi

Issue 9028009: base::Bind: Remove callback_old.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Actually remove callback_old.h 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 | « no previous file | base/callback_old.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) 2011 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': [
11 # This part is shared between the targets defined below. 11 # This part is shared between the targets defined below.
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 'bind.h', 53 'bind.h',
54 'bind_helpers.h', 54 'bind_helpers.h',
55 'bind_internal.h', 55 'bind_internal.h',
56 'bind_internal_win.h', 56 'bind_internal_win.h',
57 'bits.h', 57 'bits.h',
58 'build_time.cc', 58 'build_time.cc',
59 'build_time.h', 59 'build_time.h',
60 'callback.h', 60 'callback.h',
61 'callback_internal.cc', 61 'callback_internal.cc',
62 'callback_internal.h', 62 'callback_internal.h',
63 'callback_old.h',
64 'cancelable_callback.h', 63 'cancelable_callback.h',
65 'command_line.cc', 64 'command_line.cc',
66 'command_line.h', 65 'command_line.h',
67 'compiler_specific.h', 66 'compiler_specific.h',
68 'cpu.cc', 67 'cpu.cc',
69 'cpu.h', 68 'cpu.h',
70 'debug/alias.cc', 69 'debug/alias.cc',
71 'debug/alias.h', 70 'debug/alias.h',
72 'debug/debug_on_start_win.cc', 71 'debug/debug_on_start_win.cc',
73 'debug/debug_on_start_win.h', 72 'debug/debug_on_start_win.h',
(...skipping 810 matching lines...) Expand 10 before | Expand all | Expand 10 after
884 'third_party/xdg_mime/xdgmimemagic.c', 883 'third_party/xdg_mime/xdgmimemagic.c',
885 'third_party/xdg_mime/xdgmimemagic.h', 884 'third_party/xdg_mime/xdgmimemagic.h',
886 'third_party/xdg_mime/xdgmimeparent.c', 885 'third_party/xdg_mime/xdgmimeparent.c',
887 'third_party/xdg_mime/xdgmimeparent.h', 886 'third_party/xdg_mime/xdgmimeparent.h',
888 ], 887 ],
889 }, 888 },
890 ], 889 ],
891 }], 890 }],
892 ], 891 ],
893 } 892 }
OLDNEW
« no previous file with comments | « no previous file | base/callback_old.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698