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

Unified Diff: android_webview/glue/BUILD.gn

Issue 1452893002: GN WebView: make system_webview_apk work (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove chromium_code Created 5 years, 1 month 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/BUILD.gn ('k') | android_webview/glue/glue.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/glue/BUILD.gn
diff --git a/android_webview/glue/BUILD.gn b/android_webview/glue/BUILD.gn
index 1a923f94a984fe9c78bc98a290496dcc4ee15745..76e6f510e6dc44d9bc9ee2d575b9f6ce3b7785fa 100644
--- a/android_webview/glue/BUILD.gn
+++ b/android_webview/glue/BUILD.gn
@@ -5,23 +5,11 @@
import("//build/config/android/config.gni")
import("//build/config/android/rules.gni")
import("generate_resource_rewriter.gni")
+import("glue.gni")
webview_framework_ijar =
"$root_out_dir/lib.java/webview/frameworks.interface.jar"
-# This variable shared between 'glue' and 'glue_resource_rewriter' because
-# ResourceRewrite.java need to be generated according 'glue' deps
-glue_library_deps = [
- "//android_webview:android_webview_java",
- "//android_webview:resources",
- "//base:base_java",
- "//content/public/android:content_java",
- "//content/public/android:content_java_resources",
- "//components/web_contents_delegate_android:web_contents_delegate_android_java_resources",
- "//ui/android:ui_java",
- "//ui/android:ui_java_resources",
-]
-
generate_interface_jar("framework_ijar") {
input_jar = "../../third_party/android_platform/webview/frameworks_6.0.jar"
output_jar = webview_framework_ijar
« no previous file with comments | « android_webview/BUILD.gn ('k') | android_webview/glue/glue.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698