blob: 3653f9cbeeda2351d8c81bf8a407b54fddac9c78 [file] [log] [blame]
Piotr Pawliczek2ebb8aff2019-08-27 17:16:341# Copyright 2019 The Chromium OS 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.
4
5static_library("libipp") {
6 include_dirs = [ "." ]
7 sources = [
8 "libipp/ipp.h",
9 "libipp/ipp_attribute.cc",
10 "libipp/ipp_attribute.h",
11 "libipp/ipp_base.cc",
12 "libipp/ipp_base.h",
13 "libipp/ipp_collections.cc",
14 "libipp/ipp_collections.h",
15 "libipp/ipp_encoding.h",
16 "libipp/ipp_enums.cc",
17 "libipp/ipp_enums.h",
18 "libipp/ipp_export.h",
19 "libipp/ipp_frame.h",
20 "libipp/ipp_frame_builder.cc",
21 "libipp/ipp_frame_builder.h",
22 "libipp/ipp_operations.cc",
23 "libipp/ipp_operations.h",
24 "libipp/ipp_package.cc",
25 "libipp/ipp_package.h",
26 "libipp/ipp_parser.cc",
27 "libipp/ipp_parser.h",
28 ]
29}