| Index: tools/gyp/v8.gyp
|
| diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp
|
| index 763eed9a92efac451590c0fc81209b86dece67da..e202a08795fb828fcf7d790dbd979f1e4503a483 100644
|
| --- a/tools/gyp/v8.gyp
|
| +++ b/tools/gyp/v8.gyp
|
| @@ -735,6 +735,8 @@
|
| '../../src/rewriter.h',
|
| '../../src/runtime-profiler.cc',
|
| '../../src/runtime-profiler.h',
|
| + '../../src/runtime/runtime-api.cc',
|
| + '../../src/runtime/runtime-array.cc',
|
| '../../src/runtime/runtime-classes.cc',
|
| '../../src/runtime/runtime-collections.cc',
|
| '../../src/runtime/runtime-compiler.cc',
|
| @@ -743,11 +745,13 @@
|
| '../../src/runtime/runtime-function.cc',
|
| '../../src/runtime/runtime-generator.cc',
|
| '../../src/runtime/runtime-i18n.cc',
|
| + '../../src/runtime/runtime-internal.cc',
|
| '../../src/runtime/runtime-json.cc',
|
| '../../src/runtime/runtime-literals.cc',
|
| '../../src/runtime/runtime-liveedit.cc',
|
| '../../src/runtime/runtime-maths.cc',
|
| '../../src/runtime/runtime-numbers.cc',
|
| + '../../src/runtime/runtime-object.cc',
|
| '../../src/runtime/runtime-observe.cc',
|
| '../../src/runtime/runtime-proxy.cc',
|
| '../../src/runtime/runtime-regexp.cc',
|
|
|