Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(497)

Side by Side Diff: content/content_resources.grd

Issue 8533023: Add a content_resources target which currently includes the sandbox definitions on mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « content/content.gyp ('k') | content/content_resources.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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>
OLDNEW
« no previous file with comments | « content/content.gyp ('k') | content/content_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698