You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dpl: factor shared internal headers into private hdrs target
Move the six headers that were duplicated across :dpl and :ui srcs
(DplObserver.h, Coordinates.h, Grid.h, Objects.h, architecture.h,
network.h) into a new :dpl_private_hdrs cc_library with
//visibility:private, so they're owned in one place and unreachable
from outside //src/dpl.
Signed-off-by: Matt Liberty <mliberty@precisioninno.com>
0 commit comments