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

Unified Diff: net/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 | « media/capture/video/android/BUILD.gn ('k') | third_party/WebKit/public/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/android/BUILD.gn
diff --git a/net/android/BUILD.gn b/net/android/BUILD.gn
index 717abdd6ce18bcb47d005c6d9a9d7d5685dcdf7a..9b707d78fa189eba6930a7599590b05b0a455e6a 100644
--- a/net/android/BUILD.gn
+++ b/net/android/BUILD.gn
@@ -25,6 +25,7 @@ android_library("net_java") {
]
deps = [
"//base:base_java",
+ "//third_party/android_tools:android_support_annotations_java",
]
srcjar_deps = [
":net_errors_java",
@@ -60,6 +61,7 @@ android_library("net_java_test_support") {
":net_java",
"//base:base_java",
"//base:base_java_test_support",
+ "//third_party/android_tools:android_support_annotations_java",
"//third_party/android_tools:legacy_http_javalib",
]
srcjar_deps = [
« no previous file with comments | « media/capture/video/android/BUILD.gn ('k') | third_party/WebKit/public/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698