Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(108)

Side by Side Diff: .gitignore

Issue 2861653005: Moving scripts to download and build apprtc/collider. (Closed)
Patch Set: rebasing Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | webrtc/tools/testing/build_apprtc_collider.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 *.DS_Store 1 *.DS_Store
2 *.Makefile 2 *.Makefile
3 *.host.mk 3 *.host.mk
4 *.ncb 4 *.ncb
5 *.ninja 5 *.ninja
6 *.props 6 *.props
7 *.pyc 7 *.pyc
8 *.rules 8 *.rules
9 *.scons 9 *.scons
10 *.sdf 10 *.sdf
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 /tools_webrtc/android/profiling/simpleperf 50 /tools_webrtc/android/profiling/simpleperf
51 /tools_webrtc/audio_quality/linux/pesq 51 /tools_webrtc/audio_quality/linux/pesq
52 /tools_webrtc/audio_quality/mac/pesq 52 /tools_webrtc/audio_quality/mac/pesq
53 /tools_webrtc/audio_quality/win/*.exe 53 /tools_webrtc/audio_quality/win/*.exe
54 /tools_webrtc/video_quality_toolchain/linux/ffmpeg 54 /tools_webrtc/video_quality_toolchain/linux/ffmpeg
55 /tools_webrtc/video_quality_toolchain/linux/zxing 55 /tools_webrtc/video_quality_toolchain/linux/zxing
56 /tools_webrtc/video_quality_toolchain/mac/ffmpeg 56 /tools_webrtc/video_quality_toolchain/mac/ffmpeg
57 /tools_webrtc/video_quality_toolchain/mac/zxing 57 /tools_webrtc/video_quality_toolchain/mac/zxing
58 /tools_webrtc/video_quality_toolchain/win/*.dll 58 /tools_webrtc/video_quality_toolchain/win/*.dll
59 /tools_webrtc/video_quality_toolchain/win/*.exe 59 /tools_webrtc/video_quality_toolchain/win/*.exe
60 /webrtc/tools/testing/*.zip
61 /webrtc/tools/testing/*.gz
62 /webrtc/tools/testing/golang/*/*.gz
63 /webrtc/tools/testing/golang/*/*.zip
60 /x86-generic_out/ 64 /x86-generic_out/
61 /xcodebuild 65 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | webrtc/tools/testing/build_apprtc_collider.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698