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

Unified Diff: third_party/WebKit/Source/modules/media_controls/BUILD.gn

Issue 2890423003: [Media controls] Integrate rotate-to-fullscreen with orientation lock (Closed)
Patch Set: #undef atan2,fmod Created 3 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: third_party/WebKit/Source/modules/media_controls/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/media_controls/BUILD.gn b/third_party/WebKit/Source/modules/media_controls/BUILD.gn
index 4c948869543604d52ec43bc4fec8d7c97b653df3..76d6b1f15976995caddc94d1774a8be252e14dab 100644
--- a/third_party/WebKit/Source/modules/media_controls/BUILD.gn
+++ b/third_party/WebKit/Source/modules/media_controls/BUILD.gn
@@ -55,4 +55,10 @@ blink_modules_sources("media_controls") {
"elements/MediaControlVolumeSliderElement.cpp",
"elements/MediaControlVolumeSliderElement.h",
]
+
+ deps = [
+ "//device/screen_orientation/public/interfaces:interfaces_blink",
+ "//services/device/public/interfaces:constants_blink",
+ "//services/service_manager/public/cpp",
+ ]
}

Powered by Google App Engine
This is Rietveld 408576698