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}
This commit is contained in:
Henrik Kjellander
2015-11-05 16:42:27 +01:00
parent 93a2febe73
commit 4de30ac99a
3 changed files with 1 additions and 3 deletions

View File

@ -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,
}