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

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: Fix win build 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 ab8691e15631b173184494471413a7321500169f..3dcee05a4e05c62ee6186688954faa3102b4d531 100644
--- a/android_webview/android_webview.gyp
+++ b/android_webview/android_webview.gyp
@@ -100,9 +100,9 @@
'type': 'static_library',
'dependencies': [
'../android_webview/native/webview_native.gyp:webview_native',
+ '../components/components.gyp:navigation_interception',
'../components/components.gyp:web_contents_delegate_android',
'../content/content.gyp:content',
- '../content/content.gyp:navigation_interception',
'../skia/skia.gyp:skia',
'android_webview_pak',
],
@@ -185,9 +185,9 @@
'target_name': 'android_webview_java',
'type': 'none',
'dependencies': [
- '../content/content.gyp:content_java',
- '../content/content.gyp:navigation_interception_java',
+ '../components/components.gyp:navigation_interception_java',
'../components/components.gyp:web_contents_delegate_android_java',
+ '../content/content.gyp:content_java',
'../ui/ui.gyp:ui_java',
],
'variables': {
@@ -201,9 +201,9 @@
'type': 'none',
'dependencies': [
'../base/base.gyp:base_java',
+ '../components/components.gyp:navigation_interception_java',
'../components/components.gyp:web_contents_delegate_android_java',
'../content/content.gyp:content_java',
- '../content/content.gyp:navigation_interception_java',
'../media/media.gyp:media_java',
'../net/net.gyp:net_java',
'../ui/ui.gyp:ui_java',

Powered by Google App Engine
This is Rietveld 408576698