diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-14 20:55:56 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-14 20:55:56 +0000 |
commit | 4e97a81916a41c63494181a12fa338180a6c10d0 (patch) | |
tree | 34e4dc810e86d9b7c781ad9af8cc12b2b086864e /content/DEPS | |
parent | d3fd185d2b8844beb5424de571d659c0662e00e7 (diff) | |
download | chromium_src-4e97a81916a41c63494181a12fa338180a6c10d0.zip chromium_src-4e97a81916a41c63494181a12fa338180a6c10d0.tar.gz chromium_src-4e97a81916a41c63494181a12fa338180a6c10d0.tar.bz2 |
Fix deps. Looks like jam didn't add the public dir for browser yet.
TBR=jam@chromium.org
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/8299007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105574 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/DEPS')
-rw-r--r-- | content/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/DEPS b/content/DEPS index 28c15c0..51848b1 100644 --- a/content/DEPS +++ b/content/DEPS @@ -19,6 +19,7 @@ include_rules = [ # directories in content/ so we disallow all of them. "-content", "+content/common", + "+content/public/browser", "+content/public/common", "+content/test", |