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

Side by Side Diff: base/base.gyp

Issue 8224026: Add a PassScopedPtr into base/memory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed it. Created 9 years, 1 month 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/base.gypi » ('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 '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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 'json/string_escape_unittest.cc', 151 'json/string_escape_unittest.cc',
152 'lazy_instance_unittest.cc', 152 'lazy_instance_unittest.cc',
153 'linked_list_unittest.cc', 153 'linked_list_unittest.cc',
154 'logging_unittest.cc', 154 'logging_unittest.cc',
155 'mac/foundation_util_unittest.mm', 155 'mac/foundation_util_unittest.mm',
156 'mac/mac_util_unittest.mm', 156 'mac/mac_util_unittest.mm',
157 'mac/objc_property_releaser_unittest.mm', 157 'mac/objc_property_releaser_unittest.mm',
158 'md5_unittest.cc', 158 'md5_unittest.cc',
159 'memory/linked_ptr_unittest.cc', 159 'memory/linked_ptr_unittest.cc',
160 'memory/mru_cache_unittest.cc', 160 'memory/mru_cache_unittest.cc',
161 'memory/pass_scoped_ptr_unittest.cc',
161 'memory/ref_counted_memory_unittest.cc', 162 'memory/ref_counted_memory_unittest.cc',
162 'memory/ref_counted_unittest.cc', 163 'memory/ref_counted_unittest.cc',
163 'memory/scoped_ptr_unittest.cc', 164 'memory/scoped_ptr_unittest.cc',
164 'memory/scoped_vector_unittest.cc', 165 'memory/scoped_vector_unittest.cc',
165 'memory/singleton_unittest.cc', 166 'memory/singleton_unittest.cc',
166 'memory/weak_ptr_unittest.cc', 167 'memory/weak_ptr_unittest.cc',
167 'message_loop_proxy_impl_unittest.cc', 168 'message_loop_proxy_impl_unittest.cc',
168 'message_loop_proxy_unittest.cc', 169 'message_loop_proxy_unittest.cc',
169 'message_loop_unittest.cc', 170 'message_loop_unittest.cc',
170 'message_pump_glib_unittest.cc', 171 'message_pump_glib_unittest.cc',
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 'msvs_settings': { 444 'msvs_settings': {
444 'VCLinkerTool': { 445 'VCLinkerTool': {
445 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS 446 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
446 }, 447 },
447 }, 448 },
448 }, 449 },
449 ], 450 ],
450 }], 451 }],
451 ], 452 ],
452 } 453 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698