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

Side by Side Diff: base/base.gypi

Issue 9169037: Make new TaskRunner, SequencedTaskRunner, and SingleThreadTaskRunner interfaces (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync to head Created 8 years, 10 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 | « no previous file | base/message_loop.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) 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 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 'memory/scoped_nsobject.h', 180 'memory/scoped_nsobject.h',
181 'memory/scoped_open_process.h', 181 'memory/scoped_open_process.h',
182 'memory/scoped_ptr.h', 182 'memory/scoped_ptr.h',
183 'memory/scoped_vector.h', 183 'memory/scoped_vector.h',
184 'memory/singleton.cc', 184 'memory/singleton.cc',
185 'memory/singleton.h', 185 'memory/singleton.h',
186 'memory/weak_ptr.cc', 186 'memory/weak_ptr.cc',
187 'memory/weak_ptr.h', 187 'memory/weak_ptr.h',
188 'message_loop.cc', 188 'message_loop.cc',
189 'message_loop.h', 189 'message_loop.h',
190 'message_loop_helpers.h',
190 'message_loop_proxy.cc', 191 'message_loop_proxy.cc',
191 'message_loop_proxy.h', 192 'message_loop_proxy.h',
192 'message_loop_proxy_impl.cc', 193 'message_loop_proxy_impl.cc',
193 'message_loop_proxy_impl.h', 194 'message_loop_proxy_impl.h',
194 'message_pump.cc', 195 'message_pump.cc',
195 'message_pump.h', 196 'message_pump.h',
196 'message_pump_default.cc', 197 'message_pump_default.cc',
197 'message_pump_default.h', 198 'message_pump_default.h',
198 'message_pump_win.cc', 199 'message_pump_win.cc',
199 'message_pump_win.h', 200 'message_pump_win.h',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 'rand_util.h', 246 'rand_util.h',
246 'rand_util_c.h', 247 'rand_util_c.h',
247 'rand_util_posix.cc', 248 'rand_util_posix.cc',
248 'rand_util_win.cc', 249 'rand_util_win.cc',
249 'safe_strerror_posix.cc', 250 'safe_strerror_posix.cc',
250 'safe_strerror_posix.h', 251 'safe_strerror_posix.h',
251 'scoped_native_library.cc', 252 'scoped_native_library.cc',
252 'scoped_native_library.h', 253 'scoped_native_library.h',
253 'scoped_temp_dir.cc', 254 'scoped_temp_dir.cc',
254 'scoped_temp_dir.h', 255 'scoped_temp_dir.h',
256 'sequenced_task_runner.cc',
257 'sequenced_task_runner.h',
258 'sequenced_task_runner_helpers.h',
255 'sha1.h', 259 'sha1.h',
256 'sha1_portable.cc', 260 'sha1_portable.cc',
257 'sha1_win.cc', 261 'sha1_win.cc',
258 'shared_memory.h', 262 'shared_memory.h',
259 'shared_memory_android.cc', 263 'shared_memory_android.cc',
260 'shared_memory_posix.cc', 264 'shared_memory_posix.cc',
261 'shared_memory_win.cc', 265 'shared_memory_win.cc',
266 'single_thread_task_runner.h',
262 'spin_wait.h', 267 'spin_wait.h',
263 'stack_container.h', 268 'stack_container.h',
264 'stl_util.h', 269 'stl_util.h',
265 'string_number_conversions.cc', 270 'string_number_conversions.cc',
266 'string_number_conversions.h', 271 'string_number_conversions.h',
267 'string_piece.cc', 272 'string_piece.cc',
268 'string_piece.h', 273 'string_piece.h',
269 'string_split.cc', 274 'string_split.cc',
270 'string_split.h', 275 'string_split.h',
271 'string_tokenizer.h', 276 'string_tokenizer.h',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 'sys_info_freebsd.cc', 309 'sys_info_freebsd.cc',
305 'sys_info_linux.cc', 310 'sys_info_linux.cc',
306 'sys_info_mac.cc', 311 'sys_info_mac.cc',
307 'sys_info_openbsd.cc', 312 'sys_info_openbsd.cc',
308 'sys_info_posix.cc', 313 'sys_info_posix.cc',
309 'sys_info_win.cc', 314 'sys_info_win.cc',
310 'sys_string_conversions.h', 315 'sys_string_conversions.h',
311 'sys_string_conversions_mac.mm', 316 'sys_string_conversions_mac.mm',
312 'sys_string_conversions_posix.cc', 317 'sys_string_conversions_posix.cc',
313 'sys_string_conversions_win.cc', 318 'sys_string_conversions_win.cc',
319 'task_runner.cc',
320 'task_runner.h',
314 'template_util.h', 321 'template_util.h',
315 'threading/non_thread_safe.h', 322 'threading/non_thread_safe.h',
316 'threading/non_thread_safe_impl.cc', 323 'threading/non_thread_safe_impl.cc',
317 'threading/non_thread_safe_impl.h', 324 'threading/non_thread_safe_impl.h',
318 'threading/platform_thread.h', 325 'threading/platform_thread.h',
319 'threading/platform_thread_mac.mm', 326 'threading/platform_thread_mac.mm',
320 'threading/platform_thread_posix.cc', 327 'threading/platform_thread_posix.cc',
321 'threading/platform_thread_win.cc', 328 'threading/platform_thread_win.cc',
322 'threading/post_task_and_reply_impl.cc', 329 'threading/post_task_and_reply_impl.cc',
323 'threading/post_task_and_reply_impl.h', 330 'threading/post_task_and_reply_impl.h',
(...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after
887 'third_party/xdg_mime/xdgmimemagic.c', 894 'third_party/xdg_mime/xdgmimemagic.c',
888 'third_party/xdg_mime/xdgmimemagic.h', 895 'third_party/xdg_mime/xdgmimemagic.h',
889 'third_party/xdg_mime/xdgmimeparent.c', 896 'third_party/xdg_mime/xdgmimeparent.c',
890 'third_party/xdg_mime/xdgmimeparent.h', 897 'third_party/xdg_mime/xdgmimeparent.h',
891 ], 898 ],
892 }, 899 },
893 ], 900 ],
894 }], 901 }],
895 ], 902 ],
896 } 903 }
OLDNEW
« no previous file with comments | « no previous file | base/message_loop.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698