Revert of Add Masonry to key_silk_cases. (patchset #3 id:40001 of https://codereview...
[chromium-blink-merge.git] / components / pdf / common / BUILD.gn
blobadff35e0ba6aa6d004194a4d10a576fb81e840bc
1 # Copyright 2014 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 import("//build/config/features.gni")
7 static_library("common") {
8   sources = [
9     "pdf_message_generator.cc",
10     "pdf_message_generator.h",
11     "pdf_messages.h",
12   ]
14   deps = [
15     "//base",
16     "//content/public/common",
17     "//ipc",
18     "//url",
19   ]