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

Side by Side Diff: base/base.gypi

Issue 519045: Refactor lazy_instance to avoid a strict aliasing problem with gcc 4.4. (Closed)
Patch Set: Remove extra MemoryBarrier Created 10 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
« no previous file with comments | « no previous file | base/lazy_instance.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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 'float_util.h', 80 'float_util.h',
81 'foundation_utils_mac.h', 81 'foundation_utils_mac.h',
82 'global_descriptors_posix.h', 82 'global_descriptors_posix.h',
83 'global_descriptors_posix.cc', 83 'global_descriptors_posix.cc',
84 'hash_tables.h', 84 'hash_tables.h',
85 'histogram.cc', 85 'histogram.cc',
86 'histogram.h', 86 'histogram.h',
87 'iat_patch.cc', 87 'iat_patch.cc',
88 'iat_patch.h', 88 'iat_patch.h',
89 'id_map.h', 89 'id_map.h',
90 'lazy_instance.cc',
91 'lazy_instance.h', 90 'lazy_instance.h',
92 'leak_annotations.h', 91 'leak_annotations.h',
93 'leak_tracker.h', 92 'leak_tracker.h',
94 'linked_list.h', 93 'linked_list.h',
95 'linked_ptr.h', 94 'linked_ptr.h',
96 'lock.cc', 95 'lock.cc',
97 'lock.h', 96 'lock.h',
98 'lock_impl.h', 97 'lock_impl.h',
99 'lock_impl_posix.cc', 98 'lock_impl_posix.cc',
100 'lock_impl_win.cc', 99 'lock_impl_win.cc',
(...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after
593 'configurations': { 592 'configurations': {
594 'Common_Base': { 593 'Common_Base': {
595 'msvs_target_platform': 'x64', 594 'msvs_target_platform': 'x64',
596 }, 595 },
597 }, 596 },
598 }, 597 },
599 ], 598 ],
600 }], 599 }],
601 ], 600 ],
602 } 601 }
OLDNEW
« no previous file with comments | « no previous file | base/lazy_instance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698