diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-13 03:35:35 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-13 03:35:35 +0000 |
commit | f0c9c12d83bfa960b2f447fc91761014c8fd7d08 (patch) | |
tree | d2fad2920878bb3bc8d4cf3718528ff1888cc30b | |
parent | 964528662c380f800e1876987d7f82be9ba4427b (diff) | |
download | chromium_src-f0c9c12d83bfa960b2f447fc91761014c8fd7d08.zip chromium_src-f0c9c12d83bfa960b2f447fc91761014c8fd7d08.tar.gz chromium_src-f0c9c12d83bfa960b2f447fc91761014c8fd7d08.tar.bz2 |
Aura: Move print_dialog_cloud_uitests back to browser_tests
This basically a revert of r112435 except that the test
remains active.
original CL: http://codereview.chromium.org/8735016
BUG=103497
TEST=browser_tests should stay green.
Review URL: http://codereview.chromium.org/8919024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114174 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/chrome_tests.gypi | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index ca12520..a98c1c1 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) @@ -2810,8 +2804,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'], ], }], ], |