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

Unified Diff: Source/platform/blink_platform.gypi

Issue 364873002: Introduce a basic Blink Scheduler (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Cleaned up includes + build fix. Created 6 years, 5 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
Index: Source/platform/blink_platform.gypi
diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
index 614f9140763a571f8d6c62eeba52ac939c7efedc..a865a91440cecaddd1b203c822c6cc424a834e53 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -299,6 +299,7 @@
'exported/WebRTCStatsRequest.cpp',
'exported/WebRTCStatsResponse.cpp',
'exported/WebRTCVoidRequest.cpp',
+ 'exported/WebSchedulerProxy.cpp',
'exported/WebScrollbarImpl.cpp',
'exported/WebScrollbarImpl.h',
'exported/WebScrollbarThemeClientImpl.cpp',
@@ -745,6 +746,8 @@
'plugins/PluginData.h',
'plugins/PluginListBuilder.cpp',
'plugins/PluginListBuilder.h',
+ 'scheduler/Scheduler.cpp',
+ 'scheduler/Scheduler.h',
'scroll/FramelessScrollView.cpp',
'scroll/FramelessScrollView.h',
'scroll/FramelessScrollViewClient.h',
@@ -923,6 +926,7 @@
'image-decoders/ImageDecoderTest.cpp',
'mac/ScrollElasticityControllerTest.mm',
'network/HTTPParsersTest.cpp',
+ 'scheduler/SchedulerTest.cpp',
'testing/ArenaTestHelpers.h',
'testing/TreeTestHelpers.cpp',
'testing/TreeTestHelpers.h',

Powered by Google App Engine
This is Rietveld 408576698