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

Side by Side Diff: base/base.gyp

Issue 1039823002: Add base::LazyInstance (Closed) Base URL: https://chromium.googlesource.com/chromium/mini_chromium@master
Patch Set: Created 5 years, 9 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/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 2009 The Chromium Authors. All rights reserved. 1 # Copyright 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 'includes': [ 6 'includes': [
7 '../build/common.gypi', 7 '../build/common.gypi',
8 ], 8 ],
9 9
10 'targets': [ 10 'targets': [
(...skipping 30 matching lines...) Expand all
41 'auto_reset.h', 41 'auto_reset.h',
42 'basictypes.h', 42 'basictypes.h',
43 'compiler_specific.h', 43 'compiler_specific.h',
44 'files/file_path.cc', 44 'files/file_path.cc',
45 'files/file_path.h', 45 'files/file_path.h',
46 'files/file_util.h', 46 'files/file_util.h',
47 'files/file_util_posix.cc', 47 'files/file_util_posix.cc',
48 'files/scoped_file.cc', 48 'files/scoped_file.cc',
49 'files/scoped_file.h', 49 'files/scoped_file.h',
50 'format_macros.h', 50 'format_macros.h',
51 'lazy_instance.cc',
52 'lazy_instance.h',
51 'logging.cc', 53 'logging.cc',
52 'logging.h', 54 'logging.h',
53 'mac/close_nocancel.cc', 55 'mac/close_nocancel.cc',
54 'mac/foundation_util.h', 56 'mac/foundation_util.h',
55 'mac/foundation_util.mm', 57 'mac/foundation_util.mm',
56 'mac/mach_logging.h', 58 'mac/mach_logging.h',
57 'mac/mach_logging.cc', 59 'mac/mach_logging.cc',
58 'mac/scoped_cftyperef.h', 60 'mac/scoped_cftyperef.h',
59 'mac/scoped_ioobject.h', 61 'mac/scoped_ioobject.h',
60 'mac/scoped_launch_data.h', 62 'mac/scoped_launch_data.h',
61 'mac/scoped_mach_port.cc', 63 'mac/scoped_mach_port.cc',
62 'mac/scoped_mach_port.h', 64 'mac/scoped_mach_port.h',
63 'mac/scoped_mach_vm.cc', 65 'mac/scoped_mach_vm.cc',
64 'mac/scoped_mach_vm.h', 66 'mac/scoped_mach_vm.h',
65 'mac/scoped_nsautorelease_pool.h', 67 'mac/scoped_nsautorelease_pool.h',
66 'mac/scoped_nsautorelease_pool.mm', 68 'mac/scoped_nsautorelease_pool.mm',
67 'mac/scoped_nsobject.h', 69 'mac/scoped_nsobject.h',
70 'memory/aligned_memory.cc',
71 'memory/aligned_memory.h',
68 'memory/scoped_policy.h', 72 'memory/scoped_policy.h',
69 'memory/scoped_ptr.h', 73 'memory/scoped_ptr.h',
70 'move.h', 74 'move.h',
71 'numerics/safe_conversions.h', 75 'numerics/safe_conversions.h',
72 'numerics/safe_conversions_impl.h', 76 'numerics/safe_conversions_impl.h',
73 'numerics/safe_math.h', 77 'numerics/safe_math.h',
74 'numerics/safe_math_impl.h', 78 'numerics/safe_math_impl.h',
75 'posix/eintr_wrapper.h', 79 'posix/eintr_wrapper.h',
76 'rand_util.cc', 80 'rand_util.cc',
77 'rand_util.h', 81 'rand_util.h',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 '../build/build_config.h', 114 '../build/build_config.h',
111 ], 115 ],
112 'direct_dependent_settings': { 116 'direct_dependent_settings': {
113 'include_dirs': [ 117 'include_dirs': [
114 '..', 118 '..',
115 ], 119 ],
116 }, 120 },
117 }, 121 },
118 ], 122 ],
119 } 123 }
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