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

Unified Diff: blimp/client/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: fix osmesa on non-android 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
Index: blimp/client/BUILD.gn
diff --git a/blimp/client/BUILD.gn b/blimp/client/BUILD.gn
index 3ac18309292fe230c709df140d073f3dcfd169bb..b174cab68e0e229249a991bd348629fdb6a899ba 100644
--- a/blimp/client/BUILD.gn
+++ b/blimp/client/BUILD.gn
@@ -510,7 +510,6 @@ if (is_android) {
android_apk("blimp_apk") {
deps = [
":blimp_apk_manifest",
- ":blimp_client_android",
":blimp_java",
"//base:base_java",
"//components/safe_json/android:safe_json_java",
@@ -518,7 +517,7 @@ if (is_android) {
]
apk_name = "Blimp"
android_manifest = blimp_apk_manifest
- native_libs = [ "libblimp_client_android.so" ]
+ shared_libraries = [ ":blimp_client_android" ]
}
instrumentation_test_apk("blimp_test_apk") {

Powered by Google App Engine
This is Rietveld 408576698