This commit is contained in:
Mike Schwörer 2022-08-17 13:14:16 +02:00
parent 9688e63073
commit 2854971063
Signed by: Mikescher
GPG Key ID: D3C7172E0A70F8CF
1 changed files with 2 additions and 0 deletions

View File

@ -175,6 +175,8 @@ string FormatDeps(string filename, int linenum, string deps)
if (v.StartsWith("//gateways")) return (252, "gateways", v, value);
if (v.StartsWith("//jobs")) return (253, "jobs", v, value);
if (v.StartsWith("//adminpanel")) return (301, "accessor", v, value);
if (v.StartsWith("//proto/common:")) return (401, "commonproto", v, value);
if (v.StartsWith("//proto")) return (402, "proto", v, value);