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

Side by Side Diff: .gitignore

Issue 11361159: Importing the USB IDs database into third_party. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | third_party/usb_ids/README.chromium » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 *.Makefile 1 *.Makefile
2 *.gypcmd 2 *.gypcmd
3 *.host.mk 3 *.host.mk
4 *.ncb 4 *.ncb
5 *.ninja 5 *.ninja
6 *.opensdf 6 *.opensdf
7 *.props 7 *.props
8 *.pyc 8 *.pyc
9 *.rules 9 *.rules
10 *.sdf 10 *.sdf
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 /third_party/skia 224 /third_party/skia
225 /third_party/smhasher 225 /third_party/smhasher
226 /third_party/snappy/src 226 /third_party/snappy/src
227 /third_party/speex 227 /third_party/speex
228 /third_party/swiftshader/include/ 228 /third_party/swiftshader/include/
229 /third_party/swig 229 /third_party/swig
230 /third_party/syzygy 230 /third_party/syzygy
231 /third_party/syzygy/binaries 231 /third_party/syzygy/binaries
232 /third_party/trace-viewer 232 /third_party/trace-viewer
233 /third_party/undoview 233 /third_party/undoview
234 /third_party/usb_ids
234 /third_party/v8-i18n 235 /third_party/v8-i18n
235 /third_party/valgrind 236 /third_party/valgrind
236 /third_party/webdriver/pylib 237 /third_party/webdriver/pylib
237 /third_party/webdriver/python/selenium 238 /third_party/webdriver/python/selenium
238 /third_party/webgl_conformance 239 /third_party/webgl_conformance
239 /third_party/webpagereplay/ 240 /third_party/webpagereplay/
240 /third_party/webrtc 241 /third_party/webrtc
241 /third_party/webrtc/internal 242 /third_party/webrtc/internal
242 /third_party/webrtc/modules/video_coding/codecs/vp8_internal 243 /third_party/webrtc/modules/video_coding/codecs/vp8_internal
243 /third_party/widevine/cdm/binaries 244 /third_party/widevine/cdm/binaries
(...skipping 21 matching lines...) Expand all
265 /webkit/Debug 266 /webkit/Debug
266 /webkit/Release 267 /webkit/Release
267 /webkit/data/bmp_decoder 268 /webkit/data/bmp_decoder
268 /webkit/data/ico_decoder 269 /webkit/data/ico_decoder
269 /webkit/data/layout_tests/LayoutTests 270 /webkit/data/layout_tests/LayoutTests
270 /webkit/data/test_shell/plugins 271 /webkit/data/test_shell/plugins
271 /webkit/data/xbm_decoder 272 /webkit/data/xbm_decoder
272 /webpagereplay_logs/ 273 /webpagereplay_logs/
273 /x86-generic_out/ 274 /x86-generic_out/
274 /xcodebuild 275 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | third_party/usb_ids/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698