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

Unified Diff: blimp/client/core/contents/BUILD.gn

Issue 2620213004: Remove all blimp browsertests. (Closed)
Patch Set: Created 3 years, 11 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 | « blimp/client/core/compositor/BUILD.gn ('k') | blimp/client/core/context/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/core/contents/BUILD.gn
diff --git a/blimp/client/core/contents/BUILD.gn b/blimp/client/core/contents/BUILD.gn
index 270ba7055df45bdafe75e16bd6e41029e2d06846..15b807b7197e4b36a526e07dd4a6b9d3a0824ab6 100644
--- a/blimp/client/core/contents/BUILD.gn
+++ b/blimp/client/core/contents/BUILD.gn
@@ -8,10 +8,7 @@ if (is_android) {
}
source_set("contents") {
- visibility = [
- "//blimp/client/core/*",
- "//blimp/engine:browser_tests",
- ]
+ visibility = [ "//blimp/client/core/*" ]
sources = [
"blimp_contents_impl.cc",
@@ -85,10 +82,7 @@ source_set("contents") {
}
source_set("test_support") {
- visibility = [
- "//blimp/engine:browser_tests", # TODO(nyquist): Remove this. See crbug/653789.
- "//blimp/client/core/contents:unit_tests",
- ]
+ visibility = [ "//blimp/client/core/contents:unit_tests" ]
testonly = true
« no previous file with comments | « blimp/client/core/compositor/BUILD.gn ('k') | blimp/client/core/context/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698