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

Side by Side Diff: .gitignore

Issue 1498473010: third_party: Add WDS library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@wds
Patch Set: Fixed license headers in generated files Created 5 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 | DEPS » ('j') | DEPS » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 *.gypcmd 1 *.gypcmd
2 *.mk 2 *.mk
3 *.ncb 3 *.ncb
4 *.opensdf 4 *.opensdf
5 *.orig 5 *.orig
6 *.props 6 *.props
7 *.pyc 7 *.pyc
8 *.pyproj 8 *.pyproj
9 *.rules 9 *.rules
10 *.sdf 10 *.sdf
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 /third_party/syzygy/binaries 400 /third_party/syzygy/binaries
401 /third_party/tsan/ 401 /third_party/tsan/
402 /third_party/ub-uiautomator/lib 402 /third_party/ub-uiautomator/lib
403 /third_party/usb_ids 403 /third_party/usb_ids
404 /third_party/usrsctp/usrsctplib 404 /third_party/usrsctp/usrsctplib
405 /third_party/v8-i18n 405 /third_party/v8-i18n
406 /third_party/valgrind 406 /third_party/valgrind
407 /third_party/v4l2capture 407 /third_party/v4l2capture
408 /third_party/wayland/src 408 /third_party/wayland/src
409 /third_party/wayland-protocols/src 409 /third_party/wayland-protocols/src
410 /third_party/wds/src
410 /third_party/webdriver/pylib 411 /third_party/webdriver/pylib
411 /third_party/webdriver/python/selenium 412 /third_party/webdriver/python/selenium
412 /third_party/webgl 413 /third_party/webgl
413 /third_party/webgl/src 414 /third_party/webgl/src
414 /third_party/webpagereplay/ 415 /third_party/webpagereplay/
415 /third_party/webrtc 416 /third_party/webrtc
416 /third_party/widevine/cdm/chromeos 417 /third_party/widevine/cdm/chromeos
417 /third_party/widevine/cdm/linux 418 /third_party/widevine/cdm/linux
418 /third_party/widevine/cdm/mac 419 /third_party/widevine/cdm/mac
419 /third_party/widevine/cdm/win 420 /third_party/widevine/cdm/win
(...skipping 29 matching lines...) Expand all
449 /ui/surface/surface.xml 450 /ui/surface/surface.xml
450 /ui/surface/surface_gpu_tests.xml 451 /ui/surface/surface_gpu_tests.xml
451 /v8 452 /v8
452 # Results directory for run-webkit-tests. http://crbug.com/488288 453 # Results directory for run-webkit-tests. http://crbug.com/488288
453 /webkit 454 /webkit
454 /webpagereplay_logs/ 455 /webpagereplay_logs/
455 /win8/delegate_execute/delegate_execute_version_resources.xml 456 /win8/delegate_execute/delegate_execute_version_resources.xml
456 /win8/metro_driver/metro_driver_version_resources.xml 457 /win8/metro_driver/metro_driver_version_resources.xml
457 /x86-generic_out/ 458 /x86-generic_out/
458 /xcodebuild 459 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698