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

Unified Diff: third_party/WebKit/Source/modules/screen_orientation/DEPS

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/DEPS
diff --git a/third_party/WebKit/Source/modules/screen_orientation/DEPS b/third_party/WebKit/Source/modules/screen_orientation/DEPS
index 19102dcf380861436f7d1fcc66ea95348adf1ed5..ea25f9dd27c3a7e00d112e74d1e811afb8e9b47c 100644
--- a/third_party/WebKit/Source/modules/screen_orientation/DEPS
+++ b/third_party/WebKit/Source/modules/screen_orientation/DEPS
@@ -1,11 +1,13 @@
include_rules = [
"+bindings",
"+core",
+ "+device/screen_orientation/public/interfaces/screen_orientation.mojom-blink.h",
"-modules",
"+modules/EventTargetModules.h",
"+modules/ModulesExport.h",
"+modules/screen_orientation",
"+platform",
"+public/platform",
+ "+services/device/public/interfaces/constants.mojom-blink.h",
"-web",
]

Powered by Google App Engine
This is Rietveld 408576698