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

Unified Diff: BUILD.gn

Issue 1677293002: Bye bye Mandoline (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moar Created 4 years, 10 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 | WATCHLISTS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 61cd4dd715a514a20840ebbd07b82d468c916a6b..35f0eb86bb2609c3bee673025ab55a9fe91067ca 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -613,9 +613,14 @@ group("mojo_apptests") {
if (is_win || is_linux) {
deps += [
- "//mandoline:tests",
+ "//components/clipboard:apptests",
+ "//components/filesystem:apptests",
+ "//components/mus/ws:tests",
+ "//components/resource_provider:apptests",
+ "//components/resource_provider:resource_provider_unittests",
"//mash/wm:tests",
"//media/mojo/services:tests",
+ "//sql/mojo:apptests",
"//ui/views/mus:tests",
]
}
@@ -630,10 +635,6 @@ group("gn_only") {
deps += [ "//mojo/common:mojo_common_perftests" ]
}
- if (!is_mac && !is_ios && !is_chromecast) {
- deps += [ "//mandoline:all" ]
- }
-
if (!is_android && !is_ios && !is_chromeos) {
deps += [ "//components/proximity_auth:proximity_auth_unittests" ]
}
@@ -642,6 +643,7 @@ group("gn_only") {
deps += [
":mojo_apptests",
"//mash:all",
+ "//mojo",
]
}
« no previous file with comments | « no previous file | WATCHLISTS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698