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

Unified Diff: chrome/chrome.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: Address comments. 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: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index c16371641b3e2a2b4368abc38829c94509aead37..7f4bab707513a33e21b9c369279492e841c25eb0 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -1069,9 +1069,9 @@
'type': 'none',
'dependencies': [
'../base/base.gyp:base',
+ '../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',
'../third_party/guava/guava.gyp:guava_javalib',
'../ui/ui.gyp:ui_java',
],

Powered by Google App Engine
This is Rietveld 408576698