BM-3782
This commit is contained in:
parent
9688e63073
commit
2854971063
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user