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

Unified Diff: content/content_renderer.gypi

Issue 8589001: Load mac sandbox definitions from resources instead of the bundle. (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 side-by-side diff with in-line comments
Download patch
Index: content/content_renderer.gypi
diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi
index cf8e457ff0551399765ff38baa12283e9036fa83..ff7ebf9d930b019a0e3e9b6d88d2c6225101cc7e 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -244,11 +244,6 @@
'sources!': [
'common/process_watcher_posix.cc',
],
- 'link_settings': {
- 'mac_bundle_resources': [
- 'renderer/renderer.sb',
- ],
- },
}],
['OS=="win" and win_use_allocator_shim==1', {
'dependencies': [

Powered by Google App Engine
This is Rietveld 408576698