Index: chrome/test/functional/stress.py |
diff --git a/chrome/test/functional/stress.py b/chrome/test/functional/stress.py |
index f9a4ffe5a6dc257728befd0ab054a4a45d64bd5e..f3de2fd126bae55a8db17b6cf66847ce31a10cca 100755 |
--- a/chrome/test/functional/stress.py |
+++ b/chrome/test/functional/stress.py |
@@ -107,6 +107,7 @@ class StressTest(pyauto.PyUITest): |
'crash_inspector', |
'crash_report_sender', |
'ffmpegsumo.so', |
+ 'libexif.dylib', |
'libplugin_carbon_interpose.dylib']) |
index = 0 |
symbol_files = ['%s-%s-i386.breakpad' % (sym_file, self.chrome_version) \ |