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

Unified Diff: net/android/BUILD.gn

Issue 1127233005: Don't include tested apks resources in test apk (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
« build/android/gyp/jar.py ('K') | « net/BUILD.gn ('k') | no next file » | 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 89cc6b37a0c1ef1a85dda6d36b4562d3065dd02a..358e1f7038892c23858e225489ca5265971a57fd 100644
--- a/net/android/BUILD.gn
+++ b/net/android/BUILD.gn
@@ -28,6 +28,9 @@ android_aidl("remote_android_keystore_aidl") {
android_library("net_java_test_support") {
DEPRECATED_java_in_dir = "../test/android/javatests/src"
+ deps = [
+ "//base:base_java",
+ ]
srcjar_deps = [ ":net_java_test_support_enums_srcjar" ]
}
« build/android/gyp/jar.py ('K') | « net/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698