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

Side by Side Diff: .gitignore

Issue 2508943004: Modify audio_processing_unittest to use ResourcePath instead of ProjectRootPath. (Closed)
Patch Set: Removed debug leftovers. Created 4 years, 1 month 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 | data/audio_processing/output_data_fixed.pb » ('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 /mojo 50 /mojo
51 /out 51 /out
52 /resources/**/*.aecdump 52 /resources/**/*.aecdump
53 /resources/**/*.bin 53 /resources/**/*.bin
54 /resources/**/*.byte 54 /resources/**/*.byte
55 /resources/**/*.chn 55 /resources/**/*.chn
56 /resources/**/*.dat 56 /resources/**/*.dat
57 /resources/**/*.frames 57 /resources/**/*.frames
58 /resources/**/*.gai 58 /resources/**/*.gai
59 /resources/**/*.jpg 59 /resources/**/*.jpg
60 /resources/**/*.pb
60 /resources/**/*.pcap 61 /resources/**/*.pcap
61 /resources/**/*.pcm 62 /resources/**/*.pcm
62 /resources/**/*.rtp 63 /resources/**/*.rtp
63 /resources/**/*.rtpdump 64 /resources/**/*.rtpdump
64 /resources/**/*.rx 65 /resources/**/*.rx
65 /resources/**/*.wav 66 /resources/**/*.wav
66 /resources/**/*.yuv 67 /resources/**/*.yuv
67 /resources/**/*.BIT* 68 /resources/**/*.BIT*
68 /resources/**/*.INP 69 /resources/**/*.INP
69 /resources/**/*.OUT* 70 /resources/**/*.OUT*
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 /tools/video_quality_toolchain/mac/ffmpeg 169 /tools/video_quality_toolchain/mac/ffmpeg
169 /tools/video_quality_toolchain/mac/zxing 170 /tools/video_quality_toolchain/mac/zxing
170 /tools/video_quality_toolchain/win/*.dll 171 /tools/video_quality_toolchain/win/*.dll
171 /tools/video_quality_toolchain/win/*.exe 172 /tools/video_quality_toolchain/win/*.exe
172 /tools/vim 173 /tools/vim
173 /tools/win 174 /tools/win
174 /tools/xdisplaycheck 175 /tools/xdisplaycheck
175 /tools/whitespace.txt 176 /tools/whitespace.txt
176 /x86-generic_out/ 177 /x86-generic_out/
177 /xcodebuild 178 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | data/audio_processing/output_data_fixed.pb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698