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

Unified Diff: android_webview/android_webview.gyp

Issue 11823046: Move content/components/web_contents_delegate_android to components/web_contents_delegate_android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase (win7_aura so slow!!) 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/java/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 5f95e096c4ed6eaf70ac82b98b27fcfa229aa1c6..ab8691e15631b173184494471413a7321500169f 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:web_contents_delegate_android',
'../content/content.gyp:content',
'../content/content.gyp:navigation_interception',
- '../content/content.gyp:web_contents_delegate_android',
'../skia/skia.gyp:skia',
'android_webview_pak',
],
@@ -187,7 +187,7 @@
'dependencies': [
'../content/content.gyp:content_java',
'../content/content.gyp:navigation_interception_java',
- '../content/content.gyp:web_contents_delegate_android_java',
+ '../components/components.gyp:web_contents_delegate_android_java',
'../ui/ui.gyp:ui_java',
],
'variables': {
@@ -201,9 +201,9 @@
'type': 'none',
'dependencies': [
'../base/base.gyp:base_java',
+ '../components/components.gyp:web_contents_delegate_android_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',
'../ui/ui.gyp:ui_java',
« no previous file with comments | « android_webview/DEPS ('k') | android_webview/java/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698