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

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

Issue 2751513007: [Device Service] Eliminate content::ScreenOrientationObserver. (Closed)
Patch Set: Use DCHECK(!m_listener) in destructor Created 3 years, 9 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 863fe412e604317149a8a0177592f2048bba15c6..847d3fc0377e90893d988dc8ec11b536e24f1517 100644
--- a/third_party/WebKit/Source/modules/screen_orientation/BUILD.gn
+++ b/third_party/WebKit/Source/modules/screen_orientation/BUILD.gn
@@ -17,4 +17,9 @@ blink_modules_sources("screen_orientation") {
"ScreenScreenOrientation.cpp",
"ScreenScreenOrientation.h",
]
+ deps = [
+ "//device/screen_orientation/public/interfaces:interfaces_blink",
+ "//services/device/public/interfaces:constants_blink",
+ "//third_party/WebKit/Source/platform",
+ ]
}

Powered by Google App Engine
This is Rietveld 408576698