Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(528)

Unified Diff: components/cronet/android/BUILD.gn

Issue 2544043002: [Cronet] Enforce Cronet API never modified, only grown (Closed)
Patch Set: add more tests Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/cronet/android/api.txt » ('j') | components/cronet/tools/api_static_checks.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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") {
« no previous file with comments | « no previous file | components/cronet/android/api.txt » ('j') | components/cronet/tools/api_static_checks.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698