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

Unified Diff: android_webview/Android.mk

Issue 11293017: Move navigation interception component to content/components (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add findbugs suppression for compatibility code. 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/DEPS » ('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 8c424edbfe8faf62cb8f2bdedb89c9464395822e..c24fab7efeaed3979f219c24de405472f4604ffe 100644
--- a/android_webview/Android.mk
+++ b/android_webview/Android.mk
@@ -29,7 +29,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, ../chrome/browser/component/navigation_interception/java/src) \
+ $(call all-java-files-under, \
+ ../content/components/navigation_interception/java/src) \
# TODO(mkosiba): Remove chromium_chrome dep once required browser
# components are in (replace it with contentview).
« no previous file with comments | « no previous file | android_webview/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698