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

assert(!is_android)

source_set("interaction") {
  sources = [
    "browser_elements.cc",
    "browser_elements.h",
  ]
  public_deps = [
    "//chrome/browser/ui/browser_window",
    "//ui/base/interaction",
    "//ui/base/unowned_user_data",
  ]
}
