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

Side by Side Diff: base/base.gypi

Issue 9032010: base::Bind: Remove scoped_callback_factory.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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/memory/scoped_callback_factory.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) 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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 'mac/scoped_sending_event.mm', 164 'mac/scoped_sending_event.mm',
165 'mach_ipc_mac.h', 165 'mach_ipc_mac.h',
166 'mach_ipc_mac.mm', 166 'mach_ipc_mac.mm',
167 'memory/linked_ptr.h', 167 'memory/linked_ptr.h',
168 'memory/mru_cache.h', 168 'memory/mru_cache.h',
169 'memory/raw_scoped_refptr_mismatch_checker.h', 169 'memory/raw_scoped_refptr_mismatch_checker.h',
170 'memory/ref_counted.cc', 170 'memory/ref_counted.cc',
171 'memory/ref_counted.h', 171 'memory/ref_counted.h',
172 'memory/ref_counted_memory.cc', 172 'memory/ref_counted_memory.cc',
173 'memory/ref_counted_memory.h', 173 'memory/ref_counted_memory.h',
174 'memory/scoped_callback_factory.h',
175 'memory/scoped_handle.h', 174 'memory/scoped_handle.h',
176 'memory/scoped_nsobject.h', 175 'memory/scoped_nsobject.h',
177 'memory/scoped_open_process.h', 176 'memory/scoped_open_process.h',
178 'memory/scoped_ptr.h', 177 'memory/scoped_ptr.h',
179 'memory/scoped_vector.h', 178 'memory/scoped_vector.h',
180 'memory/singleton.cc', 179 'memory/singleton.cc',
181 'memory/singleton.h', 180 'memory/singleton.h',
182 'memory/weak_ptr.cc', 181 'memory/weak_ptr.cc',
183 'memory/weak_ptr.h', 182 'memory/weak_ptr.h',
184 'message_loop.cc', 183 'message_loop.cc',
(...skipping 697 matching lines...) Expand 10 before | Expand all | Expand 10 after
882 'third_party/xdg_mime/xdgmimemagic.c', 881 'third_party/xdg_mime/xdgmimemagic.c',
883 'third_party/xdg_mime/xdgmimemagic.h', 882 'third_party/xdg_mime/xdgmimemagic.h',
884 'third_party/xdg_mime/xdgmimeparent.c', 883 'third_party/xdg_mime/xdgmimeparent.c',
885 'third_party/xdg_mime/xdgmimeparent.h', 884 'third_party/xdg_mime/xdgmimeparent.h',
886 ], 885 ],
887 }, 886 },
888 ], 887 ],
889 }], 888 }],
890 ], 889 ],
891 } 890 }
OLDNEW
« no previous file with comments | « no previous file | base/memory/scoped_callback_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698