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

Unified Diff: chrome/app/mash/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 | « ash/mus/sysui_application.cc ('k') | chrome/app/mash/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/mash/BUILD.gn
diff --git a/chrome/app/mash/BUILD.gn b/chrome/app/mash/BUILD.gn
index f305b66bd1650aecb94d965f498b896c1533b796..4dc43ff58e3df28c46d715eba318eb1e6ec2a567 100644
--- a/chrome/app/mash/BUILD.gn
+++ b/chrome/app/mash/BUILD.gn
@@ -14,7 +14,6 @@ source_set("mash") {
"//ash/resources",
"//base:i18n",
"//components/mus:lib",
- "//components/resource_provider:lib",
"//content/public/common",
"//mash/browser_driver:lib",
"//mash/quick_launch:lib",
@@ -46,7 +45,6 @@ mojo_application_manifest("manifest") {
deps = [
"//ash/mus:manifest",
"//components/mus:manifest",
- "//components/resource_provider:manifest",
"//mash/browser_driver:manifest",
"//mash/quick_launch:manifest",
"//mash/session:manifest",
@@ -60,7 +58,6 @@ mojo_application_manifest("manifest") {
"mash_session",
"mus",
"quick_launch",
- "resource_provider",
"task_viewer",
]
« no previous file with comments | « ash/mus/sysui_application.cc ('k') | chrome/app/mash/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698