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

Unified Diff: android_webview/Android.mk

Issue 477903003: Make the WebView apk build in the Chrome tree (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update DEPS Created 6 years, 3 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 | « DEPS ('k') | android_webview/android_webview.gyp » ('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 d0264b4fb7202014e7151fe7a661f19fdfd011c9..6897a5a543da85c944be074d12c156a227239f2a 100644
--- a/android_webview/Android.mk
+++ b/android_webview/Android.mk
@@ -57,7 +57,7 @@ $(R_file_stamp): $(android_webview_resources_stamp)
include $(CLEAR_VARS)
LOCAL_MODULE := webviewchromium_pak
LOCAL_MODULE_STEM := webviewchromium
-LOCAL_BUILT_MODULE_STEM := android_webview_apk/assets/webviewchromium.pak
+LOCAL_BUILT_MODULE_STEM := android_webview_assets/webviewchromium.pak
include $(LOCAL_PATH)/webview_pak.mk
include $(CLEAR_VARS)
« no previous file with comments | « DEPS ('k') | android_webview/android_webview.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698