| Index: tools/gyp/v8.gyp
|
| diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp
|
| index 0ba4e5aa899ad134649bc0deeeaef87556909aec..755ce69c55747c94a1819597bd519d809b496416 100644
|
| --- a/tools/gyp/v8.gyp
|
| +++ b/tools/gyp/v8.gyp
|
| @@ -788,7 +788,6 @@
|
| '../../src/runtime/runtime-utils.h',
|
| '../../src/runtime/runtime.cc',
|
| '../../src/runtime/runtime.h',
|
| - '../../src/runtime/string-builder.h',
|
| '../../src/safepoint-table.cc',
|
| '../../src/safepoint-table.h',
|
| '../../src/sampler.cc',
|
| @@ -808,6 +807,8 @@
|
| '../../src/snapshot.h',
|
| '../../src/snapshot-source-sink.cc',
|
| '../../src/snapshot-source-sink.h',
|
| + '../../src/string-builder.h',
|
| + '../../src/string-builder.cc',
|
| '../../src/string-search.cc',
|
| '../../src/string-search.h',
|
| '../../src/string-stream.cc',
|
|
|