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

Unified Diff: components/permissions/BUILD.gn

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.gypi ('k') | components/permissions/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/permissions/BUILD.gn
diff --git a/mash/login/public/interfaces/BUILD.gn b/components/permissions/BUILD.gn
similarity index 74%
copy from mash/login/public/interfaces/BUILD.gn
copy to components/permissions/BUILD.gn
index 0ea747bed9d6fc0885a76c7384146db4f70fe0a2..bd260228a53fb175af56c1c037eeead75a3510f0 100644
--- a/mash/login/public/interfaces/BUILD.gn
+++ b/components/permissions/BUILD.gn
@@ -4,8 +4,9 @@
import("//mojo/public/tools/bindings/mojom.gni")
-mojom("interfaces") {
+mojom("permissions") {
sources = [
- "login.mojom",
+ "permission.mojom",
+ "permission_status.mojom",
]
}
« no previous file with comments | « components/permissions.gypi ('k') | components/permissions/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698