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

Unified Diff: content/test/BUILD.gn

Issue 1126543009: [Android] Refactor the native test wrappers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index c0f3e8fe83331628f89b1c04f66aff7b2adcbdb5..bfd158bc330837cefb9b33d6299687f81f95cfbc 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -371,7 +371,7 @@ if (!is_mac) {
deps += [
"//content/shell/android:content_shell_jni_headers",
"//content/shell:content_shell_lib",
- "//testing/android/native_test:native_test_util",
+ "//testing/android/native_test:native_test_support",
]
use_launcher = false

Powered by Google App Engine
This is Rietveld 408576698