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

import("//mojo/public/tools/bindings/mojom.gni")

assert(!is_android)

source_set("browser_tests") {
  testonly = true

  defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ]

  sources = [ "tracked_element_manager_browsertest.cc" ]
  deps = [
    "//chrome/browser/ui",
    "//chrome/browser/ui/webui/user_education_internals",
    "//chrome/test:test_support",
    "//chrome/test/interaction",
    "//content/public/browser",
    "//content/test:test_support",
    "//testing/gtest",
  ]
}
