Commit 7529ab44 authored by mikecase's avatar mikecase Committed by Commit bot

[Third Party] Add icu4java to Chromium.

This jar is a dependency for Robolectric 3.0

BUG=522043

Review-Url: https://codereview.chromium.org/2049543002
Cr-Commit-Position: refs/heads/master@{#403283}
parent 31ca43a0
...@@ -351,6 +351,7 @@ vs-chromium-project.txt ...@@ -351,6 +351,7 @@ vs-chromium-project.txt
/third_party/httpcomponents-core /third_party/httpcomponents-core
/third_party/hunspell_dictionaries /third_party/hunspell_dictionaries
/third_party/icu /third_party/icu
/third_party/icu4j/lib/*.jar
/third_party/jarjar /third_party/jarjar
/third_party/javax_inject/lib/*.jar /third_party/javax_inject/lib/*.jar
/third_party/jsoncpp/source /third_party/jsoncpp/source
......
...@@ -645,6 +645,16 @@ hooks = [ ...@@ -645,6 +645,16 @@ hooks = [
'-l', 'third_party/ow2_asm' '-l', 'third_party/ow2_asm'
], ],
}, },
{
'name': 'icu4j',
'pattern': '.',
'action': ['python',
'src/build/android/update_deps/update_third_party_deps.py',
'download',
'-b', 'chromium-icu4j',
'-l', 'third_party/icu4j'
],
},
{ {
# Downloads the current stable linux sysroot to build/linux/ if needed. # Downloads the current stable linux sysroot to build/linux/ if needed.
# This sysroot updates at about the same rate that the chrome build deps # This sysroot updates at about the same rate that the chrome build deps
......
# Copyright 2016 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/config/android/rules.gni")
java_prebuilt("icu4j_java") {
testonly = true
jar_path = "lib/icu4j-53.1.jar"
}
This diff is collapsed.
jbudorick@chromium.org
mikecase@chromium.org
yolandyan@chromium.org
\ No newline at end of file
Name: International Components for Unicode for Java (ICU4J)
URL: http://site.icu-project.org/
Version: 53.1
License: MIT
License File: NOT_SHIPPED
Security Critical: no
Description: icu4j provides Java libraries for Unicode support.
Local Modifications: None
786d9055d4ca8c1aab4a7d4ac8283f973fd7e41f
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