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

Unified Diff: android_webview/glue/glue.gni

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/glue/BUILD.gn ('k') | android_webview/native/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/glue/glue.gni
diff --git a/android_webview/glue/glue.gni b/android_webview/glue/glue.gni
new file mode 100644
index 0000000000000000000000000000000000000000..fc9c65abd859469c75ea096dc6bb6a1ebbee21b2
--- /dev/null
+++ b/android_webview/glue/glue.gni
@@ -0,0 +1,16 @@
+# Copyright 2015 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# 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",
+]
« no previous file with comments | « android_webview/glue/BUILD.gn ('k') | android_webview/native/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698