[PM] Split WebMemoryAggregator and WebMemoryMeasurer into separate files
An upcoming patch will add another helper class to web_memory.h, which will overload web_memory_aggregator.cc if it's added there. So, move the implementation of all the web_memory.h helper classes (currently just WebMemoryMeasurer) to web_memory_impl.* This also splits the unit tests into web_memory_aggregator_unittest.cc and web_memory_impl_unittest.cc, moving shared code into v8_memory_test_helpers.*. R=siggi Bug: 1085129 Change-Id: Idd03b15440f78441d224a7ea08967faf404215ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2586144Reviewed-by:François Doray <fdoray@chromium.org> Commit-Queue: Joe Mason <joenotcharles@chromium.org> Cr-Commit-Position: refs/heads/master@{#836160}
Showing
This diff is collapsed.
Please register or sign in to comment