| Index: tools/gyp/v8.gyp
|
| ===================================================================
|
| --- tools/gyp/v8.gyp (revision 4205)
|
| +++ tools/gyp/v8.gyp (working copy)
|
| @@ -229,10 +229,12 @@
|
| '../../src/builtins.cc',
|
| '../../src/builtins.h',
|
| '../../src/bytecodes-irregexp.h',
|
| + '../../src/cached-powers.h',
|
| '../../src/char-predicates-inl.h',
|
| '../../src/char-predicates.h',
|
| '../../src/checks.cc',
|
| '../../src/checks.h',
|
| + '../../src/circular-queue.cc',
|
| '../../src/code-stubs.cc',
|
| '../../src/code-stubs.h',
|
| '../../src/code.h',
|
| @@ -251,6 +253,9 @@
|
| '../../src/counters.cc',
|
| '../../src/counters.h',
|
| '../../src/cpu.h',
|
| + '../../src/cpu-profiler-inl.h',
|
| + '../../src/cpu-profiler.cc',
|
| + '../../src/cpu-profiler.h',
|
| '../../src/data-flow.cc',
|
| '../../src/data-flow.h',
|
| '../../src/dateparser.cc',
|
| @@ -264,11 +269,16 @@
|
| '../../src/disassembler.cc',
|
| '../../src/disassembler.h',
|
| '../../src/dtoa-config.c',
|
| + '../../src/diy-fp.cc',
|
| + '../../src/diy-fp.h',
|
| + '../../src/double.h',
|
| '../../src/execution.cc',
|
| '../../src/execution.h',
|
| '../../src/factory.cc',
|
| '../../src/factory.h',
|
| '../../src/fast-codegen.h',
|
| + '../../src/fast-dtoa.cc',
|
| + '../../src/fast-dtoa.h',
|
| '../../src/flag-definitions.h',
|
| '../../src/flags.cc',
|
| '../../src/flags.h',
|
| @@ -330,10 +340,14 @@
|
| '../../src/parser.cc',
|
| '../../src/parser.h',
|
| '../../src/platform.h',
|
| + '../../src/powers-ten.h',
|
| '../../src/prettyprinter.cc',
|
| '../../src/prettyprinter.h',
|
| '../../src/property.cc',
|
| '../../src/property.h',
|
| + '../../src/profile-generator-inl.h',
|
| + '../../src/profile-generator.cc',
|
| + '../../src/profile-generator.h',
|
| '../../src/regexp-macro-assembler-irregexp-inl.h',
|
| '../../src/regexp-macro-assembler-irregexp.cc',
|
| '../../src/regexp-macro-assembler-irregexp.h',
|
|
|