| Index: components/cronet/android/BUILD.gn
|
| diff --git a/components/cronet/android/BUILD.gn b/components/cronet/android/BUILD.gn
|
| index 9d50f574e106897e5612d4c1027852b3959bf5e9..42942ae53ba696f484b18b1aff33965790656746 100644
|
| --- a/components/cronet/android/BUILD.gn
|
| +++ b/components/cronet/android/BUILD.gn
|
| @@ -1435,6 +1435,13 @@ action("api_static_checks") {
|
| ":cronet_impl_native_java",
|
| ":cronet_impl_platform_java",
|
| ]
|
| + inputs = [
|
| + "//components/cronet/tools/update_api.py",
|
| + ]
|
| + sources = [
|
| + "//components/cronet/android/api.txt",
|
| + "//components/cronet/android/api_version.txt",
|
| + ]
|
| }
|
|
|
| group("cronet_package") {
|
|
|