chromium/gpu/command_buffer/common/webgpu_cmd_format_test.cc

// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifdef UNSAFE_BUFFERS_BUILD
// TODO(crbug.com/351564777): Remove this and convert code to safer constructs.
#pragma allow_unsafe_buffers
#endif

// This file contains unit tests for webgpu commands

#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"

}  // namespace webgpu
}  // namespace gpu