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

Side by Side Diff: .gitignore

Issue 1751583002: Remove unused libudev on Linux. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: rebase Created 4 years, 9 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 | setup_links.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 *.DS_Store 1 *.DS_Store
2 *.Makefile 2 *.Makefile
3 *.host.mk 3 *.host.mk
4 *.ncb 4 *.ncb
5 *.ninja 5 *.ninja
6 *.props 6 *.props
7 *.pyc 7 *.pyc
8 *.rules 8 *.rules
9 *.scons 9 *.scons
10 *.sdf 10 *.sdf
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 /third_party/libc++ 99 /third_party/libc++
100 /third_party/libc++-static 100 /third_party/libc++-static
101 /third_party/libc++abi 101 /third_party/libc++abi
102 /third_party/libevent 102 /third_party/libevent
103 /third_party/libjingle 103 /third_party/libjingle
104 /third_party/libjpeg 104 /third_party/libjpeg
105 /third_party/libjpeg_turbo 105 /third_party/libjpeg_turbo
106 /third_party/libsrtp 106 /third_party/libsrtp
107 /third_party/libvpx 107 /third_party/libvpx
108 /third_party/libxml 108 /third_party/libxml
109 /third_party/libudev
110 /third_party/libyuv 109 /third_party/libyuv
111 /third_party/llvm 110 /third_party/llvm
112 /third_party/llvm-build 111 /third_party/llvm-build
113 /third_party/lss 112 /third_party/lss
114 /third_party/mockito 113 /third_party/mockito
115 /third_party/modp_b64 114 /third_party/modp_b64
116 /third_party/nss 115 /third_party/nss
117 /third_party/oauth2 116 /third_party/oauth2
118 /third_party/ocmock 117 /third_party/ocmock
119 /third_party/openh264 118 /third_party/openh264
(...skipping 28 matching lines...) Expand all
148 /tools/swarming_client 147 /tools/swarming_client
149 /tools/telemetry 148 /tools/telemetry
150 /tools/tsan_suppressions 149 /tools/tsan_suppressions
151 /tools/valgrind 150 /tools/valgrind
152 /tools/vim 151 /tools/vim
153 /tools/win 152 /tools/win
154 /tools/xdisplaycheck 153 /tools/xdisplaycheck
155 /tools/whitespace.txt 154 /tools/whitespace.txt
156 /x86-generic_out/ 155 /x86-generic_out/
157 /xcodebuild 156 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | setup_links.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698