chromium/chrome/browser/ui/webui/ash/arc_overview_tracing/BUILD.gn

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

import("//build/config/chromeos/ui_mode.gni")

assert(is_chromeos_ash)

static_library("arc_overview_tracing") {
  sources = [
    "arc_overview_tracing_ui.cc",
    "arc_overview_tracing_ui.h",
  ]

  public_deps = [
    "//chrome/browser:browser_public_dependencies",
    "//content/public/browser",
  ]

  deps = [
    "//base",
    "//chrome/browser:browser_process",
    "//chrome/browser:resources",
    "//chrome/browser/ash/arc",
    "//chrome/browser/ash/arc/tracing",
    "//chrome/browser/ash/file_manager",
    "//chrome/browser/profiles:profile",
    "//chrome/common",
    "//services/network/public/mojom:url_loader_base",
    "//ui/base",
    "//ui/events",
    "//ui/events:event_constants",
  ]
}