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 923 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
934 "xfa/fde/cfde_txtedtpage.cpp", | 934 "xfa/fde/cfde_txtedtpage.cpp", |
935 "xfa/fde/cfde_txtedtpage.h", | 935 "xfa/fde/cfde_txtedtpage.h", |
936 "xfa/fde/cfde_txtedtparag.cpp", | 936 "xfa/fde/cfde_txtedtparag.cpp", |
937 "xfa/fde/cfde_txtedtparag.h", | 937 "xfa/fde/cfde_txtedtparag.h", |
938 "xfa/fde/cfde_txtedttextset.cpp", | 938 "xfa/fde/cfde_txtedttextset.cpp", |
939 "xfa/fde/cfde_txtedttextset.h", | 939 "xfa/fde/cfde_txtedttextset.h", |
940 "xfa/fde/cfx_chariter.cpp", | 940 "xfa/fde/cfx_chariter.cpp", |
941 "xfa/fde/cfx_chariter.h", | 941 "xfa/fde/cfx_chariter.h", |
942 "xfa/fde/cfx_wordbreak.cpp", | 942 "xfa/fde/cfx_wordbreak.cpp", |
943 "xfa/fde/cfx_wordbreak.h", | 943 "xfa/fde/cfx_wordbreak.h", |
| 944 "xfa/fde/css/cfde_cssrulecollection.cpp", |
944 "xfa/fde/css/fde_css.cpp", | 945 "xfa/fde/css/fde_css.cpp", |
945 "xfa/fde/css/fde_css.h", | 946 "xfa/fde/css/fde_css.h", |
946 "xfa/fde/css/fde_csscache.cpp", | 947 "xfa/fde/css/fde_csscache.cpp", |
947 "xfa/fde/css/fde_csscache.h", | 948 "xfa/fde/css/fde_csscache.h", |
948 "xfa/fde/css/fde_cssdatatable.cpp", | 949 "xfa/fde/css/fde_cssdatatable.cpp", |
949 "xfa/fde/css/fde_cssdatatable.h", | 950 "xfa/fde/css/fde_cssdatatable.h", |
950 "xfa/fde/css/fde_cssdeclaration.cpp", | 951 "xfa/fde/css/fde_cssdeclaration.cpp", |
951 "xfa/fde/css/fde_cssdeclaration.h", | 952 "xfa/fde/css/fde_cssdeclaration.h", |
952 "xfa/fde/css/fde_cssstyleselector.cpp", | 953 "xfa/fde/css/fde_cssstyleselector.cpp", |
953 "xfa/fde/css/fde_cssstyleselector.h", | 954 "xfa/fde/css/fde_cssstyleselector.h", |
(...skipping 630 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1584 } | 1585 } |
1585 | 1586 |
1586 if (pdf_is_standalone) { | 1587 if (pdf_is_standalone) { |
1587 source_set("samples") { | 1588 source_set("samples") { |
1588 testonly = true | 1589 testonly = true |
1589 deps = [ | 1590 deps = [ |
1590 "//samples", | 1591 "//samples", |
1591 ] | 1592 ] |
1592 } | 1593 } |
1593 } | 1594 } |
OLD | NEW |