diff options
author | imcheng@chromium.org <imcheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-16 21:03:09 +0000 |
---|---|---|
committer | imcheng@chromium.org <imcheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-16 21:03:09 +0000 |
commit | 3a089b0d08b4c0fbb5065de368c83b63bfd4cfe3 (patch) | |
tree | a888bfdab2c45a0266b2632d882b3d55ecfea8ba /chrome/chrome_tests.gypi | |
parent | 69f675f8f198c8b5c3c4aae4180fc88434cb89dd (diff) | |
download | chromium_src-3a089b0d08b4c0fbb5065de368c83b63bfd4cfe3.zip chromium_src-3a089b0d08b4c0fbb5065de368c83b63bfd4cfe3.tar.gz chromium_src-3a089b0d08b4c0fbb5065de368c83b63bfd4cfe3.tar.bz2 |
Second try of http://codereview.chromium.org/3322009 since it got reverted.
Added a media UI test case for fullscreen video implementation for Windows (which is not committed yet). However, it is currently disabled until the webkit patches are here.
Also changed the other cases in media_uitest.cc to stop using Sleep() in test code. Instead, NotificationObserver and NotificationRegistrar are used.
Thirdly, moved media_uitest.cc from ui_tests to interactive_ui_tests.
TEST=ui_tests, interactive_ui_tests
BUG=54838
Review URL: http://codereview.chromium.org/3407003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59715 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r-- | chrome/chrome_tests.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index 725d730..94e1665 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -311,7 +311,6 @@ 'browser/in_process_webkit/dom_storage_uitest.cc', 'browser/locale_tests_uitest.cc', 'browser/login_prompt_uitest.cc', - 'browser/media_uitest.cc', 'browser/metrics/metrics_service_uitest.cc', 'browser/prefs/pref_service_uitest.cc', 'browser/printing/printing_layout_uitest.cc', |