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

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: Rebase 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
« no previous file with comments | « android_webview/DEPS ('k') | android_webview/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/android_webview.gyp
diff --git a/android_webview/android_webview.gyp b/android_webview/android_webview.gyp
index b033141cac06ff2ca5066a71f6d8933f2bbaf63c..20118912b8880c3123ad982f9d377b4445615a81 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',
],
@@ -187,9 +187,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': {
@@ -203,9 +203,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',
« no previous file with comments | « android_webview/DEPS ('k') | android_webview/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698