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

Side by Side Diff: .gitignore

Issue 2583223003: third_party: Add libevdev and gestures. (Closed)
Patch Set: ChromeOS -> Chrome OS Created 3 years, 11 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') | 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 *.pdb 6 *.pdb
7 *.props 7 *.props
8 *.pyc 8 *.pyc
9 *.pyproj 9 *.pyproj
10 *.rules 10 *.rules
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 /third_party/errorprone/lib 341 /third_party/errorprone/lib
342 /third_party/espresso/lib/*.jar 342 /third_party/espresso/lib/*.jar
343 /third_party/eyesfree/src 343 /third_party/eyesfree/src
344 /third_party/ffmpeg 344 /third_party/ffmpeg
345 /third_party/findbugs 345 /third_party/findbugs
346 /third_party/flac 346 /third_party/flac
347 /third_party/flatbuffers/src 347 /third_party/flatbuffers/src
348 /third_party/fontconfig/src 348 /third_party/fontconfig/src
349 /third_party/freetype-android/src 349 /third_party/freetype-android/src
350 /third_party/freetype2/src 350 /third_party/freetype2/src
351 /third_party/gestures/gestures
351 /third_party/gles2_conform 352 /third_party/gles2_conform
352 /third_party/glslang/src 353 /third_party/glslang/src
353 /third_party/glslang-angle/src 354 /third_party/glslang-angle/src
354 /third_party/gnu_binutils/ 355 /third_party/gnu_binutils/
355 /third_party/google_appengine_cloudstorage 356 /third_party/google_appengine_cloudstorage
356 /third_party/google_toolbox_for_mac/src 357 /third_party/google_toolbox_for_mac/src
357 /third_party/googlemac 358 /third_party/googlemac
358 /third_party/gvr-android-sdk/common_library.aar 359 /third_party/gvr-android-sdk/common_library.aar
359 /third_party/gvr-android-sdk/libgvr_shim_static_arm.a 360 /third_party/gvr-android-sdk/libgvr_shim_static_arm.a
360 /third_party/gvr-android-sdk/libgvr_shim_static_arm64.a 361 /third_party/gvr-android-sdk/libgvr_shim_static_arm64.a
(...skipping 15 matching lines...) Expand all
376 /third_party/jsr-305/src 377 /third_party/jsr-305/src
377 /third_party/junit/src 378 /third_party/junit/src
378 /third_party/kasko 379 /third_party/kasko
379 /third_party/khronos_glcts 380 /third_party/khronos_glcts
380 /third_party/leakcanary/src 381 /third_party/leakcanary/src
381 /third_party/leveldatabase/src 382 /third_party/leveldatabase/src
382 /third_party/leveldb 383 /third_party/leveldb
383 /third_party/libc++-static/libc++.a 384 /third_party/libc++-static/libc++.a
384 /third_party/libaddressinput/src 385 /third_party/libaddressinput/src
385 /third_party/libdrm/src 386 /third_party/libdrm/src
387 /third_party/libevdev/src
386 /third_party/libexif/sources 388 /third_party/libexif/sources
387 /third_party/libFuzzer/src 389 /third_party/libFuzzer/src
388 /third_party/libjingle/source 390 /third_party/libjingle/source
389 /third_party/libjpeg_turbo 391 /third_party/libjpeg_turbo
390 /third_party/liblouis/src 392 /third_party/liblouis/src
391 /third_party/libphonenumber/dist 393 /third_party/libphonenumber/dist
392 /third_party/libsrtp 394 /third_party/libsrtp
393 /third_party/libupnp 395 /third_party/libupnp
394 /third_party/libvpx/source/libvpx 396 /third_party/libvpx/source/libvpx
395 /third_party/libwebm/source 397 /third_party/libwebm/source
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
505 /ui/keyboard/keyboard_mojom_bindings.xml 507 /ui/keyboard/keyboard_mojom_bindings.xml
506 /ui/surface/surface.xml 508 /ui/surface/surface.xml
507 /ui/surface/surface_gpu_tests.xml 509 /ui/surface/surface_gpu_tests.xml
508 /v8 510 /v8
509 /webkit/data 511 /webkit/data
510 /webpagereplay_logs/ 512 /webpagereplay_logs/
511 /win8/delegate_execute/delegate_execute_version_resources.xml 513 /win8/delegate_execute/delegate_execute_version_resources.xml
512 /win8/metro_driver/metro_driver_version_resources.xml 514 /win8/metro_driver/metro_driver_version_resources.xml
513 /x86-generic_out/ 515 /x86-generic_out/
514 /xcodebuild 516 /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