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

Unified Diff: build/config/android/config.gni

Issue 1554693002: Move webview_framework_jar to config.gni (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/glue/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/android/config.gni
diff --git a/build/config/android/config.gni b/build/config/android/config.gni
index ec2c0ac082c8f6a8ec74d097f482d749dcd6a4a7..2b5bb7117f21b57271635388321a6d566ad53170 100644
--- a/build/config/android/config.gni
+++ b/build/config/android/config.gni
@@ -40,6 +40,11 @@ if (is_android) {
"//third_party/android_tools:google_play_services_default_resources"
}
+ if (!defined(webview_framework_jar)) {
+ webview_framework_jar =
+ "//third_party/android_platform/webview/frameworks_6.0.jar"
+ }
+
declare_args() {
android_sdk_root = default_android_sdk_root
android_sdk_version = default_android_sdk_version
« no previous file with comments | « android_webview/glue/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698