Update google-truth library to 0.45
Bug: 970899 Change-Id: Ibe2b991f160c184911c2239e437f1c7585614403 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1645498 Reviewed-by: Filip Gorski <fgorski@chromium.org> Commit-Queue: Gang Wu <gangwu@chromium.org> Cr-Commit-Position: refs/heads/master@{#666711}
This commit is contained in:
2
DEPS
2
DEPS
@@ -912,7 +912,7 @@ deps = {
|
|||||||
'packages': [
|
'packages': [
|
||||||
{
|
{
|
||||||
'package': 'chromium/third_party/google-truth',
|
'package': 'chromium/third_party/google-truth',
|
||||||
'version': '0VVeotkT0RWtPio6D5NOjDWUwgzDXEbOlqAdmRZ4ku4C',
|
'version': 'u8oovXxp24lStqX4d54htRovta-75Sy2w7ijg1TL07gC',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
'condition': 'checkout_android',
|
'condition': 'checkout_android',
|
||||||
|
4
third_party/google-truth/BUILD.gn
vendored
4
third_party/google-truth/BUILD.gn
vendored
@@ -13,9 +13,11 @@ java_prebuilt("google_truth_java") {
|
|||||||
# requires_android because of dependency on guava_android.
|
# requires_android because of dependency on guava_android.
|
||||||
requires_android = true
|
requires_android = true
|
||||||
|
|
||||||
jar_path = "lib/truth-0.44.jar"
|
jar_path = "lib/truth-0.45.jar"
|
||||||
deps = [
|
deps = [
|
||||||
"//third_party/guava:guava_android_java",
|
"//third_party/guava:guava_android_java",
|
||||||
"//third_party/junit:junit",
|
"//third_party/junit:junit",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
proguard_configs = [ "proguard.flags" ]
|
||||||
}
|
}
|
||||||
|
2
third_party/google-truth/README.chromium
vendored
2
third_party/google-truth/README.chromium
vendored
@@ -1,7 +1,7 @@
|
|||||||
Name: Fluent assertions for Java
|
Name: Fluent assertions for Java
|
||||||
Short Name: google-truth
|
Short Name: google-truth
|
||||||
URL: https://github.com/google/truth
|
URL: https://github.com/google/truth
|
||||||
Version: 0.44
|
Version: 0.45
|
||||||
License: Apache 2.0
|
License: Apache 2.0
|
||||||
License File: NOT_SHIPPED
|
License File: NOT_SHIPPED
|
||||||
Security Critical: no
|
Security Critical: no
|
||||||
|
2
third_party/google-truth/cipd.yaml
vendored
2
third_party/google-truth/cipd.yaml
vendored
@@ -11,4 +11,4 @@
|
|||||||
package: chromium/third_party/google-truth
|
package: chromium/third_party/google-truth
|
||||||
description: Google Truth Fluent Assertions Java Library
|
description: Google Truth Fluent Assertions Java Library
|
||||||
data:
|
data:
|
||||||
- file: lib/truth-0.44.jar
|
- file: lib/truth-0.45.jar
|
||||||
|
1
third_party/google-truth/proguard.flags
vendored
Normal file
1
third_party/google-truth/proguard.flags
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
-dontwarn org.objectweb.asm.**
|
Reference in New Issue
Block a user