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

Unified Diff: android_webview/browser/DEPS

Issue 12041009: [Android WebView] Migrate the rendering code to a separate set of classes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updated and rebased. Created 7 years, 10 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 2caa535f5beb279d519b75f8cf33890190a54a57..9cb4bf8897b0f4672da527be73363bd2c8615969 100644
--- a/android_webview/browser/DEPS
+++ b/android_webview/browser/DEPS
@@ -2,12 +2,17 @@ include_rules = [
"-android_webview",
"+android_webview/browser",
"+android_webview/common",
+ "+android_webview/public/browser",
+
+ "+cc",
"+components/auto_login_parser",
"+components/navigation_interception",
"+components/visitedlink/browser",
"+content/public/browser",
+ "+ui/gfx",
joth 2013/02/06 20:26:31 nit: \n before the ui/.... section
Leandro GraciĆ” Gil 2013/02/07 12:43:56 Done.
+ "+ui/gl",
# Temporary until we bundle our own favicon. See
# AwContentBrowserClient::GetDefaultFavicon

Powered by Google App Engine
This is Rietveld 408576698