Index: chrome/chrome_tests.gypi |
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi |
index 17938362ab67af647410f3188c89cba45823bb57..461ebbafbfe83b652f65139b7fd89f28034ecd4a 100644 |
--- a/chrome/chrome_tests.gypi |
+++ b/chrome/chrome_tests.gypi |
@@ -581,12 +581,6 @@ |
'../build/linux/system.gyp:ssl', |
], |
}], |
- # For troubleshooting crbug.com/103497. |
- ['chromeos==1 and use_aura==1', { |
- 'sources': [ |
- 'browser/printing/print_dialog_cloud_uitest.cc', |
- ], |
- }], |
['toolkit_uses_gtk == 1 and toolkit_views == 0', { |
'sources!': [ |
# TODO(port) |
@@ -2811,8 +2805,6 @@ |
['exclude', '^browser/chromeos/notifications/'], |
['exclude', '^browser/chromeos/panels/panel_browsertest.cc'], |
['exclude', '^browser/ui/views/status_icons/status_tray_chromeos_browsertest.cc'], |
- # For troubleshooting crbug.com/103497. |
- ['exclude', '^browser/printing/print_dialog_cloud_uitest.cc'], |
], |
}], |
], |