summaryrefslogtreecommitdiffstats
path: root/android_webview/DEPS
diff options
context:
space:
mode:
authorjoth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-29 11:56:34 +0000
committerjoth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-29 11:56:34 +0000
commit453ab2c2da0a969b53160054e57abdd754783da6 (patch)
tree01127a1fc99f65be3e53c682b1d32cd75b203c21 /android_webview/DEPS
parent80f88c36327ddfdd3c1fce239402e24c9d414764 (diff)
downloadchromium_src-453ab2c2da0a969b53160054e57abdd754783da6.zip
chromium_src-453ab2c2da0a969b53160054e57abdd754783da6.tar.gz
chromium_src-453ab2c2da0a969b53160054e57abdd754783da6.tar.bz2
Clean up android_webview OWNERS and DEPS
We no longer have egregious chrome/ dependencies, so lib/OWNERS is no longer required. BUG= Review URL: https://chromiumcodereview.appspot.com/11315012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164622 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview/DEPS')
-rw-r--r--android_webview/DEPS12
1 files changed, 5 insertions, 7 deletions
diff --git a/android_webview/DEPS b/android_webview/DEPS
index 8846a62..2ae1b78 100644
--- a/android_webview/DEPS
+++ b/android_webview/DEPS
@@ -1,17 +1,15 @@
-# Please add joi@ or erikwright@ as reviewers for any changes to DEPS files
-# under android_webview/ as they are keeping track of what needs to become a
-# Browser Component.
+# Please include joth@ and (joi@ or erikwright@) on the review for any changes
+# to DEPS files under android_webview/
-# Do not add any includes under chrome/ to this DEPS file. Code that depends on
-# chrome/ should go into android_webview/lib/ or be refactored.
+# With the exception of chrome/browser/component, do not add any includes under
+# chrome/ anywhere in android_webview.
include_rules = [
# lib is the top-level target, and must remain a leaf in the dependency tree.
"-android_webview/lib",
- "+chrome/android/java/src/org/chromium/chrome/browser/component",
"+chrome/browser/component",
- "+content/public",
+ "+content/public/common",
"+jni",
"+net",
"+ui/android",