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

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

Issue 2514733002: Scheduler: Deprecate CancellableTaskFactory in favor of WebTaskRunner::postCancellableTask (3) (Closed)
Patch Set: rebase Created 4 years 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 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/public/public_features.gni") 9 import("//third_party/WebKit/public/public_features.gni")
10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni")
(...skipping 1151 matching lines...) Expand 10 before | Expand all | Expand 10 after
1162 "peerconnection/RTCAnswerOptionsPlatform.h", 1162 "peerconnection/RTCAnswerOptionsPlatform.h",
1163 "peerconnection/RTCOfferOptionsPlatform.h", 1163 "peerconnection/RTCOfferOptionsPlatform.h",
1164 "peerconnection/RTCSessionDescriptionRequest.h", 1164 "peerconnection/RTCSessionDescriptionRequest.h",
1165 "peerconnection/RTCStatsRequest.h", 1165 "peerconnection/RTCStatsRequest.h",
1166 "peerconnection/RTCStatsResponseBase.h", 1166 "peerconnection/RTCStatsResponseBase.h",
1167 "peerconnection/RTCVoidRequest.h", 1167 "peerconnection/RTCVoidRequest.h",
1168 "plugins/PluginData.cpp", 1168 "plugins/PluginData.cpp",
1169 "plugins/PluginData.h", 1169 "plugins/PluginData.h",
1170 "plugins/PluginListBuilder.cpp", 1170 "plugins/PluginListBuilder.cpp",
1171 "plugins/PluginListBuilder.h", 1171 "plugins/PluginListBuilder.h",
1172 "scheduler/CancellableTaskFactory.cpp",
1173 "scheduler/CancellableTaskFactory.h",
1174 "scheduler/base/cancelable_closure_holder.cc", 1172 "scheduler/base/cancelable_closure_holder.cc",
1175 "scheduler/base/cancelable_closure_holder.h", 1173 "scheduler/base/cancelable_closure_holder.h",
1176 "scheduler/base/enqueue_order.cc", 1174 "scheduler/base/enqueue_order.cc",
1177 "scheduler/base/enqueue_order.h", 1175 "scheduler/base/enqueue_order.h",
1178 "scheduler/base/intrusive_heap.h", 1176 "scheduler/base/intrusive_heap.h",
1179 "scheduler/base/lazy_now.cc", 1177 "scheduler/base/lazy_now.cc",
1180 "scheduler/base/lazy_now.h", 1178 "scheduler/base/lazy_now.h",
1181 "scheduler/base/pollable_thread_safe_flag.cc", 1179 "scheduler/base/pollable_thread_safe_flag.cc",
1182 "scheduler/base/pollable_thread_safe_flag.h", 1180 "scheduler/base/pollable_thread_safe_flag.h",
1183 "scheduler/base/queueing_time_estimator.cc", 1181 "scheduler/base/queueing_time_estimator.cc",
(...skipping 568 matching lines...) Expand 10 before | Expand all | Expand 10 after
1752 "mojo/CommonCustomTypesStructTraitsTest.cpp", 1750 "mojo/CommonCustomTypesStructTraitsTest.cpp",
1753 "mojo/GeometryStructTraitsTest.cpp", 1751 "mojo/GeometryStructTraitsTest.cpp",
1754 "mojo/KURLSecurityOriginTest.cpp", 1752 "mojo/KURLSecurityOriginTest.cpp",
1755 "network/EncodedFormDataTest.cpp", 1753 "network/EncodedFormDataTest.cpp",
1756 "network/HTTPParsersTest.cpp", 1754 "network/HTTPParsersTest.cpp",
1757 "network/LinkHeaderTest.cpp", 1755 "network/LinkHeaderTest.cpp",
1758 "network/NetworkUtilsTest.cpp", 1756 "network/NetworkUtilsTest.cpp",
1759 "network/ResourceRequestTest.cpp", 1757 "network/ResourceRequestTest.cpp",
1760 "network/ResourceResponseTest.cpp", 1758 "network/ResourceResponseTest.cpp",
1761 "network/mime/MIMETypeRegistryTest.cpp", 1759 "network/mime/MIMETypeRegistryTest.cpp",
1762 "scheduler/CancellableTaskFactoryTest.cpp",
1763 "scheduler/base/intrusive_heap_unittest.cc", 1760 "scheduler/base/intrusive_heap_unittest.cc",
1764 "scheduler/base/queueing_time_estimator_unittest.cc", 1761 "scheduler/base/queueing_time_estimator_unittest.cc",
1765 "scheduler/base/task_queue_manager_unittest.cc", 1762 "scheduler/base/task_queue_manager_unittest.cc",
1766 "scheduler/base/task_queue_selector_unittest.cc", 1763 "scheduler/base/task_queue_selector_unittest.cc",
1767 "scheduler/base/test_count_uses_time_source.cc", 1764 "scheduler/base/test_count_uses_time_source.cc",
1768 "scheduler/base/thread_load_tracker_unittest.cc", 1765 "scheduler/base/thread_load_tracker_unittest.cc",
1769 "scheduler/base/time_domain_unittest.cc", 1766 "scheduler/base/time_domain_unittest.cc",
1770 "scheduler/base/work_queue_sets_unittest.cc", 1767 "scheduler/base/work_queue_sets_unittest.cc",
1771 "scheduler/base/work_queue_unittest.cc", 1768 "scheduler/base/work_queue_unittest.cc",
1772 "scheduler/child/idle_helper_unittest.cc", 1769 "scheduler/child/idle_helper_unittest.cc",
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
2065 "//third_party/WebKit/Source:inside_blink", 2062 "//third_party/WebKit/Source:inside_blink",
2066 ] 2063 ]
2067 2064
2068 deps = [ 2065 deps = [
2069 ":test_support", 2066 ":test_support",
2070 "//cc/surfaces:surface_id", 2067 "//cc/surfaces:surface_id",
2071 "//testing/gmock", 2068 "//testing/gmock",
2072 "//testing/gtest", 2069 "//testing/gtest",
2073 ] 2070 ]
2074 } 2071 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698