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

Unified Diff: Source/modules/modules.gypi

Issue 419643008: Make Screen Orientation use Platform Events in order to handle polling. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@platform_events
Patch Set: rebase 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
« no previous file with comments | « no previous file | Source/modules/screen_orientation/ScreenOrientationController.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index b5e39710ec719ad89128531dff1b37456b7e8a73..7b7ead498c551b3a6c38526b84a110ac2fd9f7d9 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -652,6 +652,8 @@
'screen_orientation/ScreenOrientation.h',
'screen_orientation/ScreenOrientationController.cpp',
'screen_orientation/ScreenOrientationController.h',
+ 'screen_orientation/ScreenOrientationDispatcher.cpp',
+ 'screen_orientation/ScreenOrientationDispatcher.h',
'serviceworkers/CacheStorage.cpp',
'serviceworkers/CacheStorage.h',
'serviceworkers/Client.cpp',
« no previous file with comments | « no previous file | Source/modules/screen_orientation/ScreenOrientationController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698