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

Side by Side Diff: base/base.gypi

Issue 10790149: Add awesome_ptr<>. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: stack allocated for speed (per levin@) Created 8 years, 4 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
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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 'mac/scoped_ioobject.h', 196 'mac/scoped_ioobject.h',
197 'mac/scoped_launch_data.h', 197 'mac/scoped_launch_data.h',
198 'mac/scoped_nsautorelease_pool.h', 198 'mac/scoped_nsautorelease_pool.h',
199 'mac/scoped_nsautorelease_pool.mm', 199 'mac/scoped_nsautorelease_pool.mm',
200 'mac/scoped_nsexception_enabler.h', 200 'mac/scoped_nsexception_enabler.h',
201 'mac/scoped_nsexception_enabler.mm', 201 'mac/scoped_nsexception_enabler.mm',
202 'mac/scoped_sending_event.h', 202 'mac/scoped_sending_event.h',
203 'mac/scoped_sending_event.mm', 203 'mac/scoped_sending_event.mm',
204 'mach_ipc_mac.h', 204 'mach_ipc_mac.h',
205 'mach_ipc_mac.mm', 205 'mach_ipc_mac.mm',
206 'memory/awesome_ptr.h',
206 'memory/linked_ptr.h', 207 'memory/linked_ptr.h',
207 'memory/mru_cache.h', 208 'memory/mru_cache.h',
208 'memory/raw_scoped_refptr_mismatch_checker.h', 209 'memory/raw_scoped_refptr_mismatch_checker.h',
209 'memory/ref_counted.cc', 210 'memory/ref_counted.cc',
210 'memory/ref_counted.h', 211 'memory/ref_counted.h',
211 'memory/ref_counted_memory.cc', 212 'memory/ref_counted_memory.cc',
212 'memory/ref_counted_memory.h', 213 'memory/ref_counted_memory.h',
213 'memory/scoped_handle.h', 214 'memory/scoped_handle.h',
214 'memory/scoped_nsobject.h', 215 'memory/scoped_nsobject.h',
215 'memory/scoped_open_process.h', 216 'memory/scoped_open_process.h',
(...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after
650 ['<(chromeos)!=1 or >(nacl_untrusted_build)==1', { 651 ['<(chromeos)!=1 or >(nacl_untrusted_build)==1', {
651 'sources/': [ 652 'sources/': [
652 ['exclude', '^chromeos/'], 653 ['exclude', '^chromeos/'],
653 ], 654 ],
654 }], 655 }],
655 ], 656 ],
656 }], 657 }],
657 ], 658 ],
658 }, 659 },
659 } 660 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/memory/awesome_ptr.h » ('j') | base/memory/awesome_ptr.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698