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("//build_overrides/pdfium.gni") | 6 import("//build_overrides/pdfium.gni") |
7 import("//testing/test.gni") | 7 import("//testing/test.gni") |
8 | 8 |
9 config("pdfium_config") { | 9 config("pdfium_config") { |
10 cflags = [] | 10 cflags = [] |
(...skipping 912 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
923 "xfa/fee/fde_txtedtengine.cpp", | 923 "xfa/fee/fde_txtedtengine.cpp", |
924 "xfa/fee/fde_txtedtengine.h", | 924 "xfa/fee/fde_txtedtengine.h", |
925 "xfa/fee/fde_txtedtpage.cpp", | 925 "xfa/fee/fde_txtedtpage.cpp", |
926 "xfa/fee/fde_txtedtpage.h", | 926 "xfa/fee/fde_txtedtpage.h", |
927 "xfa/fee/fde_txtedtparag.cpp", | 927 "xfa/fee/fde_txtedtparag.cpp", |
928 "xfa/fee/fde_txtedtparag.h", | 928 "xfa/fee/fde_txtedtparag.h", |
929 "xfa/fee/fx_wordbreak/fx_wordbreak.h", | 929 "xfa/fee/fx_wordbreak/fx_wordbreak.h", |
930 "xfa/fee/fx_wordbreak/fx_wordbreak_impl.cpp", | 930 "xfa/fee/fx_wordbreak/fx_wordbreak_impl.cpp", |
931 "xfa/fee/fx_wordbreak/fx_wordbreak_impl.h", | 931 "xfa/fee/fx_wordbreak/fx_wordbreak_impl.h", |
932 "xfa/fee/fx_wordbreak/fx_wordbreakdata.cpp", | 932 "xfa/fee/fx_wordbreak/fx_wordbreakdata.cpp", |
933 "xfa/fee/ifde_txtedtbuf.h", | |
934 "xfa/fee/ifde_txtedtengine.h", | 933 "xfa/fee/ifde_txtedtengine.h", |
935 "xfa/fee/ifde_txtedtpage.h", | 934 "xfa/fee/ifde_txtedtpage.h", |
936 "xfa/fgas/crt/fgas_algorithm.cpp", | 935 "xfa/fgas/crt/fgas_algorithm.cpp", |
937 "xfa/fgas/crt/fgas_algorithm.h", | 936 "xfa/fgas/crt/fgas_algorithm.h", |
938 "xfa/fgas/crt/fgas_codepage.cpp", | 937 "xfa/fgas/crt/fgas_codepage.cpp", |
939 "xfa/fgas/crt/fgas_codepage.h", | 938 "xfa/fgas/crt/fgas_codepage.h", |
940 "xfa/fgas/crt/fgas_encode.cpp", | 939 "xfa/fgas/crt/fgas_encode.cpp", |
941 "xfa/fgas/crt/fgas_language.h", | 940 "xfa/fgas/crt/fgas_language.h", |
942 "xfa/fgas/crt/fgas_memory.cpp", | 941 "xfa/fgas/crt/fgas_memory.cpp", |
943 "xfa/fgas/crt/fgas_memory.h", | 942 "xfa/fgas/crt/fgas_memory.h", |
(...skipping 763 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1707 } | 1706 } |
1708 | 1707 |
1709 if (pdf_is_standalone) { | 1708 if (pdf_is_standalone) { |
1710 source_set("samples") { | 1709 source_set("samples") { |
1711 testonly = true | 1710 testonly = true |
1712 deps = [ | 1711 deps = [ |
1713 "//samples", | 1712 "//samples", |
1714 ] | 1713 ] |
1715 } | 1714 } |
1716 } | 1715 } |
OLD | NEW |