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

Unified Diff: chrome/chrome_tests.gypi

Issue 715443002: Exclude BookmarkBarViewTest on official cros build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 6 years, 1 month 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/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 156ddd172a5e8a01bf80d5dbfe59b15882fb705e..d4ed4298ec3d06390b9c26b43e681350b0deda93 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1520,6 +1520,12 @@
'test/base/view_event_test_platform_part_ash.cc',
],
}],
+ ['chromeos==1 and branding=="Chrome"', {
+ 'sources!': [
+ # These tests are failing on official cros bots. crbug.com/431450.
+ 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc',
+ ],
+ }],
['OS=="win"', {
'include_dirs': [
'../third_party/wtl/include',
« 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