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

Unified Diff: services/catalog/BUILD.gn

Issue 1942473002: Eliminate mojo:resource_provider (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/common/BUILD.gn ('k') | services/catalog/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/catalog/BUILD.gn
diff --git a/services/catalog/BUILD.gn b/services/catalog/BUILD.gn
index f19696bcb61fd3ba0891be42644deb3a0c7f7f84..43a65e4d879ba5d433b9858488b79e1f9b6fd4f6 100644
--- a/services/catalog/BUILD.gn
+++ b/services/catalog/BUILD.gn
@@ -33,10 +33,16 @@ source_set("lib") {
deps = [
"//base",
+ "//components/filesystem:lib",
"//services/catalog/public/interfaces",
"//services/shell/public/cpp",
]
+ public_deps = [
+ # directory.mojom.h is #included by catalog.h
+ "//components/filesystem/public/interfaces",
+ ]
+
data_deps = [
":manifest",
]
« no previous file with comments | « content/common/BUILD.gn ('k') | services/catalog/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698