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

Side by Side Diff: .gitignore

Issue 2570993003: Remove unnecessary third_party links: nss, llvm-build, syzygy (Closed)
Patch Set: Created 4 years 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 | setup_links.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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 /third_party/libjpeg_turbo 122 /third_party/libjpeg_turbo
123 /third_party/libsrtp 123 /third_party/libsrtp
124 /third_party/libvpx 124 /third_party/libvpx
125 /third_party/libxml 125 /third_party/libxml
126 /third_party/libyuv 126 /third_party/libyuv
127 /third_party/llvm 127 /third_party/llvm
128 /third_party/llvm-build 128 /third_party/llvm-build
129 /third_party/lss 129 /third_party/lss
130 /third_party/mockito 130 /third_party/mockito
131 /third_party/modp_b64 131 /third_party/modp_b64
132 /third_party/nss
133 /third_party/oauth2 132 /third_party/oauth2
134 /third_party/objenesis 133 /third_party/objenesis
135 /third_party/ocmock 134 /third_party/ocmock
136 /third_party/openh264 135 /third_party/openh264
137 /third_party/openmax_dl 136 /third_party/openmax_dl
138 /third_party/opus 137 /third_party/opus
139 /third_party/ow2_asm 138 /third_party/ow2_asm
140 /third_party/proguard 139 /third_party/proguard
141 /third_party/protobuf 140 /third_party/protobuf
142 /third_party/requests 141 /third_party/requests
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 /tools/video_quality_toolchain/mac/ffmpeg 173 /tools/video_quality_toolchain/mac/ffmpeg
175 /tools/video_quality_toolchain/mac/zxing 174 /tools/video_quality_toolchain/mac/zxing
176 /tools/video_quality_toolchain/win/*.dll 175 /tools/video_quality_toolchain/win/*.dll
177 /tools/video_quality_toolchain/win/*.exe 176 /tools/video_quality_toolchain/win/*.exe
178 /tools/vim 177 /tools/vim
179 /tools/win 178 /tools/win
180 /tools/xdisplaycheck 179 /tools/xdisplaycheck
181 /tools/whitespace.txt 180 /tools/whitespace.txt
182 /x86-generic_out/ 181 /x86-generic_out/
183 /xcodebuild 182 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | setup_links.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698