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

Side by Side Diff: base/base.gypi

Issue 636783002: Use C++11 atomics (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use #if defined() instead of #ifdef Created 6 years, 2 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 | « base/atomicops_internals_x86_gcc.cc ('k') | no next file » | 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 'base_i18n_target': 0, 9 'base_i18n_target': 0,
10 }, 10 },
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 'android/thread_utils.h', 74 'android/thread_utils.h',
75 'android/trace_event_binding.cc', 75 'android/trace_event_binding.cc',
76 'android/trace_event_binding.h', 76 'android/trace_event_binding.h',
77 'at_exit.cc', 77 'at_exit.cc',
78 'at_exit.h', 78 'at_exit.h',
79 'atomic_ref_count.h', 79 'atomic_ref_count.h',
80 'atomic_sequence_num.h', 80 'atomic_sequence_num.h',
81 'atomicops.h', 81 'atomicops.h',
82 'atomicops_internals_gcc.h', 82 'atomicops_internals_gcc.h',
83 'atomicops_internals_mac.h', 83 'atomicops_internals_mac.h',
84 'atomicops_internals_tsan.h', 84 'atomicops_internals_portable.h',
85 'atomicops_internals_x86_gcc.cc', 85 'atomicops_internals_x86_gcc.cc',
86 'atomicops_internals_x86_gcc.h', 86 'atomicops_internals_x86_gcc.h',
87 'atomicops_internals_x86_msvc.h', 87 'atomicops_internals_x86_msvc.h',
88 'barrier_closure.cc', 88 'barrier_closure.cc',
89 'barrier_closure.h', 89 'barrier_closure.h',
90 'base64.cc', 90 'base64.cc',
91 'base64.h', 91 'base64.h',
92 'base_export.h', 92 'base_export.h',
93 'base_paths.cc', 93 'base_paths.cc',
94 'base_paths.h', 94 'base_paths.h',
(...skipping 909 matching lines...) Expand 10 before | Expand all | Expand 10 after
1004 'i18n/time_formatting.h', 1004 'i18n/time_formatting.h',
1005 'i18n/timezone.cc', 1005 'i18n/timezone.cc',
1006 'i18n/timezone.h', 1006 'i18n/timezone.h',
1007 'i18n/utf8_validator_tables.cc', 1007 'i18n/utf8_validator_tables.cc',
1008 'i18n/utf8_validator_tables.h', 1008 'i18n/utf8_validator_tables.h',
1009 ], 1009 ],
1010 }] 1010 }]
1011 ], 1011 ],
1012 }, 1012 },
1013 } 1013 }
OLDNEW
« no previous file with comments | « base/atomicops_internals_x86_gcc.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698