Rename tools-webrtc -> tools_webrtc
This aligns with established naming convention for all other directories. BUG=webrtc:7593 NOTRY=True NOTREECHECKS=True R=ehmaldonado@webrtc.org, mbonadei@webrtc.org TBR=henrika@webrtc.org Review-Url: https://codereview.webrtc.org/2864213004 . Cr-Commit-Position: refs/heads/master@{#18059}
This commit is contained in:
@ -104,7 +104,7 @@ def main():
|
||||
_RunCommand(['gn', 'gen', build_dir_x86])
|
||||
_RunCommand(['ninja', '-C', build_dir_x86, 'frame_analyzer'])
|
||||
|
||||
tools_dir = os.path.join(SRC_DIR, 'tools-webrtc')
|
||||
tools_dir = os.path.join(SRC_DIR, 'tools_webrtc')
|
||||
toolchain_dir = os.path.join(tools_dir, 'video_quality_toolchain')
|
||||
|
||||
# Download ffmpeg and zxing.
|
||||
|
||||
Reference in New Issue
Block a user