blob: 8bd34758f4e06bc38166aff8390cb32d7a69c4c4 [file] [log] [blame]
# 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("//extensions/buildflags/buildflags.gni")
assert(enable_extensions)
assert(is_chromeos)
static_library("accessibility_service_private") {
configs += [ "//build/config/compiler:wexit_time_destructors" ]
sources = [
"accessibility_service_private.cc",
"accessibility_service_private.h",
]
public_deps = [ "//extensions/browser" ]
deps = [ "//chrome/browser/ash/accessibility" ]
}