blob: 87b60e725175d50384ea43565b9d488633d8b0bd [file] [log] [blame]
# Copyright 2019 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/ui.gni")
assert(is_chromeos_ash, "Non-ChromeOS builds cannot depend on //chromeos")
component("cups_proxy") {
defines = [ "IS_CUPS_PROXY_IMPL" ]
deps = [
"//base",
"//dbus",
]
sources = [
"cups_proxy_client.cc",
"cups_proxy_client.h",
"fake_cups_proxy_client.cc",
"fake_cups_proxy_client.h",
]
}