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

Unified Diff: chrome/test/BUILD.gn

Issue 2832943003: Fixs catalogs for mash/mus (Closed)
Patch Set: Created 3 years, 8 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 | « chrome/app/mash/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 709f02972bbde1c6465e6be2b08468d27cbbe0b6..8e54d5edb58e330a3a7a9d49d7b2a37f6377b3bd 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -5177,7 +5177,7 @@ if (is_chromeos && enable_package_mash_services) {
testonly = true
embedded_services = [ ":mash_browser_tests_manifest" ]
standalone_services = [ "//services/tracing:manifest" ]
- catalog_deps = [ "//chrome/app:catalog_for_mus" ]
+ catalog_deps = [ "//chrome/app:catalog_for_mash" ]
}
copy("mash_browser_tests_catalog_copy") {
@@ -5217,7 +5217,7 @@ if (is_chromeos && enable_package_mash_services) {
testonly = true
embedded_services = [ ":mus_browser_tests_manifest" ]
standalone_services = [ "//services/tracing:manifest" ]
- catalog_deps = [ "//chrome/app:catalog_for_mus" ]
+ catalog_deps = [ "//chrome/app:catalog" ]
}
copy("mus_browser_tests_catalog_copy") {
« no previous file with comments | « chrome/app/mash/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698