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: trunk/src/base/base.gypi

Issue 14985007: Revert 198844 "Move sequenced_task_runner to base/task" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 7 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 | trunk/src/base/deferred_sequenced_task_runner.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 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 'run_loop.cc', 391 'run_loop.cc',
392 'run_loop.h', 392 'run_loop.h',
393 'safe_numerics.h', 393 'safe_numerics.h',
394 'safe_strerror_posix.cc', 394 'safe_strerror_posix.cc',
395 'safe_strerror_posix.h', 395 'safe_strerror_posix.h',
396 'scoped_native_library.cc', 396 'scoped_native_library.cc',
397 'scoped_native_library.h', 397 'scoped_native_library.h',
398 'sequence_checker.h', 398 'sequence_checker.h',
399 'sequence_checker_impl.cc', 399 'sequence_checker_impl.cc',
400 'sequence_checker_impl.h', 400 'sequence_checker_impl.h',
401 'sequenced_task_runner.cc',
402 'sequenced_task_runner.h',
403 'sequenced_task_runner_helpers.h',
401 'sha1.h', 404 'sha1.h',
402 'sha1_portable.cc', 405 'sha1_portable.cc',
403 'sha1_win.cc', 406 'sha1_win.cc',
404 'single_thread_task_runner.h', 407 'single_thread_task_runner.h',
405 'stl_util.h', 408 'stl_util.h',
406 'string_util.cc', 409 'string_util.cc',
407 'string_util.h', 410 'string_util.h',
408 'string_util_posix.h', 411 'string_util_posix.h',
409 'string_util_win.h', 412 'string_util_win.h',
410 'string16.cc', 413 'string16.cc',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 'sys_info.h', 458 'sys_info.h',
456 'sys_info_android.cc', 459 'sys_info_android.cc',
457 'sys_info_chromeos.cc', 460 'sys_info_chromeos.cc',
458 'sys_info_freebsd.cc', 461 'sys_info_freebsd.cc',
459 'sys_info_ios.mm', 462 'sys_info_ios.mm',
460 'sys_info_linux.cc', 463 'sys_info_linux.cc',
461 'sys_info_mac.cc', 464 'sys_info_mac.cc',
462 'sys_info_openbsd.cc', 465 'sys_info_openbsd.cc',
463 'sys_info_posix.cc', 466 'sys_info_posix.cc',
464 'sys_info_win.cc', 467 'sys_info_win.cc',
465 'task/sequenced_task_runner.cc',
466 'task/sequenced_task_runner.h',
467 'task/sequenced_task_runner_helpers.h',
468 'task_runner.cc', 468 'task_runner.cc',
469 'task_runner.h', 469 'task_runner.h',
470 'task_runner_util.h', 470 'task_runner_util.h',
471 'template_util.h', 471 'template_util.h',
472 'thread_task_runner_handle.cc', 472 'thread_task_runner_handle.cc',
473 'thread_task_runner_handle.h', 473 'thread_task_runner_handle.h',
474 'threading/non_thread_safe.h', 474 'threading/non_thread_safe.h',
475 'threading/non_thread_safe_impl.cc', 475 'threading/non_thread_safe_impl.cc',
476 'threading/non_thread_safe_impl.h', 476 'threading/non_thread_safe_impl.h',
477 'threading/platform_thread.h', 477 'threading/platform_thread.h',
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
780 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 780 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
781 'sources/': [ 781 'sources/': [
782 ['exclude', '^third_party/nspr/'], 782 ['exclude', '^third_party/nspr/'],
783 ], 783 ],
784 }], 784 }],
785 ], 785 ],
786 }], 786 }],
787 ], 787 ],
788 }, 788 },
789 } 789 }
OLDNEW
« no previous file with comments | « no previous file | trunk/src/base/deferred_sequenced_task_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698