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

Unified Diff: android_webview/Android.mk

Issue 350173004: [android_webview] Enable new android_webview resource target on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: put the slash in the right way around Created 6 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 | « no previous file | android_webview/build/res_hack/values/values.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/Android.mk
diff --git a/android_webview/Android.mk b/android_webview/Android.mk
index 215dd28acc94baea1c5726b7ff6995df74827357..2d1306aee5cf6de11100a207bd187d71624d0a3c 100644
--- a/android_webview/Android.mk
+++ b/android_webview/Android.mk
@@ -13,6 +13,8 @@ LOCAL_MODULE := android_webview_java
LOCAL_MODULE_TAGS := optional
+LOCAL_ADDITIONAL_DEPENDENCIES := android_webview_java_with_new_resources
+
include $(LOCAL_PATH)/java_library_common.mk
# resource glue layer
LOCAL_SRC_FILES += \
« no previous file with comments | « no previous file | android_webview/build/res_hack/values/values.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698