| Index: tools/gyp/v8.gyp
|
| diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp
|
| index f7e94a71dbe1ef818cc0554562e0fb4149dc7dc0..d5c33c6aa2aaf64b88aea3de51b99aec7ba097c4 100644
|
| --- a/tools/gyp/v8.gyp
|
| +++ b/tools/gyp/v8.gyp
|
| @@ -59,7 +59,6 @@
|
| ['component=="shared_library"', {
|
| 'type': '<(component)',
|
| 'sources': [
|
| - '../../src/defaults.cc',
|
| # Note: on non-Windows we still build this file so that gyp
|
| # has some sources to link into the component.
|
| '../../src/v8dll-main.cc',
|
| @@ -865,10 +864,6 @@
|
| 'BUILDING_V8_SHARED',
|
| 'V8_SHARED',
|
| ],
|
| - }, {
|
| - 'sources': [
|
| - '../../src/defaults.cc',
|
| - ],
|
| }],
|
| ['v8_postmortem_support=="true"', {
|
| 'sources': [
|
|
|