diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-06 03:11:22 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-06 03:11:22 +0000 |
commit | aac7bba382b851f42d2219bfd780d80ed9f2becc (patch) | |
tree | 8c6ea6e18e9279c15fd9fce77b1a773b6458b1db /content/DEPS | |
parent | 05babd98dceaf5d5ac912cdc9eab620cc4249abf (diff) | |
download | chromium_src-aac7bba382b851f42d2219bfd780d80ed9f2becc.zip chromium_src-aac7bba382b851f42d2219bfd780d80ed9f2becc.tar.gz chromium_src-aac7bba382b851f42d2219bfd780d80ed9f2becc.tar.bz2 |
Remove content/port directory and move the 3 remaining interfaces to content/public.
BUG=368812
R=avi@chromium.org
Review URL: https://codereview.chromium.org/261383002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268389 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/DEPS')
-rw-r--r-- | content/DEPS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/DEPS b/content/DEPS index d02ee64..41a95ef4 100644 --- a/content/DEPS +++ b/content/DEPS @@ -5,7 +5,6 @@ include_rules = [ # directories in content/ so we disallow all of them. "-content", "+content/common", - "+content/port/common", "+content/public/common", "+content/public/test", "+content/shell", # for content_browsertests |