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

Unified Diff: android_webview/Android.mk

Issue 11365199: Move WebContentsDelegateAndroid to content/components (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 8 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 | « no previous file | 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 c24fab7efeaed3979f219c24de405472f4604ffe..6d8c9fc4c1e84793a7af005f7c4a63f22c54326f 100644
--- a/android_webview/Android.mk
+++ b/android_webview/Android.mk
@@ -28,7 +28,8 @@ LOCAL_SRC_FILES += \
# browser components
LOCAL_SRC_FILES += \
- $(call all-java-files-under, ../chrome/browser/component/web_contents_delegate_android/java/src) \
+ $(call all-java-files-under, \
+ ../content/components/web_contents_delegate_android/java/src) \
$(call all-java-files-under, \
../content/components/navigation_interception/java/src) \
« no previous file with comments | « no previous file | android_webview/android_webview.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698