From 17c9f810a09df674425674eac5ddbf23bcc67d5f Mon Sep 17 00:00:00 2001 From: "nyquist@chromium.org" Date: Tue, 4 Dec 2012 21:17:50 +0000 Subject: 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 --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 6e23444..e1630de 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -- cgit v1.1