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

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

Issue 1892613007: Refactorying gule/BUILD.gn to make merging easy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use is_upstream Created 4 years, 8 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/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 16d5373fa99188631e3bbe590735a4914735c0f5..c5dbb549ab7ac4f6ac60f34ef29e049138848ea8 100644
--- a/build/config/android/config.gni
+++ b/build/config/android/config.gni
@@ -40,9 +40,10 @@ if (is_android) {
"//third_party/android_tools:google_play_services_default_resources"
}
+ webview_public_framework_jar =
+ "//third_party/android_platform/webview/frameworks_6.0.jar"
if (!defined(webview_framework_jar)) {
- webview_framework_jar =
- "//third_party/android_platform/webview/frameworks_6.0.jar"
+ webview_framework_jar = webview_public_framework_jar
}
declare_args() {
« 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