summaryrefslogtreecommitdiffstats
path: root/android_webview/DEPS
diff options
context:
space:
mode:
authorboliu@chromium.org <boliu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-12 23:04:31 +0000
committerboliu@chromium.org <boliu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-12 23:04:31 +0000
commit434a1326361f04e671c0f998a60b20bab85ebaa7 (patch)
treecef45711481cadbeea31b12a505763d75ee93c54 /android_webview/DEPS
parent50fc3337ba7a6f22f903d8c4235afdddb535f911 (diff)
downloadchromium_src-434a1326361f04e671c0f998a60b20bab85ebaa7.zip
chromium_src-434a1326361f04e671c0f998a60b20bab85ebaa7.tar.gz
chromium_src-434a1326361f04e671c0f998a60b20bab85ebaa7.tar.bz2
Move content/components/web_contents_delegate_android to components/web_contents_delegate_android
Moving files, change namespace from content to components, added/updated DEPS files, and fix builds BUG=169312 Review URL: https://chromiumcodereview.appspot.com/11823046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176598 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview/DEPS')
-rw-r--r--android_webview/DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/android_webview/DEPS b/android_webview/DEPS
index 740e94d..fa3868b 100644
--- a/android_webview/DEPS
+++ b/android_webview/DEPS
@@ -9,6 +9,7 @@ include_rules = [
"!chrome/browser/component",
"+cc",
+ # TODO(boliu): Remove this when content/components is moved to components/.
"+content/components",
"+content/public/common",
"+jni",