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

Unified Diff: components/resource_provider/public/interfaces/BUILD.gn

Issue 1139123006: Fork the mojo shell interfaces used by Mandoline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 5 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
Index: components/resource_provider/public/interfaces/BUILD.gn
diff --git a/components/resource_provider/public/interfaces/BUILD.gn b/components/resource_provider/public/interfaces/BUILD.gn
index 7bf8e85c27f753d12ba66d0f529771382323b3d4..d3cb620c19d92b6b95cdfa7cf35267ce0a65438a 100644
--- a/components/resource_provider/public/interfaces/BUILD.gn
+++ b/components/resource_provider/public/interfaces/BUILD.gn
@@ -10,5 +10,7 @@ mojom("interfaces") {
"resource_provider.mojom",
]
- mojo_sdk_deps = [ "mojo/public/interfaces/application" ]
+ deps = [
+ "//mojo/application/public/interfaces",
+ ]
}

Powered by Google App Engine
This is Rietveld 408576698