| Index: tools/gyp/v8.gyp
|
| diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp
|
| index b0b040a218cd907f17d05e39ca480675d5fa23eb..40ed00a4d0844b87600b380d720e5a0e3e63fe70 100644
|
| --- a/tools/gyp/v8.gyp
|
| +++ b/tools/gyp/v8.gyp
|
| @@ -99,7 +99,7 @@
|
| },
|
| {
|
| 'target_name': 'v8_snapshot',
|
| - 'type': '<(library)',
|
| + 'type': 'static_library',
|
| 'conditions': [
|
| ['want_separate_host_toolset==1', {
|
| 'toolsets': ['host', 'target'],
|
| @@ -190,7 +190,7 @@
|
| },
|
| {
|
| 'target_name': 'v8_nosnapshot',
|
| - 'type': '<(library)',
|
| + 'type': 'static_library',
|
| 'dependencies': [
|
| 'v8_base',
|
| ],
|
| @@ -220,7 +220,7 @@
|
| },
|
| {
|
| 'target_name': 'v8_base',
|
| - 'type': '<(library)',
|
| + 'type': 'static_library',
|
| 'variables': {
|
| 'optimize': 'max',
|
| },
|
| @@ -908,7 +908,7 @@
|
| },
|
| {
|
| 'target_name': 'preparser_lib',
|
| - 'type': '<(library)',
|
| + 'type': 'static_library',
|
| 'include_dirs+': [
|
| '../../src',
|
| ],
|
|
|