| 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',
|
|
|