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

Side by Side Diff: base/BUILD.gn

Issue 1705943002: TaskScheduler [5/9] Task Tracker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@s_3_pq
Patch Set: rebase Created 4 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
« no previous file with comments | « no previous file | base/base.gyp » ('j') | base/task_scheduler/shutdown_manager.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 # HOW TO WRITE CONDITIONALS IN THIS FILE 5 # HOW TO WRITE CONDITIONALS IN THIS FILE
6 # ====================================== 6 # ======================================
7 # 7 #
8 # In many other places, one would write a conditional that expresses all the 8 # In many other places, one would write a conditional that expresses all the
9 # cases when a source file is used or unused, and then either add or subtract 9 # cases when a source file is used or unused, and then either add or subtract
10 # it from the sources list in that case 10 # it from the sources list in that case
(...skipping 729 matching lines...) Expand 10 before | Expand all | Expand 10 after
740 "task_runner.h", 740 "task_runner.h",
741 "task_runner_util.h", 741 "task_runner_util.h",
742 "task_scheduler/priority_queue.cc", 742 "task_scheduler/priority_queue.cc",
743 "task_scheduler/priority_queue.h", 743 "task_scheduler/priority_queue.h",
744 "task_scheduler/scheduler_lock.cc", 744 "task_scheduler/scheduler_lock.cc",
745 "task_scheduler/scheduler_lock.h", 745 "task_scheduler/scheduler_lock.h",
746 "task_scheduler/sequence.cc", 746 "task_scheduler/sequence.cc",
747 "task_scheduler/sequence.h", 747 "task_scheduler/sequence.h",
748 "task_scheduler/sequence_sort_key.cc", 748 "task_scheduler/sequence_sort_key.cc",
749 "task_scheduler/sequence_sort_key.h", 749 "task_scheduler/sequence_sort_key.h",
750 "task_scheduler/shutdown_manager.cc",
751 "task_scheduler/shutdown_manager.h",
750 "task_scheduler/task.cc", 752 "task_scheduler/task.cc",
751 "task_scheduler/task.h", 753 "task_scheduler/task.h",
752 "task_scheduler/task_traits.cc", 754 "task_scheduler/task_traits.cc",
753 "task_scheduler/task_traits.h", 755 "task_scheduler/task_traits.h",
754 "template_util.h", 756 "template_util.h",
755 "third_party/dmg_fp/dmg_fp.h", 757 "third_party/dmg_fp/dmg_fp.h",
756 "third_party/dmg_fp/dtoa_wrapper.cc", 758 "third_party/dmg_fp/dtoa_wrapper.cc",
757 "third_party/dmg_fp/g_fmt.cc", 759 "third_party/dmg_fp/g_fmt.cc",
758 "third_party/icu/icu_utf.cc", 760 "third_party/icu/icu_utf.cc",
759 "third_party/icu/icu_utf.h", 761 "third_party/icu/icu_utf.h",
(...skipping 935 matching lines...) Expand 10 before | Expand all | Expand 10 after
1695 "synchronization/waitable_event_unittest.cc", 1697 "synchronization/waitable_event_unittest.cc",
1696 "synchronization/waitable_event_watcher_unittest.cc", 1698 "synchronization/waitable_event_watcher_unittest.cc",
1697 "sys_info_unittest.cc", 1699 "sys_info_unittest.cc",
1698 "system_monitor/system_monitor_unittest.cc", 1700 "system_monitor/system_monitor_unittest.cc",
1699 "task/cancelable_task_tracker_unittest.cc", 1701 "task/cancelable_task_tracker_unittest.cc",
1700 "task_runner_util_unittest.cc", 1702 "task_runner_util_unittest.cc",
1701 "task_scheduler/priority_queue_unittest.cc", 1703 "task_scheduler/priority_queue_unittest.cc",
1702 "task_scheduler/scheduler_lock_unittest.cc", 1704 "task_scheduler/scheduler_lock_unittest.cc",
1703 "task_scheduler/sequence_sort_key_unittest.cc", 1705 "task_scheduler/sequence_sort_key_unittest.cc",
1704 "task_scheduler/sequence_unittest.cc", 1706 "task_scheduler/sequence_unittest.cc",
1707 "task_scheduler/shutdown_manager_unittest.cc",
1705 "template_util_unittest.cc", 1708 "template_util_unittest.cc",
1706 "test/histogram_tester_unittest.cc", 1709 "test/histogram_tester_unittest.cc",
1707 "test/icu_test_util.cc", 1710 "test/icu_test_util.cc",
1708 "test/icu_test_util.h", 1711 "test/icu_test_util.h",
1709 "test/test_pending_task_unittest.cc", 1712 "test/test_pending_task_unittest.cc",
1710 "test/test_reg_util_win_unittest.cc", 1713 "test/test_reg_util_win_unittest.cc",
1711 "test/trace_event_analyzer_unittest.cc", 1714 "test/trace_event_analyzer_unittest.cc",
1712 "test/user_action_tester_unittest.cc", 1715 "test/user_action_tester_unittest.cc",
1713 "threading/non_thread_safe_unittest.cc", 1716 "threading/non_thread_safe_unittest.cc",
1714 "threading/platform_thread_unittest.cc", 1717 "threading/platform_thread_unittest.cc",
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
2054 2057
2055 # GYP: //base.gyp:base_java_unittest_support 2058 # GYP: //base.gyp:base_java_unittest_support
2056 android_library("base_java_unittest_support") { 2059 android_library("base_java_unittest_support") {
2057 deps = [ 2060 deps = [
2058 ":base_java", 2061 ":base_java",
2059 ] 2062 ]
2060 java_files = 2063 java_files =
2061 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 2064 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
2062 } 2065 }
2063 } 2066 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gyp » ('j') | base/task_scheduler/shutdown_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698