Commit 9f1235c5 authored by dmazzoni@chromium.org's avatar dmazzoni@chromium.org

> 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

TBR=nyquist@chromium.org
Review URL: https://codereview.chromium.org/11415295

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171055 0039d316-1c4b-4281-b951-d872f2087c98
parent 295be91c
...@@ -151,7 +151,6 @@ v8.log ...@@ -151,7 +151,6 @@ v8.log
/third_party/angle /third_party/angle
/third_party/android_tools/ /third_party/android_tools/
/third_party/aosp /third_party/aosp
/third_party/apache-mime4j
/third_party/asan /third_party/asan
/third_party/bidichecker /third_party/bidichecker
/third_party/bison /third_party/bison
...@@ -164,7 +163,6 @@ v8.log ...@@ -164,7 +163,6 @@ v8.log
/third_party/cygwin /third_party/cygwin
/third_party/directxsdk /third_party/directxsdk
/third_party/drmemory /third_party/drmemory
/third_party/findbugs
/third_party/ffmpeg /third_party/ffmpeg
/third_party/flac /third_party/flac
/third_party/freetype /third_party/freetype
...@@ -174,12 +172,9 @@ v8.log ...@@ -174,12 +172,9 @@ v8.log
/third_party/googlemac /third_party/googlemac
/third_party/gperf /third_party/gperf
/third_party/guava/src /third_party/guava/src
/third_party/httpcomponents-client
/third_party/httpcomponents-core
/third_party/hunspell /third_party/hunspell
/third_party/hunspell_dictionaries /third_party/hunspell_dictionaries
/third_party/icu /third_party/icu
/third_party/jarjar
/third_party/jsoncpp/source /third_party/jsoncpp/source
/third_party/jsr-305/src /third_party/jsr-305/src
/third_party/leveldatabase/src /third_party/leveldatabase/src
......
...@@ -536,35 +536,22 @@ deps_os = { ...@@ -536,35 +536,22 @@ deps_os = {
"@59dafd34a6eb3b6eee63b59f7cc6cd01e4fda770", "@59dafd34a6eb3b6eee63b59f7cc6cd01e4fda770",
}, },
"android": { "android": {
"src/third_party/android_tools": "src/third_party/freetype":
Var("chromium_git") + "/android_tools.git" + Var("chromium_git") + "/chromium/src/third_party/freetype.git" +
"@1cef853f682461dbb27a4992d3d8b5bc1f69232b", "@96551feab72aac26836e9aaf4fae0962d39d5ab0",
"src/third_party/aosp": "src/third_party/aosp":
"/trunk/deps/third_party/aosp@148330", "/trunk/deps/third_party/aosp@148330",
"src/third_party/apache-mime4j": "src/third_party/android_tools":
"/trunk/deps/third_party/apache-mime4j@170888", Var("chromium_git") + "/android_tools.git" +
"@1cef853f682461dbb27a4992d3d8b5bc1f69232b",
"src/third_party/findbugs": "src/third_party/findbugs":
"/trunk/deps/third_party/findbugs@163586", "/trunk/deps/third_party/findbugs@163586",
"src/third_party/freetype":
Var("chromium_git") + "/chromium/src/third_party/freetype.git" +
"@96551feab72aac26836e9aaf4fae0962d39d5ab0",
"src/third_party/guava/src": "src/third_party/guava/src":
Var("chromium_git") + "/external/guava-libraries.git" + Var("chromium_git") + '/external/guava-libraries.git@c523556ab7d0f05afadebd20e7768d4c16af8771',
"@c523556ab7d0f05afadebd20e7768d4c16af8771",
"src/third_party/httpcomponents-client":
"/trunk/deps/third_party/httpcomponents-client@170888",
"src/third_party/httpcomponents-core":
"/trunk/deps/third_party/httpcomponents-core@170888",
"src/third_party/jarjar":
"/trunk/deps/third_party/jarjar@170888",
"src/third_party/jsr-305/src": "src/third_party/jsr-305/src":
(Var("googlecode_url") % "jsr-305") + "/trunk@51", (Var("googlecode_url") % "jsr-305") + "/trunk@51",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment