Commit 378c735d authored by mikecase's avatar mikecase Committed by Commit bot

[Third Party] Add Bouncycastle to Chromium.

This jar is a dependency for Robolectric 3.0.

BUG=522043

Review-Url: https://codereview.chromium.org/2045583006
Cr-Commit-Position: refs/heads/master@{#403343}
parent 0d43514e
......@@ -308,6 +308,7 @@ vs-chromium-project.txt
/third_party/bidichecker
/third_party/bison
/third_party/boringssl/src
/third_party/bouncycastle/lib/*.jar
/third_party/cacheinvalidation/cacheinvalidation_unittests_run.xml
/third_party/cardboard-java/src
/third_party/catapult
......
......@@ -665,6 +665,16 @@ hooks = [
'-l', 'third_party/accessibility_test_framework'
],
},
{
'name': 'bouncycastle',
'pattern': '.',
'action': ['python',
'src/build/android/update_deps/update_third_party_deps.py',
'download',
'-b', 'chromium-bouncycastle',
'-l', 'third_party/bouncycastle'
],
},
{
# Downloads the current stable linux sysroot to build/linux/ if needed.
# 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("bouncycastle_java") {
testonly = true
jar_path = "lib/bcprov-jdk16-1.46.jar"
}
Copyright (c) 2000 - 2015 The Legion of the Bouncy Castle Inc. (http://www.bouncycastle.org)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file
jbudorick@chromium.org
mikecase@chromium.org
yolandyan@chromium.org
\ No newline at end of file
Name: Bouncy Castle
URL: https://www.bouncycastle.org/java.html
Version: 1.46
License: MIT
License File: NOT_SHIPPED
Security Critical: no
Description:
Bouncy Castle provides a set of Java lightweight cryptography APIs.
This library is used by tests only.
Local Modifications: None
ce091790943599535cbb4de8ede84535b0c1260c
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