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

Unified Diff: net/android/BUILD.gn

Issue 2860673005: Add assertion to EmbeddedTestServer creation method (Closed)
Patch Set: address comments Created 3 years, 7 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 | « no previous file | net/test/android/javatests/src/org/chromium/net/test/EmbeddedTestServer.java » ('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 2ff835d02c03cdb75503e02828678c2a4de042db..6dac98818faeb50f3475bd6928e5248f0de1bd7f 100644
--- a/net/android/BUILD.gn
+++ b/net/android/BUILD.gn
@@ -58,6 +58,7 @@ android_library("net_java_test_support") {
"//base:base_java",
"//base:base_java_test_support",
"//third_party/android_tools:android_support_annotations_java",
+ "//third_party/junit",
]
srcjar_deps = [
":embedded_test_server_aidl",
« no previous file with comments | « no previous file | net/test/android/javatests/src/org/chromium/net/test/EmbeddedTestServer.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698