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

Unified Diff: chrome/chrome.gyp

Issue 11365199: Move WebContentsDelegateAndroid to content/components (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. 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 aec8a3ec3a06c9de390589ec0de3480eb3927cca..9cae5d03a903d95e69f5f973ad783ecad04c5593 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -1052,9 +1052,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': {
« no previous file with comments | « chrome/browser/component/web_contents_delegate_android/web_contents_delegate_android.gypi ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698