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

Unified Diff: chrome/test/BUILD.gn

Issue 1876493002: Makes browser_tests depend upon mojo manifests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/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 6619b882086886336ade8070dceff46fffdb316b..510cda06199a356c80c4e2d94d0d23dbcff2e772 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1338,7 +1338,10 @@ if (!is_android) {
"//mojo/shell/background/tests:test_support",
]
- data_deps += [ "//mash/session" ]
+ data_deps += [
+ "//chrome/app:mojo_manifests",
+ "//mash/session",
+ ]
defines += [ "MOJO_SHELL_CLIENT" ]
}
« no previous file with comments | « chrome/app/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698