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

Unified Diff: Source/modules/modules.gypi

Issue 283423005: Use Promises for screen.lockOrientation(). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 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 e08b7e580acd281664ef409802c8975e8ecc34e1..cd4b69325b2745e5a6a1445e12505cdfbb50a10a 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -607,6 +607,8 @@
'quota/StorageUsageCallback.h',
'quota/WorkerNavigatorStorageQuota.cpp',
'quota/WorkerNavigatorStorageQuota.h',
+ 'screen_orientation/LockOrientationCallback.cpp',
+ 'screen_orientation/LockOrientationCallback.h',
'screen_orientation/ScreenOrientation.cpp',
'screen_orientation/ScreenOrientation.h',
'screen_orientation/ScreenOrientationController.cpp',

Powered by Google App Engine
This is Rietveld 408576698