summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_tests.gypi
diff options
context:
space:
mode:
authorphoglund@chromium.org <phoglund@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-23 13:27:49 +0000
committerphoglund@chromium.org <phoglund@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-23 13:27:49 +0000
commit707e480c59b4332dfc0b41a50ffcefecd1767344 (patch)
treebf123b4340d4fc501e4727a8d313a1600bac2712 /chrome/chrome_tests.gypi
parent3b27de93120882cd0ceb8b2369b3e8cf70f2df2e (diff)
downloadchromium_src-707e480c59b4332dfc0b41a50ffcefecd1767344.zip
chromium_src-707e480c59b4332dfc0b41a50ffcefecd1767344.tar.gz
chromium_src-707e480c59b4332dfc0b41a50ffcefecd1767344.tar.bz2
Re-landing https://codereview.chromium.org/18184004/.
This new attempt will not stop the test dead in its tracks if a sleep fails, just log a warning. I'll try this and keep an eye on the bot logs to see if it happens a lot. It's the best I can do for now until I figure out why the sleep fails every now and then. Original description: Fixed spinlocking poll method in WebRTC browser tests, fixed duplication. BUG=225698 R=tommi@chromium.org Review URL: https://codereview.chromium.org/19675011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213089 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r--chrome/chrome_tests.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 1412782..e16aecd 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1453,6 +1453,7 @@
'browser/media/chrome_media_stream_infobar_browsertest.cc',
'browser/media/chrome_webrtc_browsertest.cc',
'browser/media/chrome_webrtc_video_quality_browsertest.cc',
+ 'browser/media/webrtc_browsertest_common.cc',
'browser/media_galleries/fileapi/itunes_finder_win_browsertest.cc',
'browser/media_galleries/fileapi/media_file_validator_unittest.cc',
'browser/media_galleries/media_galleries_dialog_controller_mock.cc',