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

Side by Side Diff: .gitignore

Issue 11415295: > Add Apache HTTP libraries to DEPS for Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 | Annotate | Revision Log
« 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 *.Makefile 1 *.Makefile
2 *.gypcmd 2 *.gypcmd
3 *.mk 3 *.mk
4 *.ncb 4 *.ncb
5 *.ninja 5 *.ninja
6 *.opensdf 6 *.opensdf
7 *.props 7 *.props
8 *.pyc 8 *.pyc
9 *.rules 9 *.rules
10 *.sdf 10 *.sdf
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 /testing/iossim/third_party/ 144 /testing/iossim/third_party/
145 /testserver.log 145 /testserver.log
146 /third_party/GTM 146 /third_party/GTM
147 /third_party/WebKit 147 /third_party/WebKit
148 /third_party/adobe/flash/binaries 148 /third_party/adobe/flash/binaries
149 /third_party/adobe/flash/symbols 149 /third_party/adobe/flash/symbols
150 /third_party/amd/ 150 /third_party/amd/
151 /third_party/angle 151 /third_party/angle
152 /third_party/android_tools/ 152 /third_party/android_tools/
153 /third_party/aosp 153 /third_party/aosp
154 /third_party/apache-mime4j
155 /third_party/asan 154 /third_party/asan
156 /third_party/bidichecker 155 /third_party/bidichecker
157 /third_party/bison 156 /third_party/bison
158 /third_party/cacheinvalidation/src 157 /third_party/cacheinvalidation/src
159 /third_party/chromeos_login_manager 158 /third_party/chromeos_login_manager
160 /third_party/chromeos_text_input 159 /third_party/chromeos_text_input
161 /third_party/cros 160 /third_party/cros
162 /third_party/cros_dbus_cplusplus/source 161 /third_party/cros_dbus_cplusplus/source
163 /third_party/cros_system_api 162 /third_party/cros_system_api
164 /third_party/cygwin 163 /third_party/cygwin
165 /third_party/directxsdk 164 /third_party/directxsdk
166 /third_party/drmemory 165 /third_party/drmemory
167 /third_party/findbugs
168 /third_party/ffmpeg 166 /third_party/ffmpeg
169 /third_party/flac 167 /third_party/flac
170 /third_party/freetype 168 /third_party/freetype
171 /third_party/gles2_conform 169 /third_party/gles2_conform
172 /third_party/gnu_binutils/ 170 /third_party/gnu_binutils/
173 /third_party/gold 171 /third_party/gold
174 /third_party/googlemac 172 /third_party/googlemac
175 /third_party/gperf 173 /third_party/gperf
176 /third_party/guava/src 174 /third_party/guava/src
177 /third_party/httpcomponents-client
178 /third_party/httpcomponents-core
179 /third_party/hunspell 175 /third_party/hunspell
180 /third_party/hunspell_dictionaries 176 /third_party/hunspell_dictionaries
181 /third_party/icu 177 /third_party/icu
182 /third_party/jarjar
183 /third_party/jsoncpp/source 178 /third_party/jsoncpp/source
184 /third_party/jsr-305/src 179 /third_party/jsr-305/src
185 /third_party/leveldatabase/src 180 /third_party/leveldatabase/src
186 /third_party/leveldb 181 /third_party/leveldb
187 /third_party/libexif/sources 182 /third_party/libexif/sources
188 /third_party/libjingle/source 183 /third_party/libjingle/source
189 /third_party/libjingle/source_internal 184 /third_party/libjingle/source_internal
190 /third_party/libjpeg_turbo 185 /third_party/libjpeg_turbo
191 /third_party/libmtp/ 186 /third_party/libmtp/
192 /third_party/libphonenumber/libphonenumber.xml 187 /third_party/libphonenumber/libphonenumber.xml
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 /webkit/Debug 267 /webkit/Debug
273 /webkit/Release 268 /webkit/Release
274 /webkit/data/bmp_decoder 269 /webkit/data/bmp_decoder
275 /webkit/data/ico_decoder 270 /webkit/data/ico_decoder
276 /webkit/data/layout_tests/LayoutTests 271 /webkit/data/layout_tests/LayoutTests
277 /webkit/data/test_shell/plugins 272 /webkit/data/test_shell/plugins
278 /webkit/data/xbm_decoder 273 /webkit/data/xbm_decoder
279 /webpagereplay_logs/ 274 /webpagereplay_logs/
280 /x86-generic_out/ 275 /x86-generic_out/
281 /xcodebuild 276 /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