| Index: components/cronet/android/BUILD.gn
|
| diff --git a/components/cronet/android/BUILD.gn b/components/cronet/android/BUILD.gn
|
| index d8cd8e88e8836c8b3d53ae4fce74f48b63fc947f..db2ab529c91e2851164c1d5e44d4cf67469d1744 100644
|
| --- a/components/cronet/android/BUILD.gn
|
| +++ b/components/cronet/android/BUILD.gn
|
| @@ -1129,6 +1129,11 @@ action("api_static_checks") {
|
| ":cronet_impl_native_java",
|
| ":cronet_impl_platform_java",
|
| ]
|
| + sources = [
|
| + "//components/cronet/android/api.txt",
|
| + "//components/cronet/android/api_version.txt",
|
| + "//components/cronet/tools/update_api.py",
|
| + ]
|
| }
|
|
|
| group("cronet_package") {
|
|
|