diff options
| author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-04 19:33:56 +0000 |
|---|---|---|
| committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-04 19:33:56 +0000 |
| commit | b3aabd34198e0e62cd1ca2134200c6a948560ca6 (patch) | |
| tree | 19744277f82538d11c45001b31ab3d20420f8f69 /chrome/DEPS | |
| parent | 3167bd4f7389abfc5ff4010f09c4b6045b8e8311 (diff) | |
| download | chromium_src-b3aabd34198e0e62cd1ca2134200c6a948560ca6.zip chromium_src-b3aabd34198e0e62cd1ca2134200c6a948560ca6.tar.gz chromium_src-b3aabd34198e0e62cd1ca2134200c6a948560ca6.tar.bz2 | |
Tighten up DEPS some more. NaCl/service process code are including internal content files. Fix the instances other sandbox stuff, which I'll do in a followup.
BUG=98716
Review URL: https://chromiumcodereview.appspot.com/10512010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140346 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/DEPS')
| -rw-r--r-- | chrome/DEPS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/DEPS b/chrome/DEPS index f0a66f70..cb8c822 100644 --- a/chrome/DEPS +++ b/chrome/DEPS @@ -17,7 +17,8 @@ include_rules = [ "+chrome/test", # TODO(jam): remove me once chrome only consumes content/common through its # public headers. - "+content/common", + "+content/common/sandbox_mac.h", + "+content/common/sandbox_policy.h", "+content/public/common", "+content/public/test", "+content/test/gpu", |
