| Index: src/v8.gyp
|
| diff --git a/src/v8.gyp b/src/v8.gyp
|
| index 0fdea4312478e5fb2245905f179c247d56e438ea..ee560ae04f7a3b2fb864f54ed98e96eff6e94e3a 100644
|
| --- a/src/v8.gyp
|
| +++ b/src/v8.gyp
|
| @@ -179,6 +179,7 @@
|
| ],
|
| 'include_dirs+': [
|
| '..',
|
| + '<(DEPTH)',
|
| ],
|
| 'sources': [
|
| '<(SHARED_INTERMEDIATE_DIR)/libraries.cc',
|
| @@ -237,6 +238,7 @@
|
| ],
|
| 'include_dirs+': [
|
| '..',
|
| + '<(DEPTH)',
|
| ],
|
| 'sources': [
|
| '<(SHARED_INTERMEDIATE_DIR)/libraries.cc',
|
| @@ -299,6 +301,7 @@
|
| ],
|
| 'include_dirs+': [
|
| '..',
|
| + '<(DEPTH)',
|
| ],
|
| 'sources': [
|
| 'snapshot/natives-external.cc',
|
| @@ -2355,6 +2358,7 @@
|
| 'dependencies': ['v8_base', 'v8_nosnapshot', 'v8_libplatform'],
|
| 'include_dirs+': [
|
| '..',
|
| + '<(DEPTH)',
|
| ],
|
| 'sources': [
|
| 'snapshot/mksnapshot.cc',
|
|
|