diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-15 18:03:14 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-15 18:03:14 +0000 |
commit | 0faa0a2b09b6e540c87c605f3f9f63a8b085dd4f (patch) | |
tree | 0eca4ae896a75bf98ab9c3740be90d35500a5c48 /content/content_shell.gypi | |
parent | 562016345565bf1fa5c44bd8dc002c01e8310e46 (diff) | |
download | chromium_src-0faa0a2b09b6e540c87c605f3f9f63a8b085dd4f.zip chromium_src-0faa0a2b09b6e540c87c605f3f9f63a8b085dd4f.tar.gz chromium_src-0faa0a2b09b6e540c87c605f3f9f63a8b085dd4f.tar.bz2 |
Add a content_resources target which currently includes the sandbox definitions on mac
BUG=90443
TEST=none
Review URL: http://codereview.chromium.org/8533023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110115 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_shell.gypi')
-rw-r--r-- | content/content_shell.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content_shell.gypi b/content/content_shell.gypi index 7d28c2c..bd5558b 100644 --- a/content/content_shell.gypi +++ b/content/content_shell.gypi @@ -21,6 +21,7 @@ 'content_renderer', 'content_utility', 'content_worker', + 'content_resources.gyp:content_resources', '../base/base.gyp:base', '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', '../build/temp_gyp/googleurl.gyp:googleurl', |