OLD | NEW |
1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 import("//build_overrides/v8.gni") | 5 import("//build_overrides/v8.gni") |
6 import("//testing/test.gni") | 6 import("//testing/test.gni") |
7 import("pdfium.gni") | 7 import("pdfium.gni") |
8 | 8 |
9 config("pdfium_common_config") { | 9 config("pdfium_common_config") { |
10 cflags = [] | 10 cflags = [] |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 static_library("pdfium") { | 67 static_library("pdfium") { |
68 sources = [ | 68 sources = [ |
69 "fpdfsdk/cba_annotiterator.cpp", | 69 "fpdfsdk/cba_annotiterator.cpp", |
70 "fpdfsdk/cba_annotiterator.h", | 70 "fpdfsdk/cba_annotiterator.h", |
71 "fpdfsdk/cfx_systemhandler.cpp", | 71 "fpdfsdk/cfx_systemhandler.cpp", |
72 "fpdfsdk/cfx_systemhandler.h", | 72 "fpdfsdk/cfx_systemhandler.h", |
73 "fpdfsdk/cpdfsdk_annot.cpp", | 73 "fpdfsdk/cpdfsdk_annot.cpp", |
74 "fpdfsdk/cpdfsdk_annot.h", | 74 "fpdfsdk/cpdfsdk_annot.h", |
75 "fpdfsdk/cpdfsdk_annothandlermgr.cpp", | 75 "fpdfsdk/cpdfsdk_annothandlermgr.cpp", |
76 "fpdfsdk/cpdfsdk_annothandlermgr.h", | 76 "fpdfsdk/cpdfsdk_annothandlermgr.h", |
77 "fpdfsdk/cpdfsdk_annotiterator.cpp", | 77 "fpdfsdk/cpdfsdk_annotiteration.cpp", |
78 "fpdfsdk/cpdfsdk_annotiterator.h", | 78 "fpdfsdk/cpdfsdk_annotiteration.h", |
79 "fpdfsdk/cpdfsdk_baannot.cpp", | 79 "fpdfsdk/cpdfsdk_baannot.cpp", |
80 "fpdfsdk/cpdfsdk_baannot.h", | 80 "fpdfsdk/cpdfsdk_baannot.h", |
81 "fpdfsdk/cpdfsdk_baannothandler.cpp", | 81 "fpdfsdk/cpdfsdk_baannothandler.cpp", |
82 "fpdfsdk/cpdfsdk_baannothandler.h", | 82 "fpdfsdk/cpdfsdk_baannothandler.h", |
83 "fpdfsdk/cpdfsdk_datetime.cpp", | 83 "fpdfsdk/cpdfsdk_datetime.cpp", |
84 "fpdfsdk/cpdfsdk_datetime.h", | 84 "fpdfsdk/cpdfsdk_datetime.h", |
85 "fpdfsdk/cpdfsdk_formfillenvironment.cpp", | 85 "fpdfsdk/cpdfsdk_formfillenvironment.cpp", |
86 "fpdfsdk/cpdfsdk_formfillenvironment.h", | 86 "fpdfsdk/cpdfsdk_formfillenvironment.h", |
87 "fpdfsdk/cpdfsdk_interform.cpp", | 87 "fpdfsdk/cpdfsdk_interform.cpp", |
88 "fpdfsdk/cpdfsdk_interform.h", | 88 "fpdfsdk/cpdfsdk_interform.h", |
(...skipping 1742 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1831 "//samples", | 1831 "//samples", |
1832 ] | 1832 ] |
1833 } | 1833 } |
1834 group("fuzzers") { | 1834 group("fuzzers") { |
1835 testonly = true | 1835 testonly = true |
1836 deps = [ | 1836 deps = [ |
1837 "//testing/libfuzzer", | 1837 "//testing/libfuzzer", |
1838 ] | 1838 ] |
1839 } | 1839 } |
1840 } | 1840 } |
OLD | NEW |