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

Unified Diff: content/content_utility.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
« no previous file with comments | « content/content_tests.gypi ('k') | content/ppapi_plugin/ppapi_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_utility.gypi
diff --git a/content/content_utility.gypi b/content/content_utility.gypi
index 9fa39ebfd207cbd27945a649b5fb3b65f369a8e0..e799de5ecf3fb6804c1c76ffd8571c6c101828cb 100644
--- a/content/content_utility.gypi
+++ b/content/content_utility.gypi
@@ -17,13 +17,4 @@
'include_dirs': [
'..',
],
- 'conditions': [
- ['OS=="mac"', {
- 'link_settings': {
- 'mac_bundle_resources': [
- 'utility/utility.sb',
- ],
- },
- }],
- ],
}
« no previous file with comments | « content/content_tests.gypi ('k') | content/ppapi_plugin/ppapi_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698