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

Unified Diff: net/android/BUILD.gn

Issue 2076783004: Changes to update Junit and Mockito. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding myself to junit OWNERS Created 4 years, 4 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 2a34f4294c7783e4ae8487d695ff00e2a7fe72e1..fc51171a7827323b802247ab8fa9a7833fa824a2 100644
--- a/net/android/BUILD.gn
+++ b/net/android/BUILD.gn
@@ -164,7 +164,7 @@ junit_binary("net_junit_tests") {
":net_java",
"//base:base_java",
"//base:base_java_test_support",
- "//third_party/junit:hamcrest",
+ "//third_party/hamcrest:hamcrest_java",
]
srcjar_deps = [ "//base:base_build_config_gen" ]
}

Powered by Google App Engine
This is Rietveld 408576698