Moving get_landmines.py (build/ -> tools-webrtc/)

BUG=webrtc:7030
NOTRY=True

Review-Url: https://codereview.webrtc.org/2656553002
Cr-Commit-Position: refs/heads/master@{#16227}
This commit is contained in:
mbonadei
2017-01-24 00:01:49 -08:00
committed by Commit bot
parent 2b7552663e
commit ad452287b0
2 changed files with 2 additions and 2 deletions

2
DEPS
View File

@ -169,7 +169,7 @@ hooks = [
'python',
'src/build/landmines.py',
'--landmine-scripts',
'src/webrtc/build/get_landmines.py',
'src/tools-webrtc/get_landmines.py',
'--src-dir',
'src',
],

View File

@ -16,7 +16,7 @@ import os
import sys
script_dir = os.path.dirname(os.path.realpath(__file__))
checkout_root = os.path.abspath(os.path.join(script_dir, os.pardir, os.pardir))
checkout_root = os.path.abspath(os.path.join(script_dir, os.pardir))
sys.path.insert(0, os.path.join(checkout_root, 'build'))
import landmine_utils