# Copyright 2020 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")
import("//printing/buildflags/buildflags.gni")
if (use_cups) {
source_set("browser") {
sources = [
"ipp_parser_launcher.cc",
"ipp_parser_launcher.h",
]
configs += [ "//build/config/compiler:wexit_time_destructors" ]
deps = [
"//base",
"//chrome:strings",
"//chrome/services/ipp_parser/public/mojom",
"//content/public/browser",
]
}
}