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

Unified Diff: android_webview/browser/DEPS

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: Fix DEPS, namespace content->components. Ready for review. 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: android_webview/browser/DEPS
diff --git a/android_webview/browser/DEPS b/android_webview/browser/DEPS
index 2892748fb5be86ad1fd474537026f0aa9f9d02a6..e58bea156f6b6cc8a34a19fb63ca283f7639a39b 100644
--- a/android_webview/browser/DEPS
+++ b/android_webview/browser/DEPS
@@ -5,6 +5,9 @@ include_rules = [
"+content/public/browser",
+ # Components that browser depends on.
+ "+components/web_contents_delegate_android",
+
# Temporary until we bundle our own favicon. See
# AwContentBrowserClient::GetDefaultFavicon
"!grit/ui_resources.h",

Powered by Google App Engine
This is Rietveld 408576698