Index: content/browser/DEPS |
diff --git a/content/browser/DEPS b/content/browser/DEPS |
index 16537a92bf94f77ae289f22d1e373f3f3a45b952..b15ecda484a9f212f1f817ae7cd8492f1900e755 100644 |
--- a/content/browser/DEPS |
+++ b/content/browser/DEPS |
@@ -1,11 +1,11 @@ |
include_rules = [ |
- # Allow inclusion of specific components that we depend on. We may only |
- # depend on components which we share with the mojo html_viewer. |
+ # Allow inclusion of specific components that we depend on. |
"+components/filesystem", |
"+components/leveldb", |
"+components/mime_util", |
"+components/mus/public/interfaces", |
"+components/mus/public", |
+ "+components/permission", |
"+components/profile_service", |
"+components/scheduler/common", |
"+components/tracing", |
@@ -71,8 +71,6 @@ include_rules = [ |
"+third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h", |
"+third_party/WebKit/public/platform/modules/notifications/WebNotificationConstants.h", |
"+third_party/WebKit/public/platform/modules/notifications/notification.mojom.h", |
- "+third_party/WebKit/public/platform/modules/permissions/permission.mojom.h", |
- "+third_party/WebKit/public/platform/modules/permissions/permission_status.mojom.h", |
"+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionStatus.h", |
"+third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrientationError.h", |
"+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationLockType.h", |