| Index: src/v8.gyp
|
| diff --git a/src/v8.gyp b/src/v8.gyp
|
| index a494fd6684022148001e2beee511a037e9944cd2..9f7af1e7512a71070e5110a6eab1770e2adcd7a4 100644
|
| --- a/src/v8.gyp
|
| +++ b/src/v8.gyp
|
| @@ -1245,8 +1245,6 @@
|
| 'wasm/ast-decoder.cc',
|
| 'wasm/ast-decoder.h',
|
| 'wasm/decoder.h',
|
| - 'wasm/encoder.cc',
|
| - 'wasm/encoder.h',
|
| 'wasm/leb-helper.h',
|
| 'wasm/module-decoder.cc',
|
| 'wasm/module-decoder.h',
|
| @@ -1263,6 +1261,8 @@
|
| 'wasm/wasm-macro-gen.h',
|
| 'wasm/wasm-module.cc',
|
| 'wasm/wasm-module.h',
|
| + 'wasm/wasm-module-builder.cc',
|
| + 'wasm/wasm-module-builder.h',
|
| 'wasm/wasm-interpreter.cc',
|
| 'wasm/wasm-interpreter.h',
|
| 'wasm/wasm-opcodes.cc',
|
|
|