diff options
author | michaelbai@chromium.org <michaelbai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-12 05:00:05 +0000 |
---|---|---|
committer | michaelbai@chromium.org <michaelbai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-12 05:00:05 +0000 |
commit | 5b6f0699827e3dec55b8676bf7893bdab1a1faaa (patch) | |
tree | f44d041a8e35e5e3d6ff0e82f4b768777a4069a8 /content/DEPS | |
parent | fe655231dca7bbbf0f8ca1299b738c4ef133ee19 (diff) | |
download | chromium_src-5b6f0699827e3dec55b8676bf7893bdab1a1faaa.zip chromium_src-5b6f0699827e3dec55b8676bf7893bdab1a1faaa.tar.gz chromium_src-5b6f0699827e3dec55b8676bf7893bdab1a1faaa.tar.bz2 |
Added sandboxed process service.
BUG=
TEST=
Review URL: https://chromiumcodereview.appspot.com/10546079
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141618 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/DEPS')
-rw-r--r-- | content/DEPS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/DEPS b/content/DEPS index ce5b503..adba74a 100644 --- a/content/DEPS +++ b/content/DEPS @@ -70,4 +70,7 @@ include_rules = [ "-ui/aura_shell", "+webkit", + + # For generated JNI includes + "+jni", ] |