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

Side by Side Diff: base/base.gypi

Issue 6001010: Move platform_thread to base/threading and put in the base namespace. I left ... (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/cancellation_flag.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) 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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 'object_watcher.h', 158 'object_watcher.h',
159 'observer_list.h', 159 'observer_list.h',
160 'observer_list_threadsafe.h', 160 'observer_list_threadsafe.h',
161 'path_service.cc', 161 'path_service.cc',
162 'path_service.h', 162 'path_service.h',
163 'pickle.cc', 163 'pickle.cc',
164 'pickle.h', 164 'pickle.h',
165 'platform_file.h', 165 'platform_file.h',
166 'platform_file_posix.cc', 166 'platform_file_posix.cc',
167 'platform_file_win.cc', 167 'platform_file_win.cc',
168 'platform_thread.h',
169 'platform_thread_mac.mm',
170 'platform_thread_posix.cc',
171 'platform_thread_win.cc',
172 'port.h', 168 'port.h',
173 'process.h', 169 'process.h',
174 'process_linux.cc', 170 'process_linux.cc',
175 'process_posix.cc', 171 'process_posix.cc',
176 'process_util.cc', 172 'process_util.cc',
177 'process_util.h', 173 'process_util.h',
178 'process_util_linux.cc', 174 'process_util_linux.cc',
179 'process_util_mac.mm', 175 'process_util_mac.mm',
180 'process_util_posix.cc', 176 'process_util_posix.cc',
181 'process_util_win.cc', 177 'process_util_win.cc',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 'sys_info_win.cc', 232 'sys_info_win.cc',
237 'sys_string_conversions.h', 233 'sys_string_conversions.h',
238 'sys_string_conversions_linux.cc', 234 'sys_string_conversions_linux.cc',
239 'sys_string_conversions_mac.mm', 235 'sys_string_conversions_mac.mm',
240 'sys_string_conversions_win.cc', 236 'sys_string_conversions_win.cc',
241 'task.cc', 237 'task.cc',
242 'task.h', 238 'task.h',
243 'task_queue.cc', 239 'task_queue.cc',
244 'task_queue.h', 240 'task_queue.h',
245 'template_util.h', 241 'template_util.h',
242 'threading/platform_thread.h',
243 'threading/platform_thread_mac.mm',
244 'threading/platform_thread_posix.cc',
245 'threading/platform_thread_win.cc',
246 'threading/simple_thread.cc', 246 'threading/simple_thread.cc',
247 'threading/simple_thread.h', 247 'threading/simple_thread.h',
248 'threading/thread_checker.cc',
249 'threading/thread_checker.h',
248 'threading/thread_local.h', 250 'threading/thread_local.h',
249 'threading/thread_local_posix.cc', 251 'threading/thread_local_posix.cc',
250 'threading/thread_local_storage.h', 252 'threading/thread_local_storage.h',
251 'threading/thread_local_storage_posix.cc', 253 'threading/thread_local_storage_posix.cc',
252 'threading/thread_local_storage_win.cc', 254 'threading/thread_local_storage_win.cc',
253 'threading/thread_local_win.cc', 255 'threading/thread_local_win.cc',
254 'threading/watchdog.cc', 256 'threading/watchdog.cc',
255 'threading/watchdog.h', 257 'threading/watchdog.h',
256 'threading/worker_pool.h', 258 'threading/worker_pool.h',
257 'threading/worker_pool_posix.cc', 259 'threading/worker_pool_posix.cc',
258 'threading/worker_pool_posix.h', 260 'threading/worker_pool_posix.h',
259 'threading/worker_pool_win.cc', 261 'threading/worker_pool_win.cc',
260 'thread.cc', 262 'thread.cc',
261 'thread.h', 263 'thread.h',
262 'thread_checker.cc',
263 'thread_checker.h',
264 'thread_collision_warner.cc', 264 'thread_collision_warner.cc',
265 'thread_collision_warner.h', 265 'thread_collision_warner.h',
266 'thread_restrictions.h', 266 'thread_restrictions.h',
267 'thread_restrictions.cc', 267 'thread_restrictions.cc',
268 'time.cc', 268 'time.cc',
269 'time.h', 269 'time.h',
270 'time_win.cc', 270 'time_win.cc',
271 'timer.cc', 271 'timer.cc',
272 'timer.h', 272 'timer.h',
273 'tracked.cc', 273 'tracked.cc',
(...skipping 456 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/cancellation_flag.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698