| Index: runtime/bin/BUILD.gn
|
| diff --git a/runtime/bin/BUILD.gn b/runtime/bin/BUILD.gn
|
| index 467579eeecfcd3e8754bf8b410821ffaecd52932..23c9746cad6b3331b86035b3ba0749080cc5df9a 100644
|
| --- a/runtime/bin/BUILD.gn
|
| +++ b/runtime/bin/BUILD.gn
|
| @@ -151,9 +151,15 @@ executable("gen_snapshot") {
|
| sources = [
|
| "gen_snapshot.cc",
|
| # Very limited native resolver provided.
|
| + "builtin_common.cc",
|
| "builtin_gen_snapshot.cc",
|
| "builtin.cc",
|
| "builtin.h",
|
| + "platform_android.cc",
|
| + "platform_linux.cc",
|
| + "platform_macos.cc",
|
| + "platform_win.cc",
|
| + "platform.h",
|
| # Include generated source files.
|
| "$target_gen_dir/builtin_gen.cc",
|
| "$target_gen_dir/io_gen.cc",
|
|
|