Commit 414bfbcf authored by Peter Wen's avatar Peter Wen Committed by Commit Bot

Android: Update dagger from 2.17 to 2.26

Speeds up java compilation. According to go/project-turbo's metrics,
updating dagger speeds up compilation from 55.6s to 54.1s (by 1.5s).

This speedup comes purely from reduction of annotation processing time
previously used by dagger, which is O(seconds), thus it is an impressive
feat by the dagger team.

Bug: 906803
Change-Id: I792e5cdaf879112c6822dacd3f228ed01460df9a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050741
Commit-Queue: Peter Wen <wnwen@chromium.org>
Reviewed-by: default avatarConley Owens <cco3@google.com>
Reviewed-by: default avatarAndrew Grieve <agrieve@chromium.org>
Reviewed-by: default avatarYaron Friedman <yfriedman@chromium.org>
Auto-Submit: Peter Wen <wnwen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#742753}
parent 9f77846e
......@@ -2953,7 +2953,7 @@ deps = {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_dagger_dagger',
'version': 'version:2.17-cr0',
'version': 'version:2.26-cr0',
},
],
'condition': 'checkout_android',
......@@ -2964,7 +2964,7 @@ deps = {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_dagger_dagger_compiler',
'version': 'version:2.17-cr0',
'version': 'version:2.26-cr0',
},
],
'condition': 'checkout_android',
......@@ -2975,7 +2975,7 @@ deps = {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_dagger_dagger_producers',
'version': 'version:2.17-cr0',
'version': 'version:2.26-cr0',
},
],
'condition': 'checkout_android',
......@@ -2986,7 +2986,7 @@ deps = {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_dagger_dagger_spi',
'version': 'version:2.17-cr0',
'version': 'version:2.26-cr0',
},
],
'condition': 'checkout_android',
......@@ -3096,7 +3096,7 @@ deps = {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_guava_guava',
'version': 'version:27.0.1-jre-cr0',
'version': 'version:27.1-jre-cr0',
},
],
'condition': 'checkout_android',
......@@ -3162,7 +3162,7 @@ deps = {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_squareup_javapoet',
'version': 'version:1.11.0-cr0',
'version': 'version:1.11.1-cr0',
},
],
'condition': 'checkout_android',
......@@ -3213,6 +3213,17 @@ deps = {
'dep_type': 'cipd',
},
'src/third_party/android_deps/libs/net_ltgt_gradle_incap_incap': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/net_ltgt_gradle_incap_incap',
'version': 'version:0.2-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/android_deps/libs/net_sf_kxml_kxml2': {
'packages': [
{
......@@ -3228,7 +3239,7 @@ deps = {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/org_checkerframework_checker_compat_qual',
'version': 'version:2.3.0-cr0',
'version': 'version:2.5.3-cr0',
},
],
'condition': 'checkout_android',
......@@ -3305,7 +3316,7 @@ deps = {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib',
'version': 'version:1.3.41-cr0',
'version': 'version:1.3.50-cr0',
},
],
'condition': 'checkout_android',
......@@ -3316,7 +3327,18 @@ deps = {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common',
'version': 'version:1.3.41-cr0',
'version': 'version:1.3.50-cr0',
},
],
'condition': 'checkout_android',
'dep_type': 'cipd',
},
'src/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm',
'version': 'version:0.1.0-cr0',
},
],
'condition': 'checkout_android',
......
......@@ -11,4 +11,5 @@
../../../third_party/javalang/src/javalang/tokenizer.py
../../../third_party/javalang/src/javalang/tree.py
../../../third_party/javalang/src/javalang/util.py
../../../third_party/six/src/six.py
create_stripped_java_factory.py
# Generated by running:
# build/print_python_deps.py --gn-paths testing/scripts/run_android_wpt.py
# build/print_python_deps.py --output testing/scripts/run_android_wpt.pydeps --gn-paths testing/scripts/run_android_wpt.py
//build/android/devil_chromium.py
//build/android/pylib/__init__.py
//build/android/pylib/constants/__init__.py
......@@ -35,7 +35,6 @@
//third_party/catapult/devil/devil/android/device_signal.py
//third_party/catapult/devil/devil/android/device_temp_file.py
//third_party/catapult/devil/devil/android/device_utils.py
//third_party/catapult/devil/devil/android/flag_changer.py
//third_party/catapult/devil/devil/android/install_commands.py
//third_party/catapult/devil/devil/android/logcat_monitor.py
//third_party/catapult/devil/devil/android/md5sum.py
......
......@@ -1551,7 +1551,7 @@ java_prebuilt("com_google_code_gson_gson_java") {
# This is generated, do not edit. Update BuildConfigGenerator.groovy instead.
java_prebuilt("com_google_dagger_dagger_java") {
jar_path = "libs/com_google_dagger_dagger/dagger-2.17.jar"
jar_path = "libs/com_google_dagger_dagger/dagger-2.26.jar"
output_name = "com_google_dagger_dagger"
supports_android = true
deps = [ ":javax_inject_javax_inject_java" ]
......@@ -1559,18 +1559,24 @@ java_prebuilt("com_google_dagger_dagger_java") {
# This is generated, do not edit. Update BuildConfigGenerator.groovy instead.
java_prebuilt("com_google_dagger_dagger_compiler_java") {
jar_path = "libs/com_google_dagger_dagger_compiler/dagger-compiler-2.17.jar"
jar_path = "libs/com_google_dagger_dagger_compiler/dagger-compiler-2.26.jar"
output_name = "com_google_dagger_dagger_compiler"
enable_bytecode_rewriter = false
deps = [
":com_google_code_findbugs_jsr305_java",
":com_google_dagger_dagger_java",
":com_google_dagger_dagger_producers_java",
":com_google_dagger_dagger_spi_java",
":com_google_googlejavaformat_google_java_format_java",
":com_google_guava_failureaccess_java",
":com_google_guava_guava_java",
":com_squareup_javapoet_java",
":javax_annotation_jsr250_api_java",
":javax_inject_javax_inject_java",
":net_ltgt_gradle_incap_incap_java",
":org_checkerframework_checker_compat_qual_java",
":org_jetbrains_kotlin_kotlin_stdlib_java",
":org_jetbrains_kotlinx_kotlinx_metadata_jvm_java",
]
}
......@@ -1598,7 +1604,7 @@ java_prebuilt("com_google_errorprone_error_prone_core_java") {
# This is generated, do not edit. Update BuildConfigGenerator.groovy instead.
java_prebuilt("com_google_guava_guava_java") {
jar_path = "libs/com_google_guava_guava/guava-27.0.1-jre.jar"
jar_path = "libs/com_google_guava_guava/guava-27.1-jre.jar"
output_name = "com_google_guava_guava"
enable_bytecode_rewriter = false
deps = [
......@@ -1639,7 +1645,7 @@ java_prebuilt("com_googlecode_java_diff_utils_diffutils_java") {
# This is generated, do not edit. Update BuildConfigGenerator.groovy instead.
java_prebuilt("com_squareup_javapoet_java") {
jar_path = "libs/com_squareup_javapoet/javapoet-1.11.0.jar"
jar_path = "libs/com_squareup_javapoet/javapoet-1.11.1.jar"
output_name = "com_squareup_javapoet"
enable_bytecode_rewriter = false
}
......@@ -2410,7 +2416,7 @@ java_prebuilt("com_google_code_findbugs_jsr305_java") {
# This is generated, do not edit. Update BuildConfigGenerator.groovy instead.
java_prebuilt("com_google_dagger_dagger_producers_java") {
jar_path = "libs/com_google_dagger_dagger_producers/dagger-producers-2.17.jar"
jar_path = "libs/com_google_dagger_dagger_producers/dagger-producers-2.26.jar"
output_name = "com_google_dagger_dagger_producers"
enable_bytecode_rewriter = false
......@@ -2419,6 +2425,7 @@ java_prebuilt("com_google_dagger_dagger_producers_java") {
visibility = [ ":*" ]
deps = [
":com_google_dagger_dagger_java",
":com_google_guava_failureaccess_java",
":com_google_guava_guava_java",
":javax_inject_javax_inject_java",
":org_checkerframework_checker_compat_qual_java",
......@@ -2427,7 +2434,7 @@ java_prebuilt("com_google_dagger_dagger_producers_java") {
# This is generated, do not edit. Update BuildConfigGenerator.groovy instead.
java_prebuilt("com_google_dagger_dagger_spi_java") {
jar_path = "libs/com_google_dagger_dagger_spi/dagger-spi-2.17.jar"
jar_path = "libs/com_google_dagger_dagger_spi/dagger-spi-2.26.jar"
output_name = "com_google_dagger_dagger_spi"
enable_bytecode_rewriter = false
......@@ -2435,9 +2442,12 @@ java_prebuilt("com_google_dagger_dagger_spi_java") {
# //third_party/android_deps/build.gradle.
visibility = [ ":*" ]
deps = [
":com_google_code_findbugs_jsr305_java",
":com_google_dagger_dagger_java",
":com_google_dagger_dagger_producers_java",
":com_google_guava_failureaccess_java",
":com_google_guava_guava_java",
":com_squareup_javapoet_java",
":javax_inject_javax_inject_java",
]
}
......@@ -2569,6 +2579,17 @@ java_prebuilt("com_google_protobuf_protobuf_java_java") {
visibility = [ ":*" ]
}
# This is generated, do not edit. Update BuildConfigGenerator.groovy instead.
java_prebuilt("net_ltgt_gradle_incap_incap_java") {
jar_path = "libs/net_ltgt_gradle_incap_incap/incap-0.2.jar"
output_name = "net_ltgt_gradle_incap_incap"
enable_bytecode_rewriter = false
# To remove visibility constraint, add this dependency to
# //third_party/android_deps/build.gradle.
visibility = [ ":*" ]
}
# This is generated, do not edit. Update BuildConfigGenerator.groovy instead.
java_prebuilt("net_sf_kxml_kxml2_java") {
jar_path = "libs/net_sf_kxml_kxml2/kxml2-2.3.0.jar"
......@@ -2586,7 +2607,7 @@ java_prebuilt("net_sf_kxml_kxml2_java") {
# This is generated, do not edit. Update BuildConfigGenerator.groovy instead.
java_prebuilt("org_checkerframework_checker_compat_qual_java") {
jar_path = "libs/org_checkerframework_checker_compat_qual/checker-compat-qual-2.3.0.jar"
jar_path = "libs/org_checkerframework_checker_compat_qual/checker-compat-qual-2.5.3.jar"
output_name = "org_checkerframework_checker_compat_qual"
enable_bytecode_rewriter = false
......@@ -2671,7 +2692,7 @@ java_prebuilt("org_jetbrains_annotations_java") {
# This is generated, do not edit. Update BuildConfigGenerator.groovy instead.
java_prebuilt("org_jetbrains_kotlin_kotlin_stdlib_java") {
jar_path = "libs/org_jetbrains_kotlin_kotlin_stdlib/kotlin-stdlib-1.3.41.jar"
jar_path = "libs/org_jetbrains_kotlin_kotlin_stdlib/kotlin-stdlib-1.3.50.jar"
output_name = "org_jetbrains_kotlin_kotlin_stdlib"
enable_bytecode_rewriter = false
......@@ -2686,7 +2707,7 @@ java_prebuilt("org_jetbrains_kotlin_kotlin_stdlib_java") {
# This is generated, do not edit. Update BuildConfigGenerator.groovy instead.
java_prebuilt("org_jetbrains_kotlin_kotlin_stdlib_common_java") {
jar_path = "libs/org_jetbrains_kotlin_kotlin_stdlib_common/kotlin-stdlib-common-1.3.41.jar"
jar_path = "libs/org_jetbrains_kotlin_kotlin_stdlib_common/kotlin-stdlib-common-1.3.50.jar"
output_name = "org_jetbrains_kotlin_kotlin_stdlib_common"
enable_bytecode_rewriter = false
......@@ -2695,6 +2716,18 @@ java_prebuilt("org_jetbrains_kotlin_kotlin_stdlib_common_java") {
visibility = [ ":*" ]
}
# This is generated, do not edit. Update BuildConfigGenerator.groovy instead.
java_prebuilt("org_jetbrains_kotlinx_kotlinx_metadata_jvm_java") {
jar_path = "libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm/kotlinx-metadata-jvm-0.1.0.jar"
output_name = "org_jetbrains_kotlinx_kotlinx_metadata_jvm"
enable_bytecode_rewriter = false
# To remove visibility constraint, add this dependency to
# //third_party/android_deps/build.gradle.
visibility = [ ":*" ]
deps = [ ":org_jetbrains_kotlin_kotlin_stdlib_java" ]
}
# This is generated, do not edit. Update BuildConfigGenerator.groovy instead.
java_prebuilt("org_ow2_asm_asm_analysis_java") {
jar_path = "libs/org_ow2_asm_asm_analysis/asm-analysis-7.0.jar"
......
......@@ -152,6 +152,7 @@
"libs/javax_annotation_javax_annotation_api",
"libs/javax_annotation_jsr250_api",
"libs/javax_inject_javax_inject",
"libs/net_ltgt_gradle_incap_incap",
"libs/net_sf_kxml_kxml2",
"libs/org_checkerframework_checker_compat_qual",
"libs/org_checkerframework_checker_qual",
......@@ -162,6 +163,7 @@
"libs/org_jetbrains_annotations",
"libs/org_jetbrains_kotlin_kotlin_stdlib",
"libs/org_jetbrains_kotlin_kotlin_stdlib_common",
"libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm",
"libs/org_ow2_asm_asm",
"libs/org_ow2_asm_asm_analysis",
"libs/org_ow2_asm_asm_commons",
......
......@@ -125,7 +125,7 @@ dependencies {
// buildCompile targets have supports_android = false.
buildCompile "com.google.guava:guava:27.0.1-jre"
def daggerVersion = '2.17'
def daggerVersion = '2.26'
compile "com.google.dagger:dagger:${daggerVersion}"
buildCompile "com.google.dagger:dagger-compiler:${daggerVersion}"
......
Name: Dagger
Short Name: dagger
URL: https://github.com/google/dagger
Version: 2.17
Version: 2.26
License: Apache 2.0
License File: LICENSE
Security Critical: yes
......
......@@ -3,8 +3,8 @@
# found in the LICENSE file.
# To create CIPD package run the following command.
# cipd create --pkg-def cipd.yaml -tag version:2.17-cr0
# cipd create --pkg-def cipd.yaml -tag version:2.26-cr0
package: chromium/third_party/android_deps/libs/com_google_dagger_dagger
description: "Dagger"
data:
- file: dagger-2.17.jar
- file: dagger-2.26.jar
Name: Dagger Compiler
Short Name: dagger-compiler
URL: https://github.com/google/dagger
Version: 2.17
Version: 2.26
License: Apache 2.0
License File: NOT_SHIPPED
Security Critical: no
......
......@@ -3,8 +3,8 @@
# found in the LICENSE file.
# To create CIPD package run the following command.
# cipd create --pkg-def cipd.yaml -tag version:2.17-cr0
# cipd create --pkg-def cipd.yaml -tag version:2.26-cr0
package: chromium/third_party/android_deps/libs/com_google_dagger_dagger_compiler
description: "Dagger Compiler"
data:
- file: dagger-compiler-2.17.jar
- file: dagger-compiler-2.26.jar
Name: Dagger Producers
Short Name: dagger-producers
URL: https://github.com/google/dagger
Version: 2.17
Version: 2.26
License: Apache 2.0
License File: NOT_SHIPPED
Security Critical: no
......
......@@ -3,8 +3,8 @@
# found in the LICENSE file.
# To create CIPD package run the following command.
# cipd create --pkg-def cipd.yaml -tag version:2.17-cr0
# cipd create --pkg-def cipd.yaml -tag version:2.26-cr0
package: chromium/third_party/android_deps/libs/com_google_dagger_dagger_producers
description: "Dagger Producers"
data:
- file: dagger-producers-2.17.jar
- file: dagger-producers-2.26.jar
Name: Dagger SPI
Short Name: dagger-spi
URL: https://github.com/google/dagger
Version: 2.17
Version: 2.26
License: Apache 2.0
License File: NOT_SHIPPED
Security Critical: no
......
......@@ -3,8 +3,8 @@
# found in the LICENSE file.
# To create CIPD package run the following command.
# cipd create --pkg-def cipd.yaml -tag version:2.17-cr0
# cipd create --pkg-def cipd.yaml -tag version:2.26-cr0
package: chromium/third_party/android_deps/libs/com_google_dagger_dagger_spi
description: "Dagger SPI"
data:
- file: dagger-spi-2.17.jar
- file: dagger-spi-2.26.jar
Name: Guava: Google Core Libraries for Java
Short Name: guava
URL: https://github.com/google/guava
Version: 27.0.1-jre
Version: 27.1-jre
License: Apache 2.0
License File: NOT_SHIPPED
Security Critical: no
......
......@@ -3,8 +3,8 @@
# found in the LICENSE file.
# To create CIPD package run the following command.
# cipd create --pkg-def cipd.yaml -tag version:27.0.1-jre-cr0
# cipd create --pkg-def cipd.yaml -tag version:27.1-jre-cr0
package: chromium/third_party/android_deps/libs/com_google_guava_guava
description: "Guava: Google Core Libraries for Java"
data:
- file: guava-27.0.1-jre.jar
- file: guava-27.1-jre.jar
Name: JavaPoet
Short Name: javapoet
URL: http://github.com/square/javapoet/
Version: 1.11.0
Version: 1.11.1
License: Apache 2.0
License File: NOT_SHIPPED
Security Critical: no
......
......@@ -3,8 +3,8 @@
# found in the LICENSE file.
# To create CIPD package run the following command.
# cipd create --pkg-def cipd.yaml -tag version:1.11.0-cr0
# cipd create --pkg-def cipd.yaml -tag version:1.11.1-cr0
package: chromium/third_party/android_deps/libs/com_squareup_javapoet
description: "JavaPoet"
data:
- file: javapoet-1.11.0.jar
- file: javapoet-1.11.1.jar
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright [yyyy] [name of copyright owner]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
file://third_party/android_deps/OWNERS
\ No newline at end of file
Name: net.ltgt.gradle.incap:incap
Short Name: incap
URL: https://github.com/tbroyer/gradle-incap-helper
Version: 0.2
License: The Apache License, Version 2.0
License File: NOT_SHIPPED
Security Critical: no
Description:
Helper library for building incremental annotation processors
Local Modifications:
No modifications.
# Copyright 2018 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.
# To create CIPD package run the following command.
# cipd create --pkg-def cipd.yaml -tag version:0.2-cr0
package: chromium/third_party/android_deps/libs/net_ltgt_gradle_incap_incap
description: "net.ltgt.gradle.incap:incap"
data:
- file: incap-0.2.jar
Name: Checker Qual
Short Name: checker-compat-qual
URL: https://checkerframework.org
Version: 2.3.0
Version: 2.5.3
License: GPL v2 with the classpath exception
License File: NOT_SHIPPED
Security Critical: no
......
......@@ -3,8 +3,8 @@
# found in the LICENSE file.
# To create CIPD package run the following command.
# cipd create --pkg-def cipd.yaml -tag version:2.3.0-cr0
# cipd create --pkg-def cipd.yaml -tag version:2.5.3-cr0
package: chromium/third_party/android_deps/libs/org_checkerframework_checker_compat_qual
description: "Checker Qual"
data:
- file: checker-compat-qual-2.3.0.jar
- file: checker-compat-qual-2.5.3.jar
Name: org.jetbrains.kotlin:kotlin-stdlib
Short Name: kotlin-stdlib
URL: https://kotlinlang.org/
Version: 1.3.41
Version: 1.3.50
License: The Apache License, Version 2.0
License File: NOT_SHIPPED
Security Critical: no
......
......@@ -3,8 +3,8 @@
# found in the LICENSE file.
# To create CIPD package run the following command.
# cipd create --pkg-def cipd.yaml -tag version:1.3.41-cr0
# cipd create --pkg-def cipd.yaml -tag version:1.3.50-cr0
package: chromium/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib
description: "org.jetbrains.kotlin:kotlin-stdlib"
data:
- file: kotlin-stdlib-1.3.41.jar
- file: kotlin-stdlib-1.3.50.jar
Name: org.jetbrains.kotlin:kotlin-stdlib-common
Short Name: kotlin-stdlib-common
URL: https://kotlinlang.org/
Version: 1.3.41
Version: 1.3.50
License: The Apache License, Version 2.0
License File: NOT_SHIPPED
Security Critical: no
......
......@@ -3,8 +3,8 @@
# found in the LICENSE file.
# To create CIPD package run the following command.
# cipd create --pkg-def cipd.yaml -tag version:1.3.41-cr0
# cipd create --pkg-def cipd.yaml -tag version:1.3.50-cr0
package: chromium/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_common
description: "org.jetbrains.kotlin:kotlin-stdlib-common"
data:
- file: kotlin-stdlib-common-1.3.41.jar
- file: kotlin-stdlib-common-1.3.50.jar
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright [yyyy] [name of copyright owner]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
file://third_party/android_deps/OWNERS
\ No newline at end of file
Name: org.jetbrains.kotlinx:kotlinx-metadata-jvm
Short Name: kotlinx-metadata-jvm
URL: https://kotlinlang.org/
Version: 0.1.0
License: The Apache License, Version 2.0
License File: NOT_SHIPPED
Security Critical: no
Description:
Kotlin JVM metadata manipulation library
Local Modifications:
No modifications.
# Copyright 2018 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.
# To create CIPD package run the following command.
# cipd create --pkg-def cipd.yaml -tag version:0.1.0-cr0
package: chromium/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_metadata_jvm
description: "org.jetbrains.kotlinx:kotlinx-metadata-jvm"
data:
- file: kotlinx-metadata-jvm-0.1.0.jar
......@@ -82,7 +82,7 @@ case "`uname`" in
esac
ANDROID_DEPS=$THIRD_PARTY_DIR/android_deps/libs
CLASSPATH=$APP_HOME/lib/jetifier-standalone.jar:$ANDROID_DEPS/com_android_tools_build_jetifier_jetifier_processor/jetifier-processor-1.0.0-beta08.jar:$ANDROID_DEPS/commons_cli_commons_cli/commons-cli-1.3.1.jar:$ANDROID_DEPS/com_android_tools_build_jetifier_jetifier_core/jetifier-core-1.0.0-beta08.jar:$ANDROID_DEPS/org_ow2_asm_asm_util/asm-util-7.0.jar:$ANDROID_DEPS/org_ow2_asm_asm_commons/asm-commons-7.0.jar:$ANDROID_DEPS/org_ow2_asm_asm_tree/asm-tree-7.0.jar:$ANDROID_DEPS/org_ow2_asm_asm/asm-7.0.jar:$ANDROID_DEPS/org_jdom_jdom2/jdom2-2.0.6.jar:$ANDROID_DEPS/org_jetbrains_kotlin_kotlin_stdlib/kotlin-stdlib-1.3.41.jar:$ANDROID_DEPS/com_google_code_gson_gson/gson-2.8.0.jar:$ANDROID_DEPS/org_jetbrains_kotlin_kotlin_stdlib_common/kotlin-stdlib-common-1.3.41.jar:$ANDROID_DEPS/org_jetbrains_annotations/annotations-13.0.jar
CLASSPATH=$APP_HOME/lib/jetifier-standalone.jar:$ANDROID_DEPS/com_android_tools_build_jetifier_jetifier_processor/jetifier-processor-1.0.0-beta08.jar:$ANDROID_DEPS/commons_cli_commons_cli/commons-cli-1.3.1.jar:$ANDROID_DEPS/com_android_tools_build_jetifier_jetifier_core/jetifier-core-1.0.0-beta08.jar:$ANDROID_DEPS/org_ow2_asm_asm_util/asm-util-7.0.jar:$ANDROID_DEPS/org_ow2_asm_asm_commons/asm-commons-7.0.jar:$ANDROID_DEPS/org_ow2_asm_asm_tree/asm-tree-7.0.jar:$ANDROID_DEPS/org_ow2_asm_asm/asm-7.0.jar:$ANDROID_DEPS/org_jdom_jdom2/jdom2-2.0.6.jar:$ANDROID_DEPS/org_jetbrains_kotlin_kotlin_stdlib/kotlin-stdlib-1.3.50.jar:$ANDROID_DEPS/com_google_code_gson_gson/gson-2.8.0.jar:$ANDROID_DEPS/org_jetbrains_kotlin_kotlin_stdlib_common/kotlin-stdlib-common-1.3.50.jar:$ANDROID_DEPS/org_jetbrains_annotations/annotations-13.0.jar
# Determine the Java command to use to start the JVM.
if [ -n "$JAVA_HOME" ] ; then
......
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