| 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',
|
|
|