Mercurial
comparison mrjunejune/test/BUILD @ 280:49e9e591c9bb
Add persistent dictation, prewarmed WebRTC speech input, Copilot SDK routing, animated conversation lifecycle controls, parking, and architecture coverage.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Tue, 18 Aug 2026 19:14:53 -0700 |
| parents | 056790c4fb0d |
| children |
comparison
equal
deleted
inserted
replaced
| 279:b3b547563ec7 | 280:49e9e591c9bb |
|---|---|
| 75 | 75 |
| 76 cc_binary( | 76 cc_binary( |
| 77 name = "inference_bridge_fake_sidecar", | 77 name = "inference_bridge_fake_sidecar", |
| 78 srcs = ["inference_bridge_fake_sidecar.c"], | 78 srcs = ["inference_bridge_fake_sidecar.c"], |
| 79 deps = ["//dowa:dowa"], | 79 deps = ["//dowa:dowa"], |
| 80 visibility = ["//infinite_canvas:__pkg__"], | |
| 80 ) | 81 ) |
| 81 | 82 |
| 82 cc_test( | 83 cc_test( |
| 83 name = "inference_bridge_test", | 84 name = "inference_bridge_test", |
| 84 srcs = ["inference_bridge_test.c"], | 85 srcs = ["inference_bridge_test.c"], |