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

Side by Side Diff: .gitignore

Issue 1426583009: third_party: Add wayland library. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 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
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »
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 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 /third_party/swiftshader/include/ 398 /third_party/swiftshader/include/
399 /third_party/syzygy 399 /third_party/syzygy
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/webdriver/pylib 409 /third_party/webdriver/pylib
409 /third_party/webdriver/python/selenium 410 /third_party/webdriver/python/selenium
410 /third_party/webgl 411 /third_party/webgl
411 /third_party/webgl/src 412 /third_party/webgl/src
412 /third_party/webpagereplay/ 413 /third_party/webpagereplay/
413 /third_party/webrtc 414 /third_party/webrtc
414 /third_party/widevine/cdm/chromeos 415 /third_party/widevine/cdm/chromeos
415 /third_party/widevine/cdm/linux 416 /third_party/widevine/cdm/linux
416 /third_party/widevine/cdm/mac 417 /third_party/widevine/cdm/mac
417 /third_party/widevine/cdm/win 418 /third_party/widevine/cdm/win
(...skipping 29 matching lines...) Expand all
447 /ui/surface/surface.xml 448 /ui/surface/surface.xml
448 /ui/surface/surface_gpu_tests.xml 449 /ui/surface/surface_gpu_tests.xml
449 /v8 450 /v8
450 # Results directory for run-webkit-tests. http://crbug.com/488288 451 # Results directory for run-webkit-tests. http://crbug.com/488288
451 /webkit 452 /webkit
452 /webpagereplay_logs/ 453 /webpagereplay_logs/
453 /win8/delegate_execute/delegate_execute_version_resources.xml 454 /win8/delegate_execute/delegate_execute_version_resources.xml
454 /win8/metro_driver/metro_driver_version_resources.xml 455 /win8/metro_driver/metro_driver_version_resources.xml
455 /x86-generic_out/ 456 /x86-generic_out/
456 /xcodebuild 457 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698