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

Unified Diff: net/android/BUILD.gn

Issue 1841863002: Update monet. (Closed) Base URL: https://github.com/domokit/monet.git@master
Patch Set: Created 4 years, 9 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 | « net/BUILD.gn ('k') | net/android/network_change_notifier_delegate_android.h » ('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 358e1f7038892c23858e225489ca5265971a57fd..4069131a7ee27f34fd626bb2701125b8f8bba026 100644
--- a/net/android/BUILD.gn
+++ b/net/android/BUILD.gn
@@ -26,22 +26,23 @@ android_aidl("remote_android_keystore_aidl") {
]
}
-android_library("net_java_test_support") {
- DEPRECATED_java_in_dir = "../test/android/javatests/src"
- deps = [
- "//base:base_java",
- ]
- srcjar_deps = [ ":net_java_test_support_enums_srcjar" ]
-}
-
-android_library("net_javatests") {
- DEPRECATED_java_in_dir = "javatests/src"
- deps = [
- "//base:base_java",
- "//base:base_java_test_support",
- ":net_java",
- ]
-}
+# TODO(vtl): Doesn't build with SDK version 23; needs some fixin'.
+#android_library("net_java_test_support") {
+# DEPRECATED_java_in_dir = "../test/android/javatests/src"
+# deps = [
+# "//base:base_java",
+# ]
+# srcjar_deps = [ ":net_java_test_support_enums_srcjar" ]
+#}
+#
+#android_library("net_javatests") {
+# DEPRECATED_java_in_dir = "javatests/src"
+# deps = [
+# "//base:base_java",
+# "//base:base_java_test_support",
+# ":net_java",
+# ]
+#}
java_cpp_template("net_errors_java") {
package_name = "org/chromium/net"
« no previous file with comments | « net/BUILD.gn ('k') | net/android/network_change_notifier_delegate_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698