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

Unified Diff: android_webview/native/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
Index: android_webview/native/DEPS
diff --git a/android_webview/native/DEPS b/android_webview/native/DEPS
index 6693d305a0d2c602521923675aac32dbebcb1115..56fbdec717b6c9a2c26ffaa1da59adb0dc0de565 100644
--- a/android_webview/native/DEPS
+++ b/android_webview/native/DEPS
@@ -1,12 +1,8 @@
include_rules = [
"+content/public/browser",
"+ui/gfx",
- "+ui/gl",
# Components that Android WebView depends on.
"+components/navigation_interception",
"+components/web_contents_delegate_android",
-
- # TODO(joth): Remove if we can move the compositor driver into ../browser/
- "+third_party/skia/include",
]

Powered by Google App Engine
This is Rietveld 408576698