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

Unified Diff: Source/modules/modules.gypi

Issue 169403006: Screen Orientation API: screen.orientation & orientationchange event (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix nits Created 6 years, 10 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/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index ea9609f7cbead5db50912c157bdcb378bf923e99..d2afc243ce4b2f6c5ce73a2b0464cdf88d271d11 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -542,6 +542,10 @@
'quota/WorkerNavigatorStorageQuota.h',
'screen_orientation/ScreenOrientation.cpp',
'screen_orientation/ScreenOrientation.h',
+ 'screen_orientation/ScreenOrientationController.cpp',
+ 'screen_orientation/ScreenOrientationController.h',
+ 'screen_orientation/ScreenOrientationDispatcher.cpp',
+ 'screen_orientation/ScreenOrientationDispatcher.h',
'serviceworkers/InstallEvent.cpp',
'serviceworkers/InstallEvent.h',
'serviceworkers/InstallPhaseEvent.cpp',

Powered by Google App Engine
This is Rietveld 408576698