diff options
author | fischman@chromium.org <fischman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-04 04:43:31 +0000 |
---|---|---|
committer | fischman@chromium.org <fischman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-04 04:43:31 +0000 |
commit | 92c06c9d6783066265f78a6a221c4d7ba74af943 (patch) | |
tree | d74d42928f55752ffa245801804500852c5236e7 /content/common | |
parent | 916b977f67e39c36aa9503319c99af486644e9e4 (diff) | |
download | chromium_src-92c06c9d6783066265f78a6a221c4d7ba74af943.zip chromium_src-92c06c9d6783066265f78a6a221c4d7ba74af943.tar.gz chromium_src-92c06c9d6783066265f78a6a221c4d7ba74af943.tar.bz2 |
Trim content/common/DEPS to allow just the specific file needed.
BUG=none
TEST=./tools/checkdeps/checkdeps.py says SUCCESS
Review URL: http://codereview.chromium.org/7821002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99590 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common')
-rw-r--r-- | content/common/DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/DEPS b/content/common/DEPS index bffb29b..4184762 100644 --- a/content/common/DEPS +++ b/content/common/DEPS @@ -1,3 +1,3 @@ include_rules = [ - "+media/base", # For media_log_event.h. + "+media/base/media_log_event.h", ] |