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

Unified Diff: content/content.gyp

Issue 9690001: mac: Make content depend on mach_override in shared builds (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content.gyp
diff --git a/content/content.gyp b/content/content.gyp
index fbcd997a679f26079588c4d71501d28f26f995d9..ad8091c79dc61acb745118c4baaddb63a5e3fb3e 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -136,9 +136,16 @@
{'target_name': 'content',
'type': 'shared_library',
'variables': { 'enable_wexit_time_destructors': 1, },
- 'dependencies': [
- 'content_resources.gyp:content_resources',
- ],
+ 'dependencies': [
+ 'content_resources.gyp:content_resources',
+ ],
+ 'conditions': [
+ ['OS=="mac"', {
+ 'dependencies': [
+ '<(DEPTH)/third_party/mach_override/mach_override.gyp:mach_override',
+ ],
+ }],
+ ],
'includes': [
'content_app.gypi',
'content_browser.gypi',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698