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

Unified Diff: content/public/browser/DEPS

Issue 2564653003: [DeviceService] Move screen_orientation.mojom from //content to //device. (Closed)
Patch Set: Move screen_orientation_lock_types.mojom from blink into //device Created 4 years 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: content/public/browser/DEPS
diff --git a/content/public/browser/DEPS b/content/public/browser/DEPS
index ba7ab501b007d2a3f8261a15d0f4f60e4e03c3f7..172c6e02cd061cbed2d172f747d6b267291f7b27 100644
--- a/content/public/browser/DEPS
+++ b/content/public/browser/DEPS
@@ -1,3 +1,7 @@
+include_rules = [
+ "+device/screen_orientation/public/interfaces",
kinuko 2016/12/12 14:44:08 I assume these new deps in content are going to be
leonhsl(Using Gerrit) 2016/12/13 02:34:57 Yeah that's correct, finally all screen_orientatio
+]
+
specific_include_rules = {
".*\.cc": [
"+content/browser",

Powered by Google App Engine
This is Rietveld 408576698