diff options
author | joth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-15 02:52:48 +0000 |
---|---|---|
committer | joth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-15 02:52:48 +0000 |
commit | a1abe0eafda5e24fdfa4a1e84438734edba4a047 (patch) | |
tree | 58f1972b282ba6dd343a7eb5440561dfba96cde7 /android_webview/common | |
parent | 4b5a7eac8b58aff4b13f86ce75e07b96226f6b52 (diff) | |
download | chromium_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')
-rw-r--r-- | android_webview/common/DEPS | 4 |
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", +] |