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

Unified Diff: android_webview/android_webview.gyp

Issue 11830043: Move content/components/navigation_interception to src/components (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Revert content gyp change Created 7 years, 11 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
Index: android_webview/android_webview.gyp
diff --git a/android_webview/android_webview.gyp b/android_webview/android_webview.gyp
index 5f95e096c4ed6eaf70ac82b98b27fcfa229aa1c6..e305d4c01b10b1e4115fc910d78d9503992d91c4 100644
--- a/android_webview/android_webview.gyp
+++ b/android_webview/android_webview.gyp
@@ -100,8 +100,8 @@
'type': 'static_library',
'dependencies': [
'../android_webview/native/webview_native.gyp:webview_native',
+ '../components/components.gyp:navigation_interception',
'../content/content.gyp:content',
- '../content/content.gyp:navigation_interception',
'../content/content.gyp:web_contents_delegate_android',
'../skia/skia.gyp:skia',
'android_webview_pak',
@@ -185,8 +185,8 @@
'target_name': 'android_webview_java',
'type': 'none',
'dependencies': [
+ '../components/components.gyp:navigation_interception_java',
'../content/content.gyp:content_java',
- '../content/content.gyp:navigation_interception_java',
'../content/content.gyp:web_contents_delegate_android_java',
'../ui/ui.gyp:ui_java',
],
@@ -201,8 +201,8 @@
'type': 'none',
'dependencies': [
'../base/base.gyp:base_java',
+ '../components/components.gyp:navigation_interception_java',
'../content/content.gyp:content_java',
- '../content/content.gyp:navigation_interception_java',
'../content/content.gyp:web_contents_delegate_android_java',
'../media/media.gyp:media_java',
'../net/net.gyp:net_java',

Powered by Google App Engine
This is Rietveld 408576698