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

Side by Side Diff: base/base.gyp

Issue 9283028: Add scoped_ptr<>::PassAs<>(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - 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/memory/scoped_ptr.h » ('j') | base/memory/scoped_ptr.h » ('J')
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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 'mac/foundation_util_unittest.mm', 169 'mac/foundation_util_unittest.mm',
170 'mac/mac_util_unittest.mm', 170 'mac/mac_util_unittest.mm',
171 'mac/objc_property_releaser_unittest.mm', 171 'mac/objc_property_releaser_unittest.mm',
172 'mac/scoped_sending_event_unittest.mm', 172 'mac/scoped_sending_event_unittest.mm',
173 'md5_unittest.cc', 173 'md5_unittest.cc',
174 'memory/linked_ptr_unittest.cc', 174 'memory/linked_ptr_unittest.cc',
175 'memory/mru_cache_unittest.cc', 175 'memory/mru_cache_unittest.cc',
176 'memory/ref_counted_memory_unittest.cc', 176 'memory/ref_counted_memory_unittest.cc',
177 'memory/ref_counted_unittest.cc', 177 'memory/ref_counted_unittest.cc',
178 'memory/scoped_ptr_unittest.cc', 178 'memory/scoped_ptr_unittest.cc',
179 'memory/scoped_ptr_unittest.nc',
179 'memory/scoped_vector_unittest.cc', 180 'memory/scoped_vector_unittest.cc',
180 'memory/singleton_unittest.cc', 181 'memory/singleton_unittest.cc',
181 'memory/weak_ptr_unittest.cc', 182 'memory/weak_ptr_unittest.cc',
182 'message_loop_proxy_impl_unittest.cc', 183 'message_loop_proxy_impl_unittest.cc',
183 'message_loop_proxy_unittest.cc', 184 'message_loop_proxy_unittest.cc',
184 'message_loop_unittest.cc', 185 'message_loop_unittest.cc',
185 'message_pump_glib_unittest.cc', 186 'message_pump_glib_unittest.cc',
186 'message_pump_libevent_unittest.cc', 187 'message_pump_libevent_unittest.cc',
187 'metrics/field_trial_unittest.cc', 188 'metrics/field_trial_unittest.cc',
188 'metrics/histogram_unittest.cc', 189 'metrics/histogram_unittest.cc',
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 'msvs_settings': { 465 'msvs_settings': {
465 'VCLinkerTool': { 466 'VCLinkerTool': {
466 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS 467 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
467 }, 468 },
468 }, 469 },
469 }, 470 },
470 ], 471 ],
471 }], 472 }],
472 ], 473 ],
473 } 474 }
OLDNEW
« no previous file with comments | « no previous file | base/memory/scoped_ptr.h » ('j') | base/memory/scoped_ptr.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698