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

Unified Diff: content/content_resources.grd

Issue 8589001: Load mac sandbox definitions from resources instead of the bundle. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: also remove old bundle gyp code 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 side-by-side diff with in-line comments
Download patch
Index: content/content_resources.grd
diff --git a/content/content_resources.grd b/content/content_resources.grd
index cbfebb197144958e84d48014a1ae7f0e60b154fe..7e31261c80a78877e220f6774fcecfd5dfe7edb4 100644
--- a/content/content_resources.grd
+++ b/content/content_resources.grd
@@ -20,6 +20,8 @@ content_resources.rc file to the respective targets.
<release seq="1">
<includes>
<if expr="is_macosx">
+ <!-- If you add a sandbox definition here, please also update
+ common/sandbox_mac_unittest_helper.mm -->
<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" />

Powered by Google App Engine
This is Rietveld 408576698