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

Unified Diff: android_webview/browser/DEPS

Issue 2863233002: [WebView] Move files from native to browser (Closed)
Patch Set: Created 3 years, 7 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 645a61ef3972b9e4c144a828c5d7b6da645d6bdb..e4b23b7203b952ac55bf1a4b629b0d91dca2cc20 100644
--- a/android_webview/browser/DEPS
+++ b/android_webview/browser/DEPS
@@ -3,7 +3,7 @@ include_rules = [
"+android_webview/browser",
"+android_webview/common",
"+android_webview/grit",
- "+android_webview/native/public",
+ "+android_webview/jni",
"+android_webview/public/browser",
"+cc",
@@ -42,15 +42,18 @@ include_rules = [
"+media/base/android",
"+components/policy/policy_constants.h",
+ "+components/web_contents_delegate_android",
"+printing",
"+services/service_manager/public/cpp",
"+storage/browser/quota",
+ "+storage/common/quota",
"+ui/gfx",
"+ui/gl",
+ "+ui/touch_selection/touch_handle.h",
# Temporary until we bundle our own favicon. See
# AwContentBrowserClient::GetDefaultFavicon

Powered by Google App Engine
This is Rietveld 408576698