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

Unified Diff: components/mus/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 | « components/filesystem/public/interfaces/directory.mojom ('k') | components/mus/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/BUILD.gn
diff --git a/components/mus/BUILD.gn b/components/mus/BUILD.gn
index 7cb1d75a30530d7f98037434111fb2316b8f2334..8c1d793b9b52354fb4bb23a244a8aae8e7d1e6ea 100644
--- a/components/mus/BUILD.gn
+++ b/components/mus/BUILD.gn
@@ -81,8 +81,8 @@ source_set("lib") {
"//components/mus/surfaces",
"//components/mus/ws:lib",
"//components/mus/ws:test_interface",
- "//components/resource_provider/public/cpp",
"//mojo/common:common_base",
+ "//services/catalog/public/cpp",
"//services/shell/public/cpp",
"//services/tracing/public/cpp",
"//ui/events",
@@ -92,10 +92,6 @@ source_set("lib") {
"//ui/platform_window:platform_window",
]
- data_deps = [
- "//components/resource_provider",
- ]
-
if (use_x11) {
public_configs = [ "//build/config/linux:x11" ]
public_deps += [ "//ui/events/platform/x11" ]
« no previous file with comments | « components/filesystem/public/interfaces/directory.mojom ('k') | components/mus/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698