OLD | NEW |
(Empty) | |
| 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 |
| 3 <!-- |
| 4 This file contains resources required by each embedder of content. |
| 5 |
| 6 Currently, the resources are only included on Linux and Mac. If you add |
| 7 resources that need to be available on windows as well, you'll need to add |
| 8 content_resources.rc file to the respective targets. |
| 9 --> |
| 10 |
| 11 <grit latest_public_release="0" current_release="1"> |
| 12 <outputs> |
| 13 <output filename="grit/content_resources.h" type="rc_header"> |
| 14 <emit emit_type='prepend'></emit> |
| 15 </output> |
| 16 <output filename="content_resources.pak" type="data_package" /> |
| 17 <output filename="content_resources.rc" type="rc_all" /> |
| 18 </outputs> |
| 19 <translations /> |
| 20 <release seq="1"> |
| 21 <includes> |
| 22 <if expr="is_macosx"> |
| 23 <include name="IDR_GPU_SANDBOX_DEFINITION" file="browser/gpu.sb" type="B
INDATA" /> |
| 24 <include name="IDR_WORKER_SANDBOX_DEFINITION" file="browser/worker.sb" t
ype="BINDATA" /> |
| 25 <include name="IDR_COMMON_SANDBOX_DEFINITION" file="common/common.sb" ty
pe="BINDATA" /> |
| 26 <include name="IDR_PPAPI_SANDBOX_DEFINITION" file="ppapi_plugin/ppapi.sb
" type="BINDATA" /> |
| 27 <include name="IDR_RENDERER_SANDBOX_DEFINITION" file="renderer/renderer.
sb" type="BINDATA" /> |
| 28 <include name="IDR_UTILITY_SANDBOX_DEFINITION" file="utility/utility.sb"
type="BINDATA" /> |
| 29 </if> |
| 30 </includes> |
| 31 </release> |
| 32 </grit> |
OLD | NEW |