Commit 8dd13428 authored by Xianzhu Wang's avatar Xianzhu Wang Committed by Commit Bot

Update gdb_chrome.py for the new location of blink's gdb helper

Bug: 829697
Change-Id: Id67192084d36f8a730d05c9e0213893c7776ae6f
Reviewed-on: https://chromium-review.googlesource.com/1026194Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#553198}
parent 86bc6310
......@@ -30,9 +30,9 @@ import sys
sys.path.insert(0, os.path.join(
os.path.dirname(os.path.abspath(__file__)),
'..', '..', 'third_party', 'WebKit', 'Tools', 'gdb'))
'..', '..', 'third_party', 'blink', 'tools', 'gdb'))
try:
import webkit
import blink
finally:
sys.path.pop(0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment