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

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: 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..6231e6fc6c805498952d49e81f01fd64aa44672a 100644
--- a/android_webview/browser/DEPS
+++ b/android_webview/browser/DEPS
@@ -2,8 +2,13 @@ include_rules = [
"-android_webview",
"+android_webview/browser",
"+android_webview/common",
+ "+android_webview/public/browser",
+ "+cc",
"+content/public/browser",
+ "+third_party/skia/include",
+ "+ui/gfx",
+ "+ui/gl",
# Temporary until we bundle our own favicon. See
# AwContentBrowserClient::GetDefaultFavicon

Powered by Google App Engine
This is Rietveld 408576698