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

Unified Diff: chrome/chrome.gyp

Issue 11365199: Move WebContentsDelegateAndroid to content/components (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address John's comments. Adjust findbugs suppression. Created 8 years, 1 month 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 02a98c214bf24b062f434491d31f35f1c38047ec..edaa8edb2127139ea1a74111fa3d245325f1f3c4 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -1051,9 +1051,9 @@
'type': 'none',
'dependencies': [
'../base/base.gyp:base',
- '../chrome/browser/component/components.gyp:web_contents_delegate_android_java',
- '../content/content.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',
],
'variables': {

Powered by Google App Engine
This is Rietveld 408576698