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

Side by Side Diff: .gitignore

Issue 2268343002: Add missing dependencies to setup_links. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Updated .gitignore. Created 4 years, 4 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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 /third_party/afl 76 /third_party/afl
77 /third_party/android_platform 77 /third_party/android_platform
78 /third_party/android_tools 78 /third_party/android_tools
79 /third_party/apache_velocity 79 /third_party/apache_velocity
80 /third_party/appurify-python 80 /third_party/appurify-python
81 /third_party/asan 81 /third_party/asan
82 /third_party/ashmem 82 /third_party/ashmem
83 /third_party/binutils 83 /third_party/binutils
84 /third_party/boringssl 84 /third_party/boringssl
85 /third_party/bouncycastle 85 /third_party/bouncycastle
86 /third_party/byte_buddy
86 /third_party/catapult 87 /third_party/catapult
87 /third_party/ced 88 /third_party/ced
88 /third_party/clang_format 89 /third_party/clang_format
89 /third_party/class-dump 90 /third_party/class-dump
90 /third_party/closure_compiler 91 /third_party/closure_compiler
91 /third_party/colorama 92 /third_party/colorama
92 /third_party/cygwin 93 /third_party/cygwin
93 /third_party/directxsdk 94 /third_party/directxsdk
94 /third_party/drmemory 95 /third_party/drmemory
95 /third_party/expat 96 /third_party/expat
(...skipping 23 matching lines...) Expand all
119 /third_party/libvpx 120 /third_party/libvpx
120 /third_party/libxml 121 /third_party/libxml
121 /third_party/libyuv 122 /third_party/libyuv
122 /third_party/llvm 123 /third_party/llvm
123 /third_party/llvm-build 124 /third_party/llvm-build
124 /third_party/lss 125 /third_party/lss
125 /third_party/mockito 126 /third_party/mockito
126 /third_party/modp_b64 127 /third_party/modp_b64
127 /third_party/nss 128 /third_party/nss
128 /third_party/oauth2 129 /third_party/oauth2
130 /third_party/objenesis
129 /third_party/ocmock 131 /third_party/ocmock
130 /third_party/openh264 132 /third_party/openh264
131 /third_party/openmax_dl 133 /third_party/openmax_dl
132 /third_party/opus 134 /third_party/opus
133 /third_party/ow2_asm 135 /third_party/ow2_asm
134 /third_party/proguard 136 /third_party/proguard
135 /third_party/protobuf 137 /third_party/protobuf
136 /third_party/requests 138 /third_party/requests
137 /third_party/robolectric 139 /third_party/robolectric
138 /third_party/sqlite 140 /third_party/sqlite
(...skipping 22 matching lines...) Expand all
161 /tools/swarming_client 163 /tools/swarming_client
162 /tools/telemetry 164 /tools/telemetry
163 /tools/tsan_suppressions 165 /tools/tsan_suppressions
164 /tools/valgrind 166 /tools/valgrind
165 /tools/vim 167 /tools/vim
166 /tools/win 168 /tools/win
167 /tools/xdisplaycheck 169 /tools/xdisplaycheck
168 /tools/whitespace.txt 170 /tools/whitespace.txt
169 /x86-generic_out/ 171 /x86-generic_out/
170 /xcodebuild 172 /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