| Index: base/base.gypi
|
| diff --git a/base/base.gypi b/base/base.gypi
|
| index 7c420a2aed12fc27a0fbabeafd7358dfec47c8cb..990bcdcfc1dcb2b239d4399214c662850dffb1c7 100644
|
| --- a/base/base.gypi
|
| +++ b/base/base.gypi
|
| @@ -382,7 +382,7 @@
|
| ],
|
| [ 'OS != "mac"', {
|
| 'sources!': [
|
| - 'scoped_aedesc.h'
|
| + 'mac/scoped_aedesc.h'
|
| ],
|
| }],
|
| # For now, just test the *BSD platforms enough to exclude them.
|
| @@ -524,13 +524,8 @@
|
| 'dependencies': ['../third_party/libevent/libevent.gyp:libevent'],
|
| 'sources!': [
|
| 'third_party/purify/pure_api.c',
|
| - 'base_drag_source.cc',
|
| - 'base_drop_target.cc',
|
| 'event_recorder.cc',
|
| - 'file_version_info.cc',
|
| - 'registry.cc',
|
| 'resource_util.cc',
|
| - 'win_util.cc',
|
| ],
|
| },],
|
| [ 'component=="shared_library"', {
|
|
|