blob: 2561595ee59deff3224b9cefb834a4b5c894728e [file] [log] [blame]
# Copyright 2019 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
assert(is_chromeos, "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",
]
}