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

Unified Diff: components/mus/BUILD.gn

Issue 1773343002: Adds views_mus_unittests to the linux bot (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: app resources to data_deps Created 4 years, 9 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 | « no previous file | mojo/public/mojo_application.gni » ('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 0f54042936364955d7cb57fe7f6ed901de67a4fb..f8e2972acb0ea109ef8babd1b19e4b2c3308c62c 100644
--- a/components/mus/BUILD.gn
+++ b/components/mus/BUILD.gn
@@ -82,9 +82,6 @@ source_set("lib") {
"//components/mus/common:mus_common",
]
deps = [
- ":resources_100",
- ":resources_200",
- ":resources_strings",
"//base",
"//cc",
"//cc/surfaces",
@@ -103,6 +100,9 @@ source_set("lib") {
]
data_deps = [
+ ":resources_100",
+ ":resources_200",
+ ":resources_strings",
"//components/resource_provider",
]
« no previous file with comments | « no previous file | mojo/public/mojo_application.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698