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

Side by Side Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2276353002: Remove after wakeup logic and replace PumpTask with Fences (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Slight simplification Created 4 years, 3 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 | third_party/WebKit/Source/platform/WebScheduler.cpp » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/libfuzzer/fuzzer_test.gni") 7 import("//testing/libfuzzer/fuzzer_test.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 import("//third_party/WebKit/Source/build/scripts/scripts.gni") 9 import("//third_party/WebKit/Source/build/scripts/scripts.gni")
10 import("//third_party/WebKit/Source/config.gni") 10 import("//third_party/WebKit/Source/config.gni")
(...skipping 1842 matching lines...) Expand 10 before | Expand all | Expand 10 after
1853 "network/ResourceRequestTest.cpp", 1853 "network/ResourceRequestTest.cpp",
1854 "network/ResourceResponseTest.cpp", 1854 "network/ResourceResponseTest.cpp",
1855 "scheduler/CancellableTaskFactoryTest.cpp", 1855 "scheduler/CancellableTaskFactoryTest.cpp",
1856 "scheduler/base/queueing_time_estimator_unittest.cc", 1856 "scheduler/base/queueing_time_estimator_unittest.cc",
1857 "scheduler/base/task_queue_manager_unittest.cc", 1857 "scheduler/base/task_queue_manager_unittest.cc",
1858 "scheduler/base/task_queue_selector_unittest.cc", 1858 "scheduler/base/task_queue_selector_unittest.cc",
1859 "scheduler/base/test_count_uses_time_source.cc", 1859 "scheduler/base/test_count_uses_time_source.cc",
1860 "scheduler/base/thread_load_tracker_unittest.cc", 1860 "scheduler/base/thread_load_tracker_unittest.cc",
1861 "scheduler/base/time_domain_unittest.cc", 1861 "scheduler/base/time_domain_unittest.cc",
1862 "scheduler/base/work_queue_sets_unittest.cc", 1862 "scheduler/base/work_queue_sets_unittest.cc",
1863 "scheduler/base/work_queue_unittest.cc",
1863 "scheduler/child/idle_helper_unittest.cc", 1864 "scheduler/child/idle_helper_unittest.cc",
1864 "scheduler/child/scheduler_helper_unittest.cc", 1865 "scheduler/child/scheduler_helper_unittest.cc",
1865 "scheduler/child/scheduler_tqm_delegate_impl_unittest.cc", 1866 "scheduler/child/scheduler_tqm_delegate_impl_unittest.cc",
1866 "scheduler/child/webthread_impl_for_worker_scheduler_unittest.cc", 1867 "scheduler/child/webthread_impl_for_worker_scheduler_unittest.cc",
1867 "scheduler/child/worker_scheduler_impl_unittest.cc", 1868 "scheduler/child/worker_scheduler_impl_unittest.cc",
1868 "scheduler/renderer/auto_advancing_virtual_time_domain_unittest.cc", 1869 "scheduler/renderer/auto_advancing_virtual_time_domain_unittest.cc",
1869 "scheduler/renderer/deadline_task_runner_unittest.cc", 1870 "scheduler/renderer/deadline_task_runner_unittest.cc",
1870 "scheduler/renderer/idle_time_estimator_unittest.cc", 1871 "scheduler/renderer/idle_time_estimator_unittest.cc",
1871 "scheduler/renderer/renderer_scheduler_impl_unittest.cc", 1872 "scheduler/renderer/renderer_scheduler_impl_unittest.cc",
1872 "scheduler/renderer/task_cost_estimator_unittest.cc", 1873 "scheduler/renderer/task_cost_estimator_unittest.cc",
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
2092 "//third_party/WebKit/Source:inside_blink", 2093 "//third_party/WebKit/Source:inside_blink",
2093 ] 2094 ]
2094 2095
2095 deps = [ 2096 deps = [
2096 ":test_support", 2097 ":test_support",
2097 "//cc/surfaces:surface_id", 2098 "//cc/surfaces:surface_id",
2098 "//testing/gmock", 2099 "//testing/gmock",
2099 "//testing/gtest", 2100 "//testing/gtest",
2100 ] 2101 ]
2101 } 2102 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/WebScheduler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698