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

Unified Diff: net/android/BUILD.gn

Issue 1128043007: Support Kerberos on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix a nit I had missed. Created 5 years, 6 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
Index: net/android/BUILD.gn
diff --git a/net/android/BUILD.gn b/net/android/BUILD.gn
index 358e1f7038892c23858e225489ca5265971a57fd..3847d542a6998a86f016118d44e5e8ccaa1bf722 100644
--- a/net/android/BUILD.gn
+++ b/net/android/BUILD.gn
@@ -78,6 +78,18 @@ java_cpp_enum("net_android_java_enums_srcjar") {
]
}
+# GYP: //net/net.gyp:net_junit_tests
+junit_binary("net_junit_tests") {
+ java_files =
+ [ "junit/src/org/chromium/net/HttpNegotiateAuthenticatorTest.java" ]
+ deps = [
+ ":net_java",
+ "//base:base_java",
+ "//base:base_java_test_support",
+ "//third_party/junit:hamcrest",
+ ]
+}
+
# TODO(GYP)
if (false) {
unittest_apk("net_unittests_apk") {

Powered by Google App Engine
This is Rietveld 408576698