summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjochen <jochen@chromium.org>2015-10-01 01:12:22 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-01 08:13:01 +0000
commit14610b01a51c3bee7095bfa4291ff99d07b210c2 (patch)
treec75aa38f50bc9eeb0f9284722eb1aa82b77fbd83
parentaa7da76f3c4d550cb58b7a221d8679907111fc54 (diff)
downloadchromium_src-14610b01a51c3bee7095bfa4291ff99d07b210c2.zip
chromium_src-14610b01a51c3bee7095bfa4291ff99d07b210c2.tar.gz
chromium_src-14610b01a51c3bee7095bfa4291ff99d07b210c2.tar.bz2
Update path to crash component in integration test script
BUG=none R=blundell@chromium.org Review URL: https://codereview.chromium.org/1379083003 Cr-Commit-Position: refs/heads/master@{#351750}
-rwxr-xr-xcontent/shell/tools/breakpad_integration_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/shell/tools/breakpad_integration_test.py b/content/shell/tools/breakpad_integration_test.py
index 1e5d4ba..7e16ffd 100755
--- a/content/shell/tools/breakpad_integration_test.py
+++ b/content/shell/tools/breakpad_integration_test.py
@@ -58,7 +58,7 @@ def main():
print "# Generate symbols."
breakpad_tools_dir = os.path.join(
os.path.dirname(__file__), '..', '..', '..',
- 'components', 'crash', 'tools')
+ 'components', 'crash', 'content', 'tools')
generate_symbols = os.path.join(
breakpad_tools_dir, 'generate_breakpad_symbols.py')
symbols_dir = os.path.join(crash_dir, 'symbols')