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

Side by Side Diff: base/base.gypi

Issue 10796020: Upgrade AlignedMemory to support dynamic allocations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More comments! Created 8 years, 5 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/compiler_specific.h » ('j') | base/compiler_specific.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 '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/aligned_memory.cc',
207 'memory/aligned_memory.h',
206 'memory/linked_ptr.h', 208 'memory/linked_ptr.h',
207 'memory/mru_cache.h', 209 'memory/mru_cache.h',
208 'memory/raw_scoped_refptr_mismatch_checker.h', 210 'memory/raw_scoped_refptr_mismatch_checker.h',
209 'memory/ref_counted.cc', 211 'memory/ref_counted.cc',
210 'memory/ref_counted.h', 212 'memory/ref_counted.h',
211 'memory/ref_counted_memory.cc', 213 'memory/ref_counted_memory.cc',
212 'memory/ref_counted_memory.h', 214 'memory/ref_counted_memory.h',
213 'memory/scoped_handle.h', 215 'memory/scoped_handle.h',
214 'memory/scoped_nsobject.h', 216 'memory/scoped_nsobject.h',
215 'memory/scoped_open_process.h', 217 'memory/scoped_open_process.h',
(...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after
653 ['<(chromeos)!=1 or >(nacl_untrusted_build)==1', { 655 ['<(chromeos)!=1 or >(nacl_untrusted_build)==1', {
654 'sources/': [ 656 'sources/': [
655 ['exclude', '^chromeos/'], 657 ['exclude', '^chromeos/'],
656 ], 658 ],
657 }], 659 }],
658 ], 660 ],
659 }], 661 }],
660 ], 662 ],
661 }, 663 },
662 } 664 }
OLDNEW
« no previous file with comments | « no previous file | base/compiler_specific.h » ('j') | base/compiler_specific.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698