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

Unified Diff: ash/display/DEPS

Issue 648733003: Implement ScreenOrientationDelegate on ChromeOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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: ash/display/DEPS
diff --git a/ash/display/DEPS b/ash/display/DEPS
index e297607100192618bc7293491d2f976da3852a82..f828f291f4d861665bf61b28364070db47fb51d3 100644
--- a/ash/display/DEPS
+++ b/ash/display/DEPS
@@ -1,4 +1,10 @@
include_rules = [
"+ash/host",
+ "+content/public/browser/screen_orientation_delegate.h",
+ "+content/public/browser/screen_orientation_provider.h",
+ "+content/public/browser/browser_context.h",
+ "+content/public/browser/web_contents.h",
+ "+content/public/test/test_browser_context.h",
+ "+third_party/WebKit/public/platform/WebScreenOrientationLockType.h",
]
-
+

Powered by Google App Engine
This is Rietveld 408576698