Commit 0466de34 authored by mikecase's avatar mikecase Committed by Commit bot

[Third Party] Add ow2-asm jars to Chromium.

These jars are dependencies for Robolectric 3.0.

BUG=522043

Review-Url: https://codereview.chromium.org/2049563002
Cr-Commit-Position: refs/heads/master@{#403276}
parent 1ea67932
...@@ -394,6 +394,7 @@ vs-chromium-project.txt ...@@ -394,6 +394,7 @@ vs-chromium-project.txt
/third_party/openmax_dl/ /third_party/openmax_dl/
/third_party/openh264/src /third_party/openh264/src
/third_party/opus/src /third_party/opus/src
/third_party/ow2_asm/lib/*.jar
/third_party/pdfsqueeze /third_party/pdfsqueeze
/third_party/pdfium /third_party/pdfium
/third_party/pefile /third_party/pefile
......
...@@ -635,6 +635,16 @@ hooks = [ ...@@ -635,6 +635,16 @@ hooks = [
'-l', 'third_party/apache_velocity' '-l', 'third_party/apache_velocity'
], ],
}, },
{
'name': 'ow2_asm',
'pattern': '.',
'action': ['python',
'src/build/android/update_deps/update_third_party_deps.py',
'download',
'-b', 'chromium-ow2-asm',
'-l', 'third_party/ow2_asm'
],
},
{ {
# 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("asm_java") {
testonly = true
jar_path = "lib/asm-5.0.1.jar"
}
java_prebuilt("asm_tree_java") {
testonly = true
jar_path = "lib/asm-tree-5.0.1.jar"
deps = [
":asm_java",
]
}
java_prebuilt("asm_analysis_java") {
testonly = true
jar_path = "lib/asm-analysis-5.0.1.jar"
deps = [
":asm_tree_java",
]
}
java_prebuilt("asm_commons_java") {
testonly = true
jar_path = "lib/asm-commons-5.0.1.jar"
deps = [
":asm_tree_java",
]
}
java_prebuilt("asm_util_java") {
testonly = true
jar_path = "lib/asm-util-5.0.1.jar"
deps = [
":asm_tree_java",
]
}
Copyright (c) 2000-2011 INRIA, France Telecom
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. Neither the name of the copyright holders nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file
jbudorick@chromium.org
mikecase@chromium.org
yolandyan@chromium.org
\ No newline at end of file
Name: ASM
URL: http://asm.ow2.org/
Version: 5.0.1
License: BSD 3-Clause
License File: NOT_SHIPPED
Security Critical: no
Description: ASM is a Java bytecode manipulation and analysis framework.
Local Modifications: None
2fd56467a018aafe6ec6a73ccba520be4a7e1565
e286fbee48efacb4e7c175f7948d9d8b2ab52352
7b7147a390a93a14d2edfdcf3f7b0e87a0939c3e
1b1e6e9d869acd704056d0a4223071a511c619e6
7c8caddfbd0b2d7b844f8fcc75175b9cb9cf4724
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