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

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: upload error, re-uploading. 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
« no previous file with comments | « android_webview/android_webview.gyp ('k') | android_webview/browser/browser_view_renderer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/DEPS
diff --git a/android_webview/browser/DEPS b/android_webview/browser/DEPS
index 2caa535f5beb279d519b75f8cf33890190a54a57..c48c8f434f9cce99728d63b723de288674ccfb6d 100644
--- a/android_webview/browser/DEPS
+++ b/android_webview/browser/DEPS
@@ -2,6 +2,9 @@ include_rules = [
"-android_webview",
"+android_webview/browser",
"+android_webview/common",
+ "+android_webview/public/browser",
+
+ "+cc",
"+components/auto_login_parser",
"+components/navigation_interception",
@@ -9,6 +12,9 @@ include_rules = [
"+content/public/browser",
+ "+ui/gfx",
+ "+ui/gl",
+
# Temporary until we bundle our own favicon. See
# AwContentBrowserClient::GetDefaultFavicon
"!grit/ui_resources.h",
« no previous file with comments | « android_webview/android_webview.gyp ('k') | android_webview/browser/browser_view_renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698