#ifdef UNSAFE_BUFFERS_BUILD
#pragma allow_unsafe_buffers
#endif
#include <stddef.h>
#include <stdint.h>
#include <limits>
#include "base/functional/bind.h"
#include "base/location.h"
#include "base/synchronization/waitable_event.h"
#include "base/task/single_thread_task_runner.h"
#include "base/threading/thread.h"
#include "gpu/command_buffer/common/webgpu_cmd_format.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace gpu {
namespace webgpu {
class WebGPUFormatTest : public testing::Test { … };
const unsigned char WebGPUFormatTest::kInitialValue;
#include "gpu/command_buffer/common/webgpu_cmd_format_test_autogen.h"
}
}