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

Unified Diff: content/browser/DEPS

Issue 1943963004: Revert of (reland) Move permission.mojom from WebKit/public/platform/ to components/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/browser/background_sync/background_sync_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/DEPS
diff --git a/content/browser/DEPS b/content/browser/DEPS
index b15ecda484a9f212f1f817ae7cd8492f1900e755..16537a92bf94f77ae289f22d1e373f3f3a45b952 100644
--- a/content/browser/DEPS
+++ b/content/browser/DEPS
@@ -1,11 +1,11 @@
include_rules = [
- # Allow inclusion of specific components that we depend on.
+ # Allow inclusion of specific components that we depend on. We may only
+ # depend on components which we share with the mojo html_viewer.
"+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,6 +71,8 @@
"+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",
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/browser/background_sync/background_sync_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698