chromium/chrome/browser/webaudio/webaudio_browsertest.cc

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

#include "build/build_config.h"
#include "chrome/test/base/chrome_test_utils.h"
#include "chrome/test/base/platform_browser_test.h"
#include "content/public/test/browser_test.h"
#include "content/public/test/browser_test_utils.h"
#include "testing/gtest/include/gtest/gtest.h"

// TODO(crbug.com/40167066): Investigate why different macOS versions have
// different fingerprints.
#if BUILDFLAG(IS_MAC)
#define MAYBE_VerifyDynamicsCompressorFingerprint
#else
#define MAYBE_VerifyDynamicsCompressorFingerprint
#endif

namespace {

// This test runs on Android as well as desktop platforms.
class WebAudioBrowserTest : public PlatformBrowserTest {};

IN_PROC_BROWSER_TEST_F(WebAudioBrowserTest,
                       MAYBE_VerifyDynamicsCompressorFingerprint) {}

}  // namespace