// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "gin/v8_shared_memory_dump_provider.h" #include <memory> #include "base/containers/contains.h" #include "base/trace_event/process_memory_dump.h" #include "base/trace_event/trace_event.h" #include "gin/test/v8_test.h" namespace gin { V8SharedMemoryDumpProviderTest; // Checks if the dump provider runs without crashing and dumps root objects. TEST_F(V8SharedMemoryDumpProviderTest, DumpStatistics) { … } } // namespace gin