| Index: sky/viewer/BUILD.gn
|
| diff --git a/sky/viewer/BUILD.gn b/sky/viewer/BUILD.gn
|
| index f1f2453d517a3574941631ae6688a4b7b416e1e4..53c493456cd9d6ec1c815aec499be411e4c9d3e8 100644
|
| --- a/sky/viewer/BUILD.gn
|
| +++ b/sky/viewer/BUILD.gn
|
| @@ -25,6 +25,8 @@ mojo_native_application("viewer") {
|
| "platform/platform_impl.h",
|
| "platform/weburlloader_impl.cc",
|
| "platform/weburlloader_impl.h",
|
| + "runtime_flags.cc",
|
| + "runtime_flags.h",
|
| "script/script_runner.cc",
|
| "script/script_runner.h",
|
| "services/inspector_impl.cc",
|
|
|