| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
"structured/arena_event_buffer.cc",Could we modularize further by having e.g. c/b/metrics/structured be its own thing?
Maybe can be a TODO + bug to not delay this CL.
Similar for:
desktop_session_duration/
usage_scenario/
power/
perf/
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Could we modularize further by having e.g. c/b/metrics/structured be its own thing?
Maybe can be a TODO + bug to not delay this CL.
Similar for:
desktop_session_duration/
usage_scenario/
power/
perf/
I filed: https://b.corp.google.com/issues/504980566 and added a TODO to the top of this file.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
#include "chrome/browser/resource_coordinator/lifecycle_unit_state.mojom.h" // nognchecknit: I believe we can drop this nogncheck by adding `"//chrome/browser/resource_coordinator:mojo_bindings"` to `public_deps` in `chrome/browser/metrics/BUILD.gn`
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
#include "chrome/browser/resource_coordinator/lifecycle_unit_state.mojom.h" // nognchecknit: I believe we can drop this nogncheck by adding `"//chrome/browser/resource_coordinator:mojo_bindings"` to `public_deps` in `chrome/browser/metrics/BUILD.gn`
will send you a followup CL shortly.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Modularize //chrome/browser/metrics
This CL refactors the build graph for `chrome/browser/metrics` by moving
its sources out of the top-level `//chrome/browser` static library into
dedicated `source_set("metrics")` (public headers) and
`source_set("impl")` targets within `chrome/browser/metrics/BUILD.gn`.
Consumer `BUILD.gn` files across the tree are updated to depend directly
on `//chrome/browser/metrics`, and a parallel split is applied to
`chrome/browser/updates`. A few `#include` lines gain `// nogncheck`
annotations and one forward-declaration of
`glic::GlicSyntheticTrialManager` replaces a header include to break a
dep cycle. No functional code changes.
AGENT_GENERATED_CL
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |