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

Unified Diff: ui/views/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 | « testing/buildbot/gn_isolate_map.pyl ('k') | ui/views/mus/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/BUILD.gn
diff --git a/ui/views/mus/BUILD.gn b/ui/views/mus/BUILD.gn
index 0791a6c8aea790444dd43ee3e664008be541b75f..be7ff55b7294b89cad3225f5702fe5d8a94cd2d2 100644
--- a/ui/views/mus/BUILD.gn
+++ b/ui/views/mus/BUILD.gn
@@ -58,8 +58,6 @@ component("mus") {
"//components/mus/gles2:lib",
"//components/mus/public/cpp",
"//components/mus/public/interfaces",
- "//components/resource_provider/public/cpp",
- "//components/resource_provider/public/interfaces",
"//mojo/converters/geometry",
"//mojo/converters/ime",
"//mojo/converters/input_events",
@@ -67,6 +65,7 @@ component("mus") {
"//mojo/platform_handle:for_component",
"//mojo/public/c/system:for_component",
"//mojo/public/cpp/bindings",
+ "//services/catalog/public/cpp",
"//services/shell/public/cpp",
"//services/shell/public/interfaces",
"//skia",
@@ -86,13 +85,11 @@ component("mus") {
"//ui/wm",
]
- data_deps = [
- "//components/resource_provider",
- ]
-
if (is_linux && !is_android) {
deps += [ "//components/font_service/public/cpp" ]
- data_deps += [ "//components/font_service" ]
+ data_deps = [
+ "//components/font_service",
+ ]
}
}
« no previous file with comments | « testing/buildbot/gn_isolate_map.pyl ('k') | ui/views/mus/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698