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

Unified Diff: content/DEPS

Issue 1942353002: (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, 8 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 | « components/permissions/permission_status.mojom ('k') | content/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/DEPS
diff --git a/content/DEPS b/content/DEPS
index 3c3a18dc24c04be4cf3224b580383d7e1287439c..1bb0a821570a1d47ee6ad0010d369672873fd85e 100644
--- a/content/DEPS
+++ b/content/DEPS
@@ -1,7 +1,9 @@
# Do NOT add chrome to the list below. We shouldn't be including files
-# from src/chrome in src/content. Also, we may only depend on files in
-# src/components that are shared with the mojo html_viewer.
+# from src/chrome in src/content.
include_rules = [
+ # For permission mojo interfaces.
+ "+components/permissions",
+
# The subdirectories in content/ will manually allow their own include
# directories in content/ so we disallow all of them.
"-content",
@@ -110,6 +112,7 @@ include_rules = [
# For generated JNI includes.
"+jni",
+
]
# content -> content/shell dependency is not allowed, except for browser tests.
« no previous file with comments | « components/permissions/permission_status.mojom ('k') | content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698