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

Unified Diff: third_party/WebKit/public/blink_headers.gypi

Issue 2118903002: scheduler: Move the Blink scheduler into Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/web/WebViewImpl.cpp ('k') | third_party/WebKit/public/platform/WebScheduler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/blink_headers.gypi
diff --git a/third_party/WebKit/public/blink_headers.gypi b/third_party/WebKit/public/blink_headers.gypi
index 708b52a8c31b176373dfbaf5cebe307e55259699..50bff9afd703e0d9a648327a85d635e42c5fbf2e 100644
--- a/third_party/WebKit/public/blink_headers.gypi
+++ b/third_party/WebKit/public/blink_headers.gypi
@@ -312,6 +312,18 @@
"platform/modules/websockets/WebSocketHandleClient.h",
"platform/modules/websockets/WebSocketHandshakeRequestInfo.h",
"platform/modules/websockets/WebSocketHandshakeResponseInfo.h",
+ "platform/scheduler/base/task_queue.h",
+ "platform/scheduler/child/child_scheduler.h",
+ "platform/scheduler/child/compositor_worker_scheduler.h",
+ "platform/scheduler/child/single_thread_idle_task_runner.h",
+ "platform/scheduler/child/webthread_base.h",
+ "platform/scheduler/child/webthread_impl_for_worker_scheduler.h",
+ "platform/scheduler/child/worker_scheduler.h",
+ "platform/scheduler/renderer/render_widget_scheduling_state.h",
+ "platform/scheduler/renderer/renderer_scheduler.h",
+ "platform/scheduler/test/fake_renderer_scheduler.h",
+ "platform/scheduler/test/renderer_scheduler_test_support.h",
+ "platform/scheduler/utility/webthread_impl_for_utility_thread.h",
"web/WebAXEnums.h",
"web/WebAXObject.h",
"web/WebActiveWheelFlingParameters.h",
« no previous file with comments | « third_party/WebKit/Source/web/WebViewImpl.cpp ('k') | third_party/WebKit/public/platform/WebScheduler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698