diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-25 20:55:24 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-25 20:55:24 +0000 |
commit | dbd82584da433118de55fb3319be12c4c3536cf2 (patch) | |
tree | bba6762062c6bff54dce8cadcb2a7d19a7ea19eb /content/DEPS | |
parent | 0cc75fe16b6e272176ee8db613ceef0990825bcf (diff) | |
download | chromium_src-dbd82584da433118de55fb3319be12c4c3536cf2.zip chromium_src-dbd82584da433118de55fb3319be12c4c3536cf2.tar.gz chromium_src-dbd82584da433118de55fb3319be12c4c3536cf2.tar.bz2 |
Load mac sandbox definitions from resources instead of the bundle.
Also, move all mac sandbox unittests to content
BUG=90443
TEST=content_unittests
Review URL: http://codereview.chromium.org/8589001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111614 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/DEPS')
-rw-r--r-- | content/DEPS | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/content/DEPS b/content/DEPS index 471c32b..6c72faf 100644 --- a/content/DEPS +++ b/content/DEPS @@ -18,8 +18,12 @@ include_rules = [ # TODO(ben): remove this "+content/public/browser/native_web_keyboard_event.h", + "+grit/content_resources.h", + "+grit/webkit_chromium_resources.h", + "+grit/webkit_resources.h", + "+grit/webkit_strings.h", + "+dbus", - "+grit", "+gpu", "+net", "+ppapi", |