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

Unified Diff: android_webview/test/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 | « android_webview/system_webview_apk_tmpl.gni ('k') | blimp/client/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/test/BUILD.gn
diff --git a/android_webview/test/BUILD.gn b/android_webview/test/BUILD.gn
index 9eca3b53cced8b1075c76b9e83d9f83e6d256727..0744657a8607579c22529826b7f83b730080acc3 100644
--- a/android_webview/test/BUILD.gn
+++ b/android_webview/test/BUILD.gn
@@ -20,8 +20,6 @@ android_apk("android_webview_apk") {
deps = [
":android_webview_apk_assets",
":android_webview_apk_resources",
- ":libdrawgl",
- ":libstandalonelibwebviewchromium",
"//android_webview:android_webview_java",
"//base:base_java",
"//base:base_java_test_support",
@@ -45,9 +43,9 @@ android_apk("android_webview_apk") {
"shell/src/org/chromium/android_webview/test/SecondBrowserProcess.java",
"shell/src/org/chromium/android_webview/test/TestContentProvider.java",
]
- native_libs = [
- "libdrawgl.so",
- "libstandalonelibwebviewchromium.so",
+ shared_libraries = [
+ ":libdrawgl",
+ ":libstandalonelibwebviewchromium",
]
native_lib_version_rule = "//build/util:chrome_version_json"
« no previous file with comments | « android_webview/system_webview_apk_tmpl.gni ('k') | blimp/client/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698