summaryrefslogtreecommitdiffstats
path: root/android_webview/common/DEPS
diff options
context:
space:
mode:
authorjoth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-15 02:52:48 +0000
committerjoth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-15 02:52:48 +0000
commita1abe0eafda5e24fdfa4a1e84438734edba4a047 (patch)
tree58f1972b282ba6dd343a7eb5440561dfba96cde7 /android_webview/common/DEPS
parent4b5a7eac8b58aff4b13f86ce75e07b96226f6b52 (diff)
downloadchromium_src-a1abe0eafda5e24fdfa4a1e84438734edba4a047.zip
chromium_src-a1abe0eafda5e24fdfa4a1e84438734edba4a047.tar.gz
chromium_src-a1abe0eafda5e24fdfa4a1e84438734edba4a047.tar.bz2
Tighten up android_webview DEPS rules
Codifies the agreed layering :- native->browser->common renderer->common lib is at top, it may depend on anything but nothing depend in it Review URL: https://chromiumcodereview.appspot.com/10916326 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156980 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview/common/DEPS')
-rw-r--r--android_webview/common/DEPS4
1 files changed, 4 insertions, 0 deletions
diff --git a/android_webview/common/DEPS b/android_webview/common/DEPS
new file mode 100644
index 0000000..d0f9352
--- /dev/null
+++ b/android_webview/common/DEPS
@@ -0,0 +1,4 @@
+include_rules = [
+ "-android_webview",
+ "+android_webview/common",
+]