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

Side by Side Diff: base/base.gypi

Issue 10210008: Make MessageLoopProxy::current() usable on threads that don't have MessageLoop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: SingleThreadTaskRunner::current() Created 8 years, 8 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.cc » ('j') | base/single_thread_task_runner.cc » ('J')
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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 'sequenced_task_runner.cc', 272 'sequenced_task_runner.cc',
273 'sequenced_task_runner.h', 273 'sequenced_task_runner.h',
274 'sequenced_task_runner_helpers.h', 274 'sequenced_task_runner_helpers.h',
275 'sha1.h', 275 'sha1.h',
276 'sha1_portable.cc', 276 'sha1_portable.cc',
277 'sha1_win.cc', 277 'sha1_win.cc',
278 'shared_memory.h', 278 'shared_memory.h',
279 'shared_memory_android.cc', 279 'shared_memory_android.cc',
280 'shared_memory_posix.cc', 280 'shared_memory_posix.cc',
281 'shared_memory_win.cc', 281 'shared_memory_win.cc',
282 'single_thread_task_runner.cc',
282 'single_thread_task_runner.h', 283 'single_thread_task_runner.h',
283 'stack_container.h', 284 'stack_container.h',
284 'stl_util.h', 285 'stl_util.h',
285 'string_number_conversions.cc', 286 'string_number_conversions.cc',
286 'string_number_conversions.h', 287 'string_number_conversions.h',
287 'string_piece.cc', 288 'string_piece.cc',
288 'string_piece.h', 289 'string_piece.h',
289 'string_split.cc', 290 'string_split.cc',
290 'string_split.h', 291 'string_split.h',
291 'string_tokenizer.h', 292 'string_tokenizer.h',
(...skipping 626 matching lines...) Expand 10 before | Expand all | Expand 10 after
918 'third_party/xdg_mime/xdgmimemagic.c', 919 'third_party/xdg_mime/xdgmimemagic.c',
919 'third_party/xdg_mime/xdgmimemagic.h', 920 'third_party/xdg_mime/xdgmimemagic.h',
920 'third_party/xdg_mime/xdgmimeparent.c', 921 'third_party/xdg_mime/xdgmimeparent.c',
921 'third_party/xdg_mime/xdgmimeparent.h', 922 'third_party/xdg_mime/xdgmimeparent.h',
922 ], 923 ],
923 }, 924 },
924 ], 925 ],
925 }], 926 }],
926 ], 927 ],
927 } 928 }
OLDNEW
« no previous file with comments | « no previous file | base/message_loop.cc » ('j') | base/single_thread_task_runner.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698