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

Side by Side Diff: base/base.gypi

Issue 6079009: Move some misc thread-related stuff from base to base/thread and into the bas... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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 | Annotate | Revision Log
« no previous file with comments | « base/base.gyp ('k') | base/lazy_instance_unittest.cc » ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 'scoped_ptr.h', 202 'scoped_ptr.h',
203 'scoped_temp_dir.cc', 203 'scoped_temp_dir.cc',
204 'scoped_temp_dir.h', 204 'scoped_temp_dir.h',
205 'scoped_vector.h', 205 'scoped_vector.h',
206 'sha1.h', 206 'sha1.h',
207 'sha1_portable.cc', 207 'sha1_portable.cc',
208 'sha1_win.cc', 208 'sha1_win.cc',
209 'shared_memory.h', 209 'shared_memory.h',
210 'shared_memory_posix.cc', 210 'shared_memory_posix.cc',
211 'shared_memory_win.cc', 211 'shared_memory_win.cc',
212 'simple_thread.cc',
213 'simple_thread.h',
214 'singleton.h', 212 'singleton.h',
215 'spin_wait.h', 213 'spin_wait.h',
216 'stack_container.h', 214 'stack_container.h',
217 'stl_util-inl.h', 215 'stl_util-inl.h',
218 'string_number_conversions.cc', 216 'string_number_conversions.cc',
219 'string_number_conversions.h', 217 'string_number_conversions.h',
220 'string_piece.cc', 218 'string_piece.cc',
221 'string_piece.h', 219 'string_piece.h',
222 'string_split.cc', 220 'string_split.cc',
223 'string_split.h', 221 'string_split.h',
(...skipping 14 matching lines...) Expand all
238 'sys_info_win.cc', 236 'sys_info_win.cc',
239 'sys_string_conversions.h', 237 'sys_string_conversions.h',
240 'sys_string_conversions_linux.cc', 238 'sys_string_conversions_linux.cc',
241 'sys_string_conversions_mac.mm', 239 'sys_string_conversions_mac.mm',
242 'sys_string_conversions_win.cc', 240 'sys_string_conversions_win.cc',
243 'task.cc', 241 'task.cc',
244 'task.h', 242 'task.h',
245 'task_queue.cc', 243 'task_queue.cc',
246 'task_queue.h', 244 'task_queue.h',
247 'template_util.h', 245 'template_util.h',
246 'threading/simple_thread.cc',
247 'threading/simple_thread.h',
248 'threading/watchdog.cc',
249 'threading/watchdog.h',
250 'threading/worker_pool.h',
251 'threading/worker_pool_posix.cc',
252 'threading/worker_pool_posix.h',
253 'threading/worker_pool_win.cc',
248 'thread.cc', 254 'thread.cc',
249 'thread.h', 255 'thread.h',
250 'thread_checker.cc', 256 'thread_checker.cc',
251 'thread_checker.h', 257 'thread_checker.h',
252 'thread_collision_warner.cc', 258 'thread_collision_warner.cc',
253 'thread_collision_warner.h', 259 'thread_collision_warner.h',
254 'thread_local.h', 260 'thread_local.h',
255 'thread_local_posix.cc', 261 'thread_local_posix.cc',
256 'thread_local_storage.h', 262 'thread_local_storage.h',
257 'thread_local_storage_posix.cc', 263 'thread_local_storage_posix.cc',
(...skipping 24 matching lines...) Expand all
282 'version.cc', 288 'version.cc',
283 'version.h', 289 'version.h',
284 'vlog.cc', 290 'vlog.cc',
285 'vlog.h', 291 'vlog.h',
286 'waitable_event.h', 292 'waitable_event.h',
287 'waitable_event_posix.cc', 293 'waitable_event_posix.cc',
288 'waitable_event_watcher.h', 294 'waitable_event_watcher.h',
289 'waitable_event_watcher_posix.cc', 295 'waitable_event_watcher_posix.cc',
290 'waitable_event_watcher_win.cc', 296 'waitable_event_watcher_win.cc',
291 'waitable_event_win.cc', 297 'waitable_event_win.cc',
292 'watchdog.cc',
293 'watchdog.h',
294 'weak_ptr.cc', 298 'weak_ptr.cc',
295 'weak_ptr.h', 299 'weak_ptr.h',
296 'win/i18n.cc', 300 'win/i18n.cc',
297 'win/i18n.h', 301 'win/i18n.h',
298 'win/pe_image.cc', 302 'win/pe_image.cc',
299 'win/event_trace_consumer.h', 303 'win/event_trace_consumer.h',
300 'win/event_trace_controller.cc', 304 'win/event_trace_controller.cc',
301 'win/event_trace_controller.h', 305 'win/event_trace_controller.h',
302 'win/event_trace_provider.cc', 306 'win/event_trace_provider.cc',
303 'win/event_trace_provider.h', 307 'win/event_trace_provider.h',
304 'win/pe_image.h', 308 'win/pe_image.h',
305 'win/registry.cc', 309 'win/registry.cc',
306 'win/registry.h', 310 'win/registry.h',
307 'win/scoped_bstr.cc', 311 'win/scoped_bstr.cc',
308 'win/scoped_bstr.h', 312 'win/scoped_bstr.h',
309 'win/scoped_comptr.h', 313 'win/scoped_comptr.h',
310 'win/scoped_gdi_object.h', 314 'win/scoped_gdi_object.h',
311 'win/scoped_handle.h', 315 'win/scoped_handle.h',
312 'win/scoped_hdc.h', 316 'win/scoped_hdc.h',
313 'win/scoped_hglobal.h', 317 'win/scoped_hglobal.h',
314 'win/scoped_variant.cc', 318 'win/scoped_variant.cc',
315 'win/scoped_variant.h', 319 'win/scoped_variant.h',
316 'win/windows_version.cc', 320 'win/windows_version.cc',
317 'win/windows_version.h', 321 'win/windows_version.h',
318 'win_util.cc', 322 'win_util.cc',
319 'win_util.h', 323 'win_util.h',
320 'worker_pool.h',
321 'worker_pool_posix.cc',
322 'worker_pool_posix.h',
323 'worker_pool_win.cc',
324 'nix/xdg_util.h', 324 'nix/xdg_util.h',
325 'nix/xdg_util.cc', 325 'nix/xdg_util.cc',
326 ], 326 ],
327 'include_dirs': [ 327 'include_dirs': [
328 '..', 328 '..',
329 ], 329 ],
330 # These warnings are needed for the files in third_party\dmg_fp. 330 # These warnings are needed for the files in third_party\dmg_fp.
331 'msvs_disabled_warnings': [ 331 'msvs_disabled_warnings': [
332 4244, 4554, 4018, 4102, 332 4244, 4554, 4018, 4102,
333 ], 333 ],
(...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after
730 'third_party/xdg_mime/xdgmimemagic.c', 730 'third_party/xdg_mime/xdgmimemagic.c',
731 'third_party/xdg_mime/xdgmimemagic.h', 731 'third_party/xdg_mime/xdgmimemagic.h',
732 'third_party/xdg_mime/xdgmimeparent.c', 732 'third_party/xdg_mime/xdgmimeparent.c',
733 'third_party/xdg_mime/xdgmimeparent.h', 733 'third_party/xdg_mime/xdgmimeparent.h',
734 ], 734 ],
735 }, 735 },
736 ], 736 ],
737 }], 737 }],
738 ], 738 ],
739 } 739 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/lazy_instance_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698