| # 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. | |
| source_set("browser_tests") { | |
| testonly = true | |
| sources = [ "webaudio_browsertest.cc" ] | |
| defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] | |
| deps = [ | |
| "//chrome/browser", | |
| "//chrome/test:test_support", | |
| ] | |
| if (is_android) { | |
| deps += [ "//chrome/test:test_support_ui_android" ] | |
| } else { | |
| deps += [ "//chrome/test:test_support_ui" ] | |
| } | |
| data = [ "//chrome/test/data/webaudio/" ] | |
| } |