Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / components / printing / test / BUILD.gn
blob53ac366a8d96e29dc5a683b3e03ae6073100f7c3
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 source_set("test_support") {
6   testonly = true
8   sources = [
9     "mock_printer.cc",
10     "mock_printer.h",
11     "print_mock_render_thread.cc",
12     "print_mock_render_thread.h",
13     "print_test_content_renderer_client.cc",
14     "print_test_content_renderer_client.h",
15   ]
17   deps = [
18     "//components/printing/renderer",
19     "//skia",
20     "//testing/gtest",
21   ]