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
Create a separate 'constants' source set in src/app (project-chip#32228)
* Create constants file
* Restyle
* Place everything into a `Revision` namespace to avoid name collision with a Tags enum
* Rename
---------
Co-authored-by: Andrei Litvin <andreilitvin@google.com>
# interaction-model is a static-library because it currently requires global functions (app/util/...) that are stubbed in different test files that depend on the app static_library
134
137
# which in tern depens on the interaction-model.
135
138
# Using source_set prevents the unit test to build correctly.
0 commit comments