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

Unified Diff: Source/modules/modules.gypi

Issue 168763002: Add initial Screen Orientation API support: IDL changes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix remaining 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
« no previous file with comments | « Source/core/frame/Screen.idl ('k') | Source/modules/screen_orientation/ScreenOrientation.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 87a08a7a4033a171d05a9d6ae924ead8d4724986..ea9609f7cbead5db50912c157bdcb378bf923e99 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',
@@ -539,6 +540,8 @@
'quota/StorageUsageCallback.h',
'quota/WorkerNavigatorStorageQuota.cpp',
'quota/WorkerNavigatorStorageQuota.h',
+ 'screen_orientation/ScreenOrientation.cpp',
+ 'screen_orientation/ScreenOrientation.h',
'serviceworkers/InstallEvent.cpp',
'serviceworkers/InstallEvent.h',
'serviceworkers/InstallPhaseEvent.cpp',
« no previous file with comments | « Source/core/frame/Screen.idl ('k') | Source/modules/screen_orientation/ScreenOrientation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698