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

Unified Diff: mash/quick_launch/BUILD.gn

Issue 2645973006: [Service Manager] Get rid of dynamic service discovery (Closed)
Patch Set: . Created 3 years, 11 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 | « mash/example/BUILD.gn ('k') | mash/runner/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/quick_launch/BUILD.gn
diff --git a/mash/quick_launch/BUILD.gn b/mash/quick_launch/BUILD.gn
index 9e6b5b7d43a26f1a0b03723ecab2f4c4e13df114..bcb152bc51a34a6633d2fba9f174129212bdf8f8 100644
--- a/mash/quick_launch/BUILD.gn
+++ b/mash/quick_launch/BUILD.gn
@@ -39,10 +39,8 @@ service("quick_launch") {
"//ui/views/mus:for_mojo_application",
]
- resources = [ "$root_out_dir/views_mus_resources.pak" ]
-
data_deps = [
- ":manifest",
+ "//ui/views/mus:resources",
]
}
« no previous file with comments | « mash/example/BUILD.gn ('k') | mash/runner/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698