Commit eb7a9081 authored by oshima@chromium.org's avatar oshima@chromium.org

Revert r114174 "Aura: Move print_dialog_cloud_uitests back to browser_tests"

This reverts commit f0c9c12d.

TBR=thestig@chromium.org
BUG=103497
TEST=none

Review URL: http://codereview.chromium.org/8929004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114185 0039d316-1c4b-4281-b951-d872f2087c98
parent 0ba0d512
...@@ -581,6 +581,12 @@ ...@@ -581,6 +581,12 @@
'../build/linux/system.gyp:ssl', '../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', { ['toolkit_uses_gtk == 1 and toolkit_views == 0', {
'sources!': [ 'sources!': [
# TODO(port) # TODO(port)
...@@ -2804,6 +2810,8 @@ ...@@ -2804,6 +2810,8 @@
['exclude', '^browser/chromeos/notifications/'], ['exclude', '^browser/chromeos/notifications/'],
['exclude', '^browser/chromeos/panels/panel_browsertest.cc'], ['exclude', '^browser/chromeos/panels/panel_browsertest.cc'],
['exclude', '^browser/ui/views/status_icons/status_tray_chromeos_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'],
], ],
}], }],
], ],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment