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

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: 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
« no previous file with comments | « ash/ash.gyp ('k') | ash/content/display/screen_orientation_delegate_chromeos.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/content/display/DEPS
diff --git a/ash/content/display/DEPS b/ash/content/display/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..42cea3cdb704c20aab03feefe28b6277273533c3
--- /dev/null
+++ b/ash/content/display/DEPS
@@ -0,0 +1,13 @@
+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",
+ "+third_party/WebKit/public/platform/WebScreenOrientationLockType.h",
+]
+
+specific_include_rules = {
+ ".*test\.cc": [
+ "+content/public/test/test_browser_context.h"
+ ],
+}
« no previous file with comments | « ash/ash.gyp ('k') | ash/content/display/screen_orientation_delegate_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698