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

Unified Diff: base/base.gypi

Issue 7276045: Give a CFRunLoop to the IO message loop type on Mac OS X. Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 6 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 | « base/base.gyp ('k') | base/message_loop.h » ('j') | base/message_loop.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
===================================================================
--- base/base.gypi (revision 90809)
+++ base/base.gypi (working copy)
@@ -524,15 +524,20 @@
'$(SDKROOT)/System/Library/Frameworks/Security.framework',
],
},
+ 'sources!': [
+ 'message_pump_libevent.cc',
+ ],
}],
[ 'OS != "win"', {
- 'dependencies': ['../third_party/libevent/libevent.gyp:libevent'],
'sources!': [
'third_party/purify/pure_api.c',
'event_recorder.cc',
'resource_util.cc',
],
},],
+ [ 'OS != "mac" and OS != "win"', {
+ 'dependencies': ['../third_party/libevent/libevent.gyp:libevent'],
+ },],
[ 'component=="shared_library"', {
'defines': [
'BASE_DLL',
« no previous file with comments | « base/base.gyp ('k') | base/message_loop.h » ('j') | base/message_loop.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698