diff options
author | nyquist@chromium.org <nyquist@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-04 21:17:50 +0000 |
---|---|---|
committer | nyquist@chromium.org <nyquist@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-04 21:17:50 +0000 |
commit | 17c9f810a09df674425674eac5ddbf23bcc67d5f (patch) | |
tree | a5ed092b808d0d0797d0bbcf75f3c21bb31bb942 /.gitignore | |
parent | a4a179ce43364d7e868d201c1c78fca2ef828c75 (diff) | |
download | chromium_src-17c9f810a09df674425674eac5ddbf23bcc67d5f.zip chromium_src-17c9f810a09df674425674eac5ddbf23bcc67d5f.tar.gz chromium_src-17c9f810a09df674425674eac5ddbf23bcc67d5f.tar.bz2 |
Add Apache HTTP libraries to DEPS for Android.
* Adds support for Apache libraries to be able to use multipart in Java
HTTP clients.
* Orders all Android-specific DEPS
* Adds missing third_party/findbugs to .gitignore
BUG=159203
Review URL: https://codereview.chromium.org/11421224
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171045 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -151,6 +151,7 @@ v8.log /third_party/angle /third_party/android_tools/ /third_party/aosp +/third_party/apache-mime4j /third_party/asan /third_party/bidichecker /third_party/bison @@ -163,6 +164,7 @@ v8.log /third_party/cygwin /third_party/directxsdk /third_party/drmemory +/third_party/findbugs /third_party/ffmpeg /third_party/flac /third_party/freetype @@ -172,9 +174,12 @@ v8.log /third_party/googlemac /third_party/gperf /third_party/guava/src +/third_party/httpcomponents-client +/third_party/httpcomponents-core /third_party/hunspell /third_party/hunspell_dictionaries /third_party/icu +/third_party/jarjar /third_party/jsoncpp/source /third_party/jsr-305/src /third_party/leveldatabase/src |