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

Side by Side Diff: base/base.gypi

Issue 9663075: Implementation of SequencedTaskRunner based on SequencedWorkerPool. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 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) 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 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 'rand_util_win.cc', 253 'rand_util_win.cc',
254 'safe_strerror_posix.cc', 254 'safe_strerror_posix.cc',
255 'safe_strerror_posix.h', 255 'safe_strerror_posix.h',
256 'scoped_native_library.cc', 256 'scoped_native_library.cc',
257 'scoped_native_library.h', 257 'scoped_native_library.h',
258 'scoped_temp_dir.cc', 258 'scoped_temp_dir.cc',
259 'scoped_temp_dir.h', 259 'scoped_temp_dir.h',
260 'sequenced_task_runner.cc', 260 'sequenced_task_runner.cc',
261 'sequenced_task_runner.h', 261 'sequenced_task_runner.h',
262 'sequenced_task_runner_helpers.h', 262 'sequenced_task_runner_helpers.h',
263 'sequenced_task_runner_impl.cc',
264 'sequenced_task_runner_impl.h',
263 'sha1.h', 265 'sha1.h',
264 'sha1_portable.cc', 266 'sha1_portable.cc',
265 'sha1_win.cc', 267 'sha1_win.cc',
266 'shared_memory.h', 268 'shared_memory.h',
267 'shared_memory_android.cc', 269 'shared_memory_android.cc',
268 'shared_memory_posix.cc', 270 'shared_memory_posix.cc',
269 'shared_memory_win.cc', 271 'shared_memory_win.cc',
270 'single_thread_task_runner.h', 272 'single_thread_task_runner.h',
271 'stack_container.h', 273 'stack_container.h',
272 'stl_util.h', 274 'stl_util.h',
(...skipping 627 matching lines...) Expand 10 before | Expand all | Expand 10 after
900 'third_party/xdg_mime/xdgmimemagic.c', 902 'third_party/xdg_mime/xdgmimemagic.c',
901 'third_party/xdg_mime/xdgmimemagic.h', 903 'third_party/xdg_mime/xdgmimemagic.h',
902 'third_party/xdg_mime/xdgmimeparent.c', 904 'third_party/xdg_mime/xdgmimeparent.c',
903 'third_party/xdg_mime/xdgmimeparent.h', 905 'third_party/xdg_mime/xdgmimeparent.h',
904 ], 906 ],
905 }, 907 },
906 ], 908 ],
907 }], 909 }],
908 ], 910 ],
909 } 911 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698