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

Side by Side Diff: base/base.gyp

Issue 9186057: Add ALIGNAS and ALIGNOF macros to ensure proper alignment of StaticMemorySingletonTraits (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: willchan feedback Created 8 years, 10 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') | 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) 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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 'json/json_writer_unittest.cc', 164 'json/json_writer_unittest.cc',
165 'json/string_escape_unittest.cc', 165 'json/string_escape_unittest.cc',
166 'lazy_instance_unittest.cc', 166 'lazy_instance_unittest.cc',
167 'linked_list_unittest.cc', 167 'linked_list_unittest.cc',
168 'logging_unittest.cc', 168 'logging_unittest.cc',
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/aligned_memory_unittest.cc',
174 'memory/linked_ptr_unittest.cc', 175 'memory/linked_ptr_unittest.cc',
175 'memory/mru_cache_unittest.cc', 176 'memory/mru_cache_unittest.cc',
176 'memory/ref_counted_memory_unittest.cc', 177 'memory/ref_counted_memory_unittest.cc',
177 'memory/ref_counted_unittest.cc', 178 'memory/ref_counted_unittest.cc',
178 'memory/scoped_nsobject_unittest.mm', 179 'memory/scoped_nsobject_unittest.mm',
179 'memory/scoped_ptr_unittest.cc', 180 'memory/scoped_ptr_unittest.cc',
180 'memory/scoped_ptr_unittest.nc', 181 'memory/scoped_ptr_unittest.nc',
181 'memory/scoped_vector_unittest.cc', 182 'memory/scoped_vector_unittest.cc',
182 'memory/singleton_unittest.cc', 183 'memory/singleton_unittest.cc',
183 'memory/weak_ptr_unittest.cc', 184 'memory/weak_ptr_unittest.cc',
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 'msvs_settings': { 467 'msvs_settings': {
467 'VCLinkerTool': { 468 'VCLinkerTool': {
468 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS 469 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
469 }, 470 },
470 }, 471 },
471 }, 472 },
472 ], 473 ],
473 }], 474 }],
474 ], 475 ],
475 } 476 }
OLDNEW
« no previous file with comments | « no previous file | base/compiler_specific.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698