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

Unified Diff: testing/android/native_test/BUILD.gn

Issue 1926793002: 👔 Move side-loaded test data /sdcard -> /sdcard/gtestdata (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Was passing due to stale files on my /sdcard. Now should be fixed. QuicTestServer had a ref to e::a… Created 4 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: testing/android/native_test/BUILD.gn
diff --git a/testing/android/native_test/BUILD.gn b/testing/android/native_test/BUILD.gn
index 8ea6683fc74f5802372e574eaa3304159f7e8028..084f3db9386430fff33fc77b6f444dcf0b2becdf 100644
--- a/testing/android/native_test/BUILD.gn
+++ b/testing/android/native_test/BUILD.gn
@@ -40,6 +40,7 @@ android_library("native_test_java") {
testonly = true
deps = [
"//base:base_java",
+ "//base:base_java_test_support",
"//testing/android/appurify_support:appurify_support_java",
"//testing/android/reporter:reporter_java",
]
« no previous file with comments | « testing/android/native_test.gyp ('k') | testing/android/native_test/java/src/org/chromium/native_test/NativeTestActivity.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698