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

Side by Side Diff: .gitignore

Issue 123743004: Add v4l2capture to support webcam-based speed index in telemetry (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add pauljensen to OWNERS Created 6 years, 10 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 | third_party/v4l2capture/LICENSE » ('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 *.mk 3 *.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 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 /third_party/swig 293 /third_party/swig
294 /third_party/syzygy 294 /third_party/syzygy
295 /third_party/syzygy/binaries 295 /third_party/syzygy/binaries
296 /third_party/trace-viewer 296 /third_party/trace-viewer
297 /third_party/tsan/ 297 /third_party/tsan/
298 /third_party/undoview 298 /third_party/undoview
299 /third_party/usb_ids 299 /third_party/usb_ids
300 /third_party/usrsctp/usrsctplib 300 /third_party/usrsctp/usrsctplib
301 /third_party/v8-i18n 301 /third_party/v8-i18n
302 /third_party/valgrind 302 /third_party/valgrind
303 /third_party/v4l2capture
303 /third_party/webdriver/pylib 304 /third_party/webdriver/pylib
304 /third_party/webdriver/python/selenium 305 /third_party/webdriver/python/selenium
305 /third_party/webgl 306 /third_party/webgl
306 /third_party/webgl/src 307 /third_party/webgl/src
307 /third_party/WebKit 308 /third_party/WebKit
308 /third_party/webpagereplay/ 309 /third_party/webpagereplay/
309 /third_party/webrtc 310 /third_party/webrtc
310 /third_party/webrtc/internal 311 /third_party/webrtc/internal
311 /third_party/webrtc/modules/video_coding/codecs/vp8_internal 312 /third_party/webrtc/modules/video_coding/codecs/vp8_internal
312 /third_party/widevine/cdm/chromeos 313 /third_party/widevine/cdm/chromeos
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 /webkit/data/test_shell/plugins 348 /webkit/data/test_shell/plugins
348 /webkit/data/xbm_decoder 349 /webkit/data/xbm_decoder
349 /webkit/Debug 350 /webkit/Debug
350 /webkit/Release 351 /webkit/Release
351 /webkit/renderer/media/crypto/ppapi/cdm 352 /webkit/renderer/media/crypto/ppapi/cdm
352 /webpagereplay_logs/ 353 /webpagereplay_logs/
353 /win8/delegate_execute/delegate_execute_version_resources.xml 354 /win8/delegate_execute/delegate_execute_version_resources.xml
354 /win8/metro_driver/metro_driver_version_resources.xml 355 /win8/metro_driver/metro_driver_version_resources.xml
355 /x86-generic_out/ 356 /x86-generic_out/
356 /xcodebuild 357 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | third_party/v4l2capture/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698