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

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

Issue 2544043002: [Cronet] Enforce Cronet API never modified, only grown (Closed)
Patch Set: remove absolute_import Created 3 years, 11 months 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 | « components/cronet/__init__.py ('k') | components/cronet/android/api.txt » ('j') | no next file with comments »
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 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") {
« no previous file with comments | « components/cronet/__init__.py ('k') | components/cronet/android/api.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698