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

Unified Diff: Source/modules/modules.gypi

Issue 132113006: Add initial Blink-side support for the Screen Orientation API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update compile-time assertion for matching enum 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 74e5df0275aeac168cb55a81f76931fdf71e695a..26a78e125604a11237c057afd0f9126b8d16a0c3 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -205,6 +205,7 @@
'quota/NavigatorStorageQuota.idl',
'quota/WindowQuota.idl',
'quota/WorkerNavigatorStorageQuota.idl',
+ 'screen_orientation/ScreenOrientation.idl',
'serviceworkers/NavigatorServiceWorker.idl',
'speech/WindowSpeechSynthesis.idl',
'vibration/NavigatorVibration.idl',
@@ -536,6 +537,11 @@
'quota/StorageUsageCallback.h',
'quota/WorkerNavigatorStorageQuota.cpp',
'quota/WorkerNavigatorStorageQuota.h',
+ 'screen_orientation/ScreenOrientation.cpp',
+ 'screen_orientation/ScreenOrientation.h',
+ 'screen_orientation/ScreenOrientationClient.h',
+ 'screen_orientation/ScreenOrientationController.cpp',
+ 'screen_orientation/ScreenOrientationController.h',
'serviceworkers/InstallEvent.cpp',
'serviceworkers/InstallEvent.h',
'serviceworkers/InstallPhaseEvent.cpp',
@@ -818,6 +824,7 @@
# 'partial interface' or target (right side of) 'implements'
'modules_testing_dependency_idl_files' : [
'geolocation/testing/InternalsGeolocation.idl',
+ 'screen_orientation/testing/InternalsScreenOrientation.idl',
'speech/testing/InternalsSpeechSynthesis.idl',
'vibration/testing/InternalsVibration.idl',
],
@@ -826,6 +833,10 @@
'geolocation/testing/InternalsGeolocation.h',
'geolocation/testing/GeolocationClientMock.h',
'geolocation/testing/GeolocationClientMock.cpp',
+ 'screen_orientation/testing/InternalsScreenOrientation.cpp',
+ 'screen_orientation/testing/InternalsScreenOrientation.h',
+ 'screen_orientation/testing/ScreenOrientationClientMock.cpp',
+ 'screen_orientation/testing/ScreenOrientationClientMock.h',
'speech/testing/InternalsSpeechSynthesis.cpp',
'speech/testing/InternalsSpeechSynthesis.h',
'speech/testing/PlatformSpeechSynthesizerMock.cpp',

Powered by Google App Engine
This is Rietveld 408576698