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
Inject event management into report engine (#36831)
* Inject event management into report engine
* Restyled by whitespace
* Restyled by clang-format
* add event scheduler file
* add missing includes
* Rename it to EventReporter
* Restyled by clang-format
* Restyled by gn
* Modify comments and fix typo
* Fix some comments
* Restyled by clang-format
---------
Co-authored-by: Restyled.io <commits@restyled.io>
# 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
154
158
# which in tern depens on the interaction-model.
155
159
# Using source_set prevents the unit test to build correctly.
0 commit comments