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

Unified Diff: tools/android/memconsumer/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 | « testing/test.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/memconsumer/BUILD.gn
diff --git a/tools/android/memconsumer/BUILD.gn b/tools/android/memconsumer/BUILD.gn
index 90b7fcf83a7d2ade5da4bc669915e075004db340..70a4447d21762e3130eaa35ab58021fe8d09d879 100644
--- a/tools/android/memconsumer/BUILD.gn
+++ b/tools/android/memconsumer/BUILD.gn
@@ -16,10 +16,9 @@ android_apk("memconsumer_apk") {
"java/src/org/chromium/memconsumer/MemConsumer.java",
"java/src/org/chromium/memconsumer/ResidentService.java",
]
- native_libs = [ "libmemconsumer.so" ]
+ shared_libraries = [ ":libmemconsumer" ]
deps = [
- ":libmemconsumer",
":memconsumer_apk_resources",
"//base:base_java",
]
« no previous file with comments | « testing/test.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698