diff options
author | boliu@chromium.org <boliu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-10 16:01:47 +0000 |
---|---|---|
committer | boliu@chromium.org <boliu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-10 16:01:47 +0000 |
commit | 9b57401b4b654bbbc98fe4fad3d10894fc2b3f30 (patch) | |
tree | 6f2ec166906f552cee3f013e166310e587570f4f /android_webview/DEPS | |
parent | 8f358834ef3678b8673160b2611a8fec4361f445 (diff) | |
download | chromium_src-9b57401b4b654bbbc98fe4fad3d10894fc2b3f30.zip chromium_src-9b57401b4b654bbbc98fe4fad3d10894fc2b3f30.tar.gz chromium_src-9b57401b4b654bbbc98fe4fad3d10894fc2b3f30.tar.bz2 |
Implement AwContentsClient and remove dependency on chrome/
We are not depending on much functionality from ContentClient yet, so most
methods are either no-op, left unimplemented with a TODO, or copied straight
from the ChromeContentsClient implementation.
BUG=
Review URL: https://chromiumcodereview.appspot.com/11017024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161120 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview/DEPS')
-rw-r--r-- | android_webview/DEPS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/android_webview/DEPS b/android_webview/DEPS index 871dd41..8846a62 100644 --- a/android_webview/DEPS +++ b/android_webview/DEPS @@ -15,4 +15,6 @@ include_rules = [ "+jni", "+net", "+ui/android", + "+ui/base", + "+webkit", ] |