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

Unified Diff: content/content_renderer.gypi

Issue 1058873010: Move blink scheduler implementation into a component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates Created 5 years, 8 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 | « content/content_child.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_renderer.gypi
diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi
index 0ae7fbba857d01df588fa1c751a1cec80df74d78..fb2a7cf2bd1a524b9606cb703d0c9206e61df869 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -8,6 +8,7 @@
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'../cc/cc.gyp:cc',
'../cc/blink/cc_blink.gyp:cc_blink',
+ '../components/scheduler/scheduler.gyp:scheduler',
'../device/battery/battery.gyp:device_battery',
'../device/battery/battery.gyp:device_battery_mojo_bindings',
'../device/vibration/vibration.gyp:device_vibration',
@@ -371,18 +372,8 @@
'renderer/sad_plugin.h',
'renderer/savable_resources.cc',
'renderer/savable_resources.h',
- 'renderer/scheduler/deadline_task_runner.cc',
- 'renderer/scheduler/deadline_task_runner.h',
- 'renderer/scheduler/null_renderer_scheduler.cc',
- 'renderer/scheduler/null_renderer_scheduler.h',
- 'renderer/scheduler/renderer_scheduler.cc',
- 'renderer/scheduler/renderer_scheduler.h',
- 'renderer/scheduler/renderer_scheduler_impl.cc',
- 'renderer/scheduler/renderer_scheduler_impl.h',
'renderer/scheduler/resource_dispatch_throttler.cc',
'renderer/scheduler/resource_dispatch_throttler.h',
- 'renderer/scheduler/webthread_impl_for_renderer_scheduler.cc',
- 'renderer/scheduler/webthread_impl_for_renderer_scheduler.h',
'renderer/screen_orientation/screen_orientation_dispatcher.cc',
'renderer/screen_orientation/screen_orientation_dispatcher.h',
'renderer/screen_orientation/screen_orientation_observer.cc',
« no previous file with comments | « content/content_child.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698