blob: f7a5bb249906032f1f3452d3e6d0e50e9bc57b7e [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.
source_set("common") {
sources = [
"print_messages.cc",
"print_messages.h",
"printing_param_traits_macros.h",
]
deps = [
"//base",
"//ipc",
"//printing",
"//third_party/WebKit/public:blink",
"//ui/gfx",
"//ui/gfx/geometry",
"//ui/gfx/ipc",
]
}