Mercurial
comparison mrjunejune/BUILD @ 279:b3b547563ec7
Add Google connector service and agent wiki
Implement the C/Seobeo Google Drive and Gmail connector with encrypted OAuth storage, Zenbu authentication, browser testing, AI tool discovery, chunked HTTP decoding, and Bazel coverage. Consolidate repository guidance into progressive wiki documentation and enforce arena-first allocation for new first-party C code.
Co-authored-by: Copilot <[email protected]>
Copilot-Session: 84c338fd-0939-4bb3-b7f3-1062eb213e5d
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Mon, 17 Aug 2026 22:22:36 -0700 |
| parents | 056790c4fb0d |
| children | 49e9e591c9bb |
comparison
equal
deleted
inserted
replaced
| 278:8d560f50ed4c | 279:b3b547563ec7 |
|---|---|
| 293 srcs = ["auth_api.c"], | 293 srcs = ["auth_api.c"], |
| 294 hdrs = ["auth_api.h"], | 294 hdrs = ["auth_api.h"], |
| 295 deps = [ | 295 deps = [ |
| 296 ":template_renderer", | 296 ":template_renderer", |
| 297 "//auth:auth_crypto", | 297 "//auth:auth_crypto", |
| 298 "//auth:auth_http", | |
| 298 "//auth:auth_store", | 299 "//auth:auth_store", |
| 299 "//dowa:dowa", | 300 "//dowa:dowa", |
| 300 "//seobeo:seobeo", | 301 "//seobeo:seobeo", |
| 301 "@openssl//:crypto", | 302 "@openssl//:crypto", |
| 302 ], | 303 ], |
| 311 hdrs = ["auth_api.h"], | 312 hdrs = ["auth_api.h"], |
| 312 copts = ["-DAUTH_API_TEST_HOOKS"], | 313 copts = ["-DAUTH_API_TEST_HOOKS"], |
| 313 deps = [ | 314 deps = [ |
| 314 ":template_renderer", | 315 ":template_renderer", |
| 315 "//auth:auth_crypto", | 316 "//auth:auth_crypto", |
| 317 "//auth:auth_http", | |
| 316 "//auth:auth_store", | 318 "//auth:auth_store", |
| 317 "//dowa:dowa", | 319 "//dowa:dowa", |
| 318 "//seobeo:seobeo", | 320 "//seobeo:seobeo", |
| 319 "@openssl//:crypto", | 321 "@openssl//:crypto", |
| 320 ], | 322 ], |