commit | 36627ffa51c64341abff07f0945da6a478514176 | [log] [tgz] |
---|---|---|
author | Viet-Trung Luu <viettrungluu@chromium.org> | Mon May 11 12:36:47 2015 -0700 |
committer | Viet-Trung Luu <viettrungluu@chromium.org> | Mon May 11 12:36:47 2015 -0700 |
tree | ebfd844f72746d49b20dd7c05149e8256741b19a | |
parent | 7da883d63253688cc3e54a1ab81d7117dfc1b83d [diff] [blame] |
Moterm part 1: Add MotermModel, a "model" for terminal emulation. This currently wraps libteken, but abstracts this dependency away. R=erg@chromium.org Review URL: https://codereview.chromium.org/1130563002
diff --git a/BUILD.gn b/BUILD.gn index f8f967d..c6d97a5 100644 --- a/BUILD.gn +++ b/BUILD.gn
@@ -7,6 +7,7 @@ testonly = true deps = [ + "//apps", "//crypto:crypto_unittests", "//examples", "//mojo",