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

Side by Side Diff: .gitignore

Issue 9969111: Adds qcms to third_party for use in handling ICC color profiles. (Closed) Base URL: http://git.chromium.org/chromium/src.git@bug143
Patch Set: Update license file location Created 8 years, 8 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 | DEPS » ('j') | DEPS » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 *.Makefile 1 *.Makefile
2 *.mk 2 *.mk
3 *.ncb 3 *.ncb
4 *.ninja 4 *.ninja
5 *.opensdf 5 *.opensdf
6 *.props 6 *.props
7 *.pyc 7 *.pyc
8 *.rules 8 *.rules
9 *.scons 9 *.scons
10 *.sdf 10 *.sdf
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 /third_party/platformsdk_win7 179 /third_party/platformsdk_win7
180 /third_party/ppapi 180 /third_party/ppapi
181 /third_party/psyco_win32 181 /third_party/psyco_win32
182 /third_party/pthreads-win32 182 /third_party/pthreads-win32
183 /third_party/pyftpdlib/src 183 /third_party/pyftpdlib/src
184 /third_party/pylib 184 /third_party/pylib
185 /third_party/pymox/src 185 /third_party/pymox/src
186 /third_party/python_24 186 /third_party/python_24
187 /third_party/python_26 187 /third_party/python_26
188 /third_party/pywebsocket 188 /third_party/pywebsocket
189 /third_party/qcms/src
189 /third_party/safe_browsing/testing 190 /third_party/safe_browsing/testing
190 /third_party/scons-2.0.1 191 /third_party/scons-2.0.1
191 /third_party/sfntly 192 /third_party/sfntly
192 /third_party/skia 193 /third_party/skia
193 /third_party/smhasher 194 /third_party/smhasher
194 /third_party/snappy/src 195 /third_party/snappy/src
195 /third_party/speex 196 /third_party/speex
196 /third_party/swiftshader/include/ 197 /third_party/swiftshader/include/
197 /third_party/swig 198 /third_party/swig
198 /third_party/syzygy/binaries 199 /third_party/syzygy/binaries
(...skipping 22 matching lines...) Expand all
221 /v8 222 /v8
222 /webkit/Debug 223 /webkit/Debug
223 /webkit/Release 224 /webkit/Release
224 /webkit/data/bmp_decoder 225 /webkit/data/bmp_decoder
225 /webkit/data/ico_decoder 226 /webkit/data/ico_decoder
226 /webkit/data/layout_tests/LayoutTests 227 /webkit/data/layout_tests/LayoutTests
227 /webkit/data/test_shell/plugins 228 /webkit/data/test_shell/plugins
228 /webkit/data/xbm_decoder 229 /webkit/data/xbm_decoder
229 /x86-generic_out/ 230 /x86-generic_out/
230 /xcodebuild 231 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698