aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorHenrik Kjellander <kjellander@google.com>2015-11-05 16:42:27 +0100
committerHenrik Kjellander <kjellander@google.com>2015-11-05 15:42:55 +0000
commit4de30ac99a251fc6d7a18f3b275e615854875bab (patch)
tree51c2d41c0ae154fcfb3ce82234aaa66aa17f4039 /tools
parent93a2febe737a5bfc25f3e9d443764e57de259d39 (diff)
downloadwebrtc-4de30ac99a251fc6d7a18f3b275e615854875bab.tar.gz
Update moved find_depot_tools.py script location
The script moved from /tools to /build in https://codereview.chromium.org/1418513007 and we haven't noticed due to cached .pyc files. We could add a cleaning of .pyc files similar to https://codereview.chromium.org/1186593003 but I think that's overkill for WebRTC. BUG= R=phoglund@webrtc.org Review URL: https://codereview.webrtc.org/1409353014 . Cr-Commit-Position: refs/heads/master@{#10526}
Diffstat (limited to 'tools')
-rwxr-xr-xtools/autoroller/roll_chromium_revision.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/autoroller/roll_chromium_revision.py b/tools/autoroller/roll_chromium_revision.py
index 917ecd6570..0d5d03b667 100755
--- a/tools/autoroller/roll_chromium_revision.py
+++ b/tools/autoroller/roll_chromium_revision.py
@@ -38,7 +38,7 @@ CHECKOUT_ROOT_DIR = os.path.realpath(os.path.join(SCRIPT_DIR, os.pardir,
sys.path.append(CHECKOUT_ROOT_DIR)
import setup_links
-sys.path.append(os.path.join(CHECKOUT_ROOT_DIR, 'tools'))
+sys.path.append(os.path.join(CHECKOUT_ROOT_DIR, 'build'))
import find_depot_tools
find_depot_tools.add_depot_tools_to_path()
from gclient import GClientKeywords