diff options
author | nyquist@chromium.org <nyquist@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-06 21:27:58 +0000 |
---|---|---|
committer | nyquist@chromium.org <nyquist@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-06 21:27:58 +0000 |
commit | fd72f73f30009aa0c49fe3b877c92d9e8c90c261 (patch) | |
tree | 0d4d5634f00cfc5db16b75562ca300df439cf019 /.gitignore | |
parent | 3b31c6ac4c2eb3fa8a262aa0232ed0811835ffd5 (diff) | |
download | chromium_src-fd72f73f30009aa0c49fe3b877c92d9e8c90c261.zip chromium_src-fd72f73f30009aa0c49fe3b877c92d9e8c90c261.tar.gz chromium_src-fd72f73f30009aa0c49fe3b877c92d9e8c90c261.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
Previously landed as r171045, but reverted because git-mirrors were not
ready.
BUG=164257
Review URL: https://codereview.chromium.org/11418318
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171594 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -152,6 +152,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 @@ -164,6 +165,7 @@ v8.log /third_party/cygwin /third_party/directxsdk /third_party/drmemory +/third_party/findbugs /third_party/ffmpeg /third_party/flac /third_party/freetype @@ -173,9 +175,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 |