| Index: tools/gyp/v8.gyp
|
| diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp
|
| index 22a15648b0d7d5c8017105c27e5122159dc6dbf2..ee391c31c22c41840130617fa82207a752cef0b7 100644
|
| --- a/tools/gyp/v8.gyp
|
| +++ b/tools/gyp/v8.gyp
|
| @@ -735,10 +735,16 @@
|
| '../../src/rewriter.h',
|
| '../../src/runtime-profiler.cc',
|
| '../../src/runtime-profiler.h',
|
| + '../../src/runtime/runtime-collections.cc',
|
| + '../../src/runtime/runtime-compiler.cc',
|
| '../../src/runtime/runtime-i18n.cc',
|
| '../../src/runtime/runtime-json.cc',
|
| + '../../src/runtime/runtime-maths.cc',
|
| + '../../src/runtime/runtime-numbers.cc',
|
| '../../src/runtime/runtime-regexp.cc',
|
| '../../src/runtime/runtime-strings.cc',
|
| + '../../src/runtime/runtime-test.cc',
|
| + '../../src/runtime/runtime-typedarray.cc',
|
| '../../src/runtime/runtime-uri.cc',
|
| '../../src/runtime/runtime-utils.h',
|
| '../../src/runtime/runtime.cc',
|
|
|