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

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

Issue 2702103002: [ScreenOrientation] De-associate device.mojom.ScreenOrientation from legacy IPC channel.
Patch Set: Synchronize response of lock success with legacy IPC ViewMsg_Resize. Created 3 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: third_party/WebKit/Source/modules/screen_orientation/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/screen_orientation/BUILD.gn b/third_party/WebKit/Source/modules/screen_orientation/BUILD.gn
index c4401f276d0bfa82f2853c0c4ffae2d3cfe848d1..39bf6d609d2503b557a89f96954bb009e56a95f6 100644
--- a/third_party/WebKit/Source/modules/screen_orientation/BUILD.gn
+++ b/third_party/WebKit/Source/modules/screen_orientation/BUILD.gn
@@ -15,4 +15,8 @@ blink_modules_sources("screen_orientation") {
"ScreenScreenOrientation.cpp",
"ScreenScreenOrientation.h",
]
+
+ deps = [
+ "//device/screen_orientation/public/interfaces:interfaces_blink",
+ ]
}

Powered by Google App Engine
This is Rietveld 408576698