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

Unified Diff: mash/BUILD.gn

Issue 2901613002: Remove navigation_service_unittests, along with the service itself. (Closed)
Patch Set: Fix isolate files? Created 3 years, 7 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 | « content/shell/browser/shell_content_browser_client.cc ('k') | mash/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/BUILD.gn
diff --git a/mash/BUILD.gn b/mash/BUILD.gn
index 4d680c213a4f1df5fba8d1e25da373e7b8e9f18e..c4fc6dbda9efb0da16866e4421a79be099a88e4a 100644
--- a/mash/BUILD.gn
+++ b/mash/BUILD.gn
@@ -98,16 +98,6 @@ copy("mash_catalog") {
]
}
-group("browser") {
- testonly = true
-
- deps = [
- ":all",
- "//mash/browser",
- "//mash/webtest",
- ]
-}
-
if (is_chromeos) {
# TODO(jamescook): Move these tests into //ash/mus.
test("mash_unittests") {
« no previous file with comments | « content/shell/browser/shell_content_browser_client.cc ('k') | mash/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698