diff options
Diffstat (limited to 'cli/BUILD.gn')
-rw-r--r-- | cli/BUILD.gn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cli/BUILD.gn b/cli/BUILD.gn index 7bf34dec3..dc11f3b0b 100644 --- a/cli/BUILD.gn +++ b/cli/BUILD.gn @@ -52,9 +52,10 @@ ts_sources = [ "../js/buffer.ts", "../js/build.ts", "../js/chmod.ts", - "../js/console_table.ts", + "../js/colors.ts", "../js/compiler.ts", "../js/console.ts", + "../js/console_table.ts", "../js/copy_file.ts", "../js/core.ts", "../js/custom_event.ts", |