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

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: 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_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',
- ],
- },
- }],
- ],
}

Powered by Google App Engine
This is Rietveld 408576698