diff options
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -63,6 +63,7 @@ main_extern = [ "$rust_build:rand", "$rust_build:remove_dir_all", "$rust_build:ring", + "$rust_build:rustyline", "$rust_build:tempfile", "$rust_build:tokio", "$rust_build:tokio_executor", @@ -114,6 +115,7 @@ ts_sources = [ "js/remove.ts", "js/rename.ts", "js/resources.ts", + "js/repl.ts", "js/stat.ts", "js/symlink.ts", "js/text_encoding.ts", |