aboutsummaryrefslogtreecommitdiff
path: root/setup_links.py
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 /setup_links.py
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 'setup_links.py')
-rwxr-xr-xsetup_links.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup_links.py b/setup_links.py
index 56071c2db1..d789906cb6 100755
--- a/setup_links.py
+++ b/setup_links.py
@@ -102,7 +102,6 @@ if 'ios' in target_os:
FILES = {
'chrome/VERSION': None, # TODO(kjellander): Get rid of this; webrtc:5160.
- 'tools/find_depot_tools.py': None,
'tools/isolate_driver.py': None,
'third_party/BUILD.gn': None,
}