summaryrefslogtreecommitdiffstats
path: root/android_webview/java
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/java
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/java')
-rw-r--r--android_webview/java/DEPS3
1 files changed, 3 insertions, 0 deletions
diff --git a/android_webview/java/DEPS b/android_webview/java/DEPS
new file mode 100644
index 0000000..0d019e1
--- /dev/null
+++ b/android_webview/java/DEPS
@@ -0,0 +1,3 @@
+include_rules = [
+ "+content/public/android/java",
+]