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

Unified Diff: ash/content/display/DEPS

Issue 648733003: Implement ScreenOrientationDelegate on ChromeOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move ash code into ash/content Created 6 years, 1 month 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/content/display/DEPS
diff --git a/ash/content/display/DEPS b/ash/content/display/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..8131a962face30fa5ed007b140504312384bb5fb
--- /dev/null
+++ b/ash/content/display/DEPS
@@ -0,0 +1,9 @@
+include_rules = [
+ "+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",
oshima 2014/11/12 00:17:31 nit: you can just add "content/public/browser" us
jonross 2014/11/12 00:56:32 Done.
+ "+content/public/test/test_browser_context.h",
+ "+third_party/WebKit/public/platform/WebScreenOrientationLockType.h",
+]
+

Powered by Google App Engine
This is Rietveld 408576698