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

Side by Side Diff: base/base.gyp

Issue 2042383004: Introduce TaskRunnerHandle. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: +tests Created 4 years, 6 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
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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after
563 'task_scheduler/test_task_factory.h', 563 'task_scheduler/test_task_factory.h',
564 'task_scheduler/test_utils.h', 564 'task_scheduler/test_utils.h',
565 'template_util_unittest.cc', 565 'template_util_unittest.cc',
566 'test/histogram_tester_unittest.cc', 566 'test/histogram_tester_unittest.cc',
567 'test/test_pending_task_unittest.cc', 567 'test/test_pending_task_unittest.cc',
568 'test/test_reg_util_win_unittest.cc', 568 'test/test_reg_util_win_unittest.cc',
569 'test/trace_event_analyzer_unittest.cc', 569 'test/trace_event_analyzer_unittest.cc',
570 'test/user_action_tester_unittest.cc', 570 'test/user_action_tester_unittest.cc',
571 'threading/non_thread_safe_unittest.cc', 571 'threading/non_thread_safe_unittest.cc',
572 'threading/platform_thread_unittest.cc', 572 'threading/platform_thread_unittest.cc',
573 'threading/sequenced_task_runner_handle_unittest.cc',
573 'threading/sequenced_worker_pool_unittest.cc', 574 'threading/sequenced_worker_pool_unittest.cc',
574 'threading/sequenced_task_runner_handle_unittest.cc',
575 'threading/simple_thread_unittest.cc', 575 'threading/simple_thread_unittest.cc',
576 'threading/task_runner_handle_unittest.cc',
576 'threading/thread_checker_unittest.cc', 577 'threading/thread_checker_unittest.cc',
577 'threading/thread_collision_warner_unittest.cc', 578 'threading/thread_collision_warner_unittest.cc',
578 'threading/thread_id_name_manager_unittest.cc', 579 'threading/thread_id_name_manager_unittest.cc',
579 'threading/thread_local_storage_unittest.cc', 580 'threading/thread_local_storage_unittest.cc',
580 'threading/thread_local_unittest.cc', 581 'threading/thread_local_unittest.cc',
581 'threading/thread_unittest.cc', 582 'threading/thread_unittest.cc',
582 'threading/watchdog_unittest.cc', 583 'threading/watchdog_unittest.cc',
583 'threading/worker_pool_posix_unittest.cc', 584 'threading/worker_pool_posix_unittest.cc',
584 'threading/worker_pool_unittest.cc', 585 'threading/worker_pool_unittest.cc',
585 'time/pr_time_unittest.cc', 586 'time/pr_time_unittest.cc',
(...skipping 1146 matching lines...) Expand 10 before | Expand all | Expand 10 after
1732 '../build/isolate.gypi', 1733 '../build/isolate.gypi',
1733 ], 1734 ],
1734 'sources': [ 1735 'sources': [
1735 'base_unittests.isolate', 1736 'base_unittests.isolate',
1736 ], 1737 ],
1737 }, 1738 },
1738 ], 1739 ],
1739 }], 1740 }],
1740 ], 1741 ],
1741 } 1742 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/base.gypi » ('j') | base/threading/task_runner_handle.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698