Chromium Code Reviews| Index: content/content_resources.grd |
| diff --git a/content/content_resources.grd b/content/content_resources.grd |
| index cbfebb197144958e84d48014a1ae7f0e60b154fe..35e3cfa93777afc051f38401d48a97edc3dbc4b6 100644 |
| --- a/content/content_resources.grd |
| +++ b/content/content_resources.grd |
| @@ -20,12 +20,14 @@ content_resources.rc file to the respective targets. |
| <release seq="1"> |
| <includes> |
| <if expr="is_macosx"> |
| - <include name="IDR_GPU_SANDBOX_DEFINITION" file="browser/gpu.sb" type="BINDATA" /> |
| - <include name="IDR_WORKER_SANDBOX_DEFINITION" file="browser/worker.sb" type="BINDATA" /> |
| - <include name="IDR_COMMON_SANDBOX_DEFINITION" file="common/common.sb" type="BINDATA" /> |
| - <include name="IDR_PPAPI_SANDBOX_DEFINITION" file="ppapi_plugin/ppapi.sb" type="BINDATA" /> |
| - <include name="IDR_RENDERER_SANDBOX_DEFINITION" file="renderer/renderer.sb" type="BINDATA" /> |
| - <include name="IDR_UTILITY_SANDBOX_DEFINITION" file="utility/utility.sb" type="BINDATA" /> |
| + <!-- If you add a sandbox definition here, please also update |
| + common/sandbox_mac_unittest_helper.mm --> |
|
jeremy
2011/11/23 07:02:17
Not clear on what's to be updated in helper.mm? Do
jochen (gone - plz use gerrit)
2011/11/23 10:57:28
That was an old comment, I removed it
|
| + <include name="IDR_GPU_SANDBOX_POLICY" file="browser/gpu.sb" type="BINDATA" /> |
| + <include name="IDR_WORKER_SANDBOX_POLICY" file="browser/worker.sb" type="BINDATA" /> |
| + <include name="IDR_COMMON_SANDBOX_POLICY" file="common/common.sb" type="BINDATA" /> |
| + <include name="IDR_PPAPI_SANDBOX_POLICY" file="ppapi_plugin/ppapi.sb" type="BINDATA" /> |
| + <include name="IDR_RENDERER_SANDBOX_POLICY" file="renderer/renderer.sb" type="BINDATA" /> |
| + <include name="IDR_UTILITY_SANDBOX_POLICY" file="utility/utility.sb" type="BINDATA" /> |
| </if> |
| </includes> |
| </release> |