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

Unified Diff: net/android/BUILD.gn

Issue 2082453003: 🎅 Use GN's dependency info for native libraries in write_build_config.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove dependent patchset (ugh) Created 4 years, 6 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 | « mojo/android/BUILD.gn ('k') | remoting/android/BUILD.gn » ('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 241d9553e15576d7027322ed07f2ea22982f03be..9beadb061b49c94283e8a9714d9c5906453462a0 100644
--- a/net/android/BUILD.gn
+++ b/net/android/BUILD.gn
@@ -96,13 +96,12 @@ shared_library("net_java_test_native_support") {
android_apk("net_test_support_apk") {
testonly = true
deps = [
- ":net_java_test_native_support",
":net_java_test_support",
"//base:base_java",
]
android_manifest = "../test/android/javatests/AndroidManifest.xml"
apk_name = "ChromiumNetTestSupport"
- native_libs = [ "libnet_java_test_native_support.so" ]
+ shared_libraries = [ ":net_java_test_native_support" ]
}
android_resources("net_unittests_apk_resources") {
« no previous file with comments | « mojo/android/BUILD.gn ('k') | remoting/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698