chromium/components/printing/test/BUILD.gn

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

static_library("test_support") {
  testonly = true

  sources = [
    "mock_printer.cc",
    "mock_printer.h",
    "print_test_content_renderer_client.cc",
    "print_test_content_renderer_client.h",
  ]

  public_deps = [
    "//base",
    "//components/printing/common",
    "//components/printing/common:mojo_interfaces",
    "//components/printing/renderer",
    "//content/public/common",
    "//content/public/renderer",
    "//content/test:test_support",
    "//ipc",
    "//pdf",
    "//pdf:buildflags",
    "//printing",
    "//printing:test_support",
    "//printing/mojom",
    "//skia",
    "//testing/gtest",
    "//ui/gfx/geometry",
  ]
}