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

Unified Diff: net/android/BUILD.gn

Issue 1423633002: GN: Fix up net_unittests to match GYP (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 5 years, 2 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
« net/BUILD.gn ('K') | « net/BUILD.gn ('k') | testing/test.gni » ('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 3344ab71bcaa02bab3136ad78a9899ad68007bb1..c9c87398b8ba1ad453aaad8699ff5e7a2897fe4f 100644
--- a/net/android/BUILD.gn
+++ b/net/android/BUILD.gn
@@ -36,6 +36,11 @@ android_library("net_java_test_support") {
srcjar_deps = [ ":net_java_test_support_enums_srcjar" ]
}
+android_resources("net_unittests_apk_resources") {
+ resource_dirs = [ "unittest_support/res" ]
+ custom_package = "org.chromium.native_test"
+}
+
android_library("net_javatests") {
DEPRECATED_java_in_dir = "javatests/src"
deps = [
@@ -95,15 +100,3 @@ junit_binary("net_junit_tests") {
"//third_party/junit:hamcrest",
]
}
-
-# TODO(GYP)
-if (false) {
- unittest_apk("net_unittests_apk") {
- deps = [
- ":net_java",
- ":net_javatests",
- "//net:net_unittests",
- ]
- unittests_dep = "//net:net_unittests"
- }
-}
« net/BUILD.gn ('K') | « net/BUILD.gn ('k') | testing/test.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698