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

Unified Diff: android_webview/lib/DEPS

Issue 11017024: Implement AwContentsClient and remove dependency on chrome/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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/lib/DEPS
diff --git a/android_webview/lib/DEPS b/android_webview/lib/DEPS
index dd4efb7623f073aaee50bc36cd73eb4d6ed4bbaa..7ef854a5f66313ee806779ef8af87b3ba9a61c00 100644
--- a/android_webview/lib/DEPS
+++ b/android_webview/lib/DEPS
@@ -4,7 +4,6 @@
include_rules = [
# Temporary until we implement our own versions of the *Client classes.
- "!chrome/common/chrome_content_client.h",
"!chrome/browser/chrome_content_browser_client.h",
"!chrome/renderer/chrome_content_renderer_client.h",
# Needed for content: scheme registation, will be moved away together with *Client classes.
@@ -25,9 +24,6 @@ include_rules = [
"!chrome/browser/profiles/profile.h",
"!chrome/browser/profiles/profile_manager.h",
- # Temporary until the javascript dialog creator is unpicked from WebView.
- "!chrome/browser/ui/app_modal_dialogs/javascript_dialog_creator.h",
boliu 2012/10/08 22:43:43 This was left overs. Not really related to this pa
-
# Temporary until fixing bug 153758.
"!ui/base/ui_base_switches.h",

Powered by Google App Engine
This is Rietveld 408576698