Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1563)

Unified Diff: Tools/Scripts/webkitpy/layout_tests/breakpad/dump_reader_multipart.py

Issue 146913007: Update breakpad to refer to libtest_netscape_plugin.so (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: It's libtest_netscape_plugin.so.. Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/Scripts/webkitpy/layout_tests/breakpad/dump_reader_multipart.py
diff --git a/Tools/Scripts/webkitpy/layout_tests/breakpad/dump_reader_multipart.py b/Tools/Scripts/webkitpy/layout_tests/breakpad/dump_reader_multipart.py
index b817f4fe21203bdc771124b006ecc968dda9a8e1..a94a7a50f5aef61798c0cc4301bf93b188d07eb4 100644
--- a/Tools/Scripts/webkitpy/layout_tests/breakpad/dump_reader_multipart.py
+++ b/Tools/Scripts/webkitpy/layout_tests/breakpad/dump_reader_multipart.py
@@ -159,7 +159,7 @@ class DumpReaderLinux(DumpReaderMultipart):
"""Linux breakpad dump reader."""
def _binaries_to_symbolize(self):
- return ['content_shell', 'libTestNetscapePlugIn.so', 'libffmpegsumo.so', 'libosmesa.so']
+ return ['content_shell', 'libtest_netscape_plugin.so', 'libffmpegsumo.so', 'libosmesa.so']
def _file_extension(self):
return 'dmp'
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698