blob: e3f8e731441c6a9617d885959907cf5147100793 [file] [log] [blame]
# Copyright 2015 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.
static_library("common") {
sources = [
"print_messages.cc",
"print_messages.h",
"printing_param_traits_macros.h",
]
deps = [
"//base",
"//ipc",
"//printing",
"//third_party/WebKit/public:blink_headers",
"//ui/gfx",
"//ui/gfx/geometry",
"//ui/gfx/ipc",
"//ui/gfx/ipc/geometry",
"//ui/gfx/ipc/skia",
]
}