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

Unified Diff: chrome/test/BUILD.gn

Issue 2880613003: Enable BookmarkBarViewTest on official bots. (Closed)
Patch Set: 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 | « no previous file | 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 fe4b3902e67f5a759ee0128658d2cfb74dcde664..a24175d862c7c13f1e278ecba35c715d7f213bbd 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -669,13 +669,6 @@ if (!is_android) {
data_deps += [ "//components/nacl/loader:helper_nonsfi" ]
}
}
-
- if (is_chrome_branded) {
- sources -= [
- # These tests are failing on official cros bots. crbug.com/431450.
- "../browser/ui/views/bookmarks/bookmark_bar_view_test.cc",
- ]
- }
} else { # ! is_chromeos
# Non-ChromeOS notifications tests (ChromeOS does not use cross-platform
# panels).
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698