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

Side by Side Diff: base/base.gypi

Issue 6714032: Move some files in base to base/memory. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: only base Created 9 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 'id_map.h', 100 'id_map.h',
101 'json/json_reader.cc', 101 'json/json_reader.cc',
102 'json/json_reader.h', 102 'json/json_reader.h',
103 'json/json_writer.cc', 103 'json/json_writer.cc',
104 'json/json_writer.h', 104 'json/json_writer.h',
105 'json/string_escape.cc', 105 'json/string_escape.cc',
106 'json/string_escape.h', 106 'json/string_escape.h',
107 'lazy_instance.cc', 107 'lazy_instance.cc',
108 'lazy_instance.h', 108 'lazy_instance.h',
109 'linked_list.h', 109 'linked_list.h',
110 'linked_ptr.h',
111 'logging.cc', 110 'logging.cc',
112 'logging.h', 111 'logging.h',
113 'logging_win.cc', 112 'logging_win.cc',
114 'mac/cocoa_protocols.h', 113 'mac/cocoa_protocols.h',
115 'mac/foundation_util.h', 114 'mac/foundation_util.h',
116 'mac/foundation_util.mm', 115 'mac/foundation_util.mm',
117 'mac/mac_util.h', 116 'mac/mac_util.h',
118 'mac/mac_util.mm', 117 'mac/mac_util.mm',
119 'mac/os_crash_dumps.cc', 118 'mac/os_crash_dumps.cc',
120 'mac/os_crash_dumps.h', 119 'mac/os_crash_dumps.h',
121 'mac/scoped_aedesc.h', 120 'mac/scoped_aedesc.h',
122 'mac/scoped_cftyperef.h', 121 'mac/scoped_cftyperef.h',
123 'mac/scoped_nsautorelease_pool.h', 122 'mac/scoped_nsautorelease_pool.h',
124 'mac/scoped_nsautorelease_pool.mm', 123 'mac/scoped_nsautorelease_pool.mm',
125 'mach_ipc_mac.h', 124 'mach_ipc_mac.h',
126 'mach_ipc_mac.mm', 125 'mach_ipc_mac.mm',
127 'memory_debug.cc', 126 'memory/linked_ptr.h',
128 'memory_debug.h', 127 'memory/memory_debug.cc',
128 'memory/memory_debug.h',
129 'memory/raw_scoped_refptr_mismatch_checker.h',
130 'memory/ref_counted.cc',
131 'memory/ref_counted.h',
132 'memory/ref_counted_memory.cc',
133 'memory/ref_counted_memory.h',
134 'memory/scoped_callback_factory.h',
135 'memory/scoped_handle.h',
136 'memory/scoped_native_library.cc',
137 'memory/scoped_native_library.h',
138 'memory/scoped_nsobject.h',
139 'memory/scoped_open_process.h',
140 'memory/scoped_ptr.h',
141 'memory/scoped_temp_dir.cc',
142 'memory/scoped_temp_dir.h',
143 'memory/scoped_vector.h',
144 'memory/singleton.h',
145 'memory/weak_ptr.cc',
146 'memory/weak_ptr.h',
129 'message_loop.cc', 147 'message_loop.cc',
130 'message_loop.h', 148 'message_loop.h',
131 'message_loop_proxy.cc', 149 'message_loop_proxy.cc',
132 'message_loop_proxy.h', 150 'message_loop_proxy.h',
133 'message_loop_proxy_impl.cc', 151 'message_loop_proxy_impl.cc',
134 'message_loop_proxy_impl.h', 152 'message_loop_proxy_impl.h',
135 'message_pump.cc', 153 'message_pump.cc',
136 'message_pump.h', 154 'message_pump.h',
137 'message_pump_default.cc', 155 'message_pump_default.cc',
138 'message_pump_default.h', 156 'message_pump_default.h',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 'process_util.h', 188 'process_util.h',
171 'process_util_linux.cc', 189 'process_util_linux.cc',
172 'process_util_mac.mm', 190 'process_util_mac.mm',
173 'process_util_posix.cc', 191 'process_util_posix.cc',
174 'process_util_win.cc', 192 'process_util_win.cc',
175 'process_win.cc', 193 'process_win.cc',
176 'rand_util.cc', 194 'rand_util.cc',
177 'rand_util.h', 195 'rand_util.h',
178 'rand_util_posix.cc', 196 'rand_util_posix.cc',
179 'rand_util_win.cc', 197 'rand_util_win.cc',
180 'raw_scoped_refptr_mismatch_checker.h',
181 'ref_counted.cc',
182 'ref_counted.h',
183 'ref_counted_memory.cc',
184 'ref_counted_memory.h',
185 'resource_util.cc', 198 'resource_util.cc',
186 'resource_util.h', 199 'resource_util.h',
187 'safe_strerror_posix.cc', 200 'safe_strerror_posix.cc',
188 'safe_strerror_posix.h', 201 'safe_strerror_posix.h',
189 'scoped_callback_factory.h',
190 'scoped_handle.h',
191 'scoped_native_library.cc',
192 'scoped_native_library.h',
193 'scoped_nsobject.h',
194 'scoped_open_process.h',
195 'scoped_ptr.h',
196 'scoped_temp_dir.cc',
197 'scoped_temp_dir.h',
198 'scoped_vector.h',
199 'sha1.h', 202 'sha1.h',
200 'sha1_portable.cc', 203 'sha1_portable.cc',
201 'sha1_win.cc', 204 'sha1_win.cc',
202 'shared_memory.h', 205 'shared_memory.h',
203 'shared_memory_posix.cc', 206 'shared_memory_posix.cc',
204 'shared_memory_win.cc', 207 'shared_memory_win.cc',
205 'singleton.h',
206 'spin_wait.h', 208 'spin_wait.h',
207 'stack_container.h', 209 'stack_container.h',
208 'stl_util-inl.h', 210 'stl_util-inl.h',
209 'string_number_conversions.cc', 211 'string_number_conversions.cc',
210 'string_number_conversions.h', 212 'string_number_conversions.h',
211 'string_piece.cc', 213 'string_piece.cc',
212 'string_piece.h', 214 'string_piece.h',
213 'string_split.cc', 215 'string_split.cc',
214 'string_split.h', 216 'string_split.h',
215 'string_tokenizer.h', 217 'string_tokenizer.h',
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 'utf_string_conversions.cc', 301 'utf_string_conversions.cc',
300 'utf_string_conversions.h', 302 'utf_string_conversions.h',
301 'values.cc', 303 'values.cc',
302 'values.h', 304 'values.h',
303 'value_conversions.cc', 305 'value_conversions.cc',
304 'value_conversions.h', 306 'value_conversions.h',
305 'version.cc', 307 'version.cc',
306 'version.h', 308 'version.h',
307 'vlog.cc', 309 'vlog.cc',
308 'vlog.h', 310 'vlog.h',
309 'weak_ptr.cc',
310 'weak_ptr.h',
311 'win/i18n.cc', 311 'win/i18n.cc',
312 'win/i18n.h', 312 'win/i18n.h',
313 'win/object_watcher.cc', 313 'win/object_watcher.cc',
314 'win/object_watcher.h', 314 'win/object_watcher.h',
315 'win/pe_image.cc', 315 'win/pe_image.cc',
316 'win/event_trace_consumer.h', 316 'win/event_trace_consumer.h',
317 'win/event_trace_controller.cc', 317 'win/event_trace_controller.cc',
318 'win/event_trace_controller.h', 318 'win/event_trace_controller.h',
319 'win/event_trace_provider.cc', 319 'win/event_trace_provider.cc',
320 'win/event_trace_provider.h', 320 'win/event_trace_provider.h',
(...skipping 431 matching lines...) Expand 10 before | Expand all | Expand 10 after
752 'third_party/xdg_mime/xdgmimemagic.c', 752 'third_party/xdg_mime/xdgmimemagic.c',
753 'third_party/xdg_mime/xdgmimemagic.h', 753 'third_party/xdg_mime/xdgmimemagic.h',
754 'third_party/xdg_mime/xdgmimeparent.c', 754 'third_party/xdg_mime/xdgmimeparent.c',
755 'third_party/xdg_mime/xdgmimeparent.h', 755 'third_party/xdg_mime/xdgmimeparent.h',
756 ], 756 ],
757 }, 757 },
758 ], 758 ],
759 }], 759 }],
760 ], 760 ],
761 } 761 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/base_paths_linux.cc » ('j') | base/callback_internal.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698