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

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

Issue 1932183002: Add IntDefs to generated Java enums. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update deps. Created 4 years, 5 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/bookmarks/common/android/BUILD.gn ('k') | components/sync/android/BUILD.gn » ('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 c1e38706268a38a4c8b986bb5fbb13022dc0d215..e67d4b227bd97a97e30b362bbaa6a984e8aab176 100644
--- a/components/cronet/android/BUILD.gn
+++ b/components/cronet/android/BUILD.gn
@@ -57,6 +57,9 @@ java_cpp_enum("url_request_error_java") {
# This target is a jar file containing classes that Cronet's javadocs
# may reference but are not included in the javadocs themselves.
android_library("cronet_javadoc_classpath") {
+ deps = [
+ "//third_party/android_tools:android_support_annotations_java",
+ ]
srcjar_deps = [ ":url_request_error_java" ]
}
« no previous file with comments | « components/bookmarks/common/android/BUILD.gn ('k') | components/sync/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698