| 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 901 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 912 "xfa/fde/cfde_txtedtpage.cpp", | 912 "xfa/fde/cfde_txtedtpage.cpp", |
| 913 "xfa/fde/cfde_txtedtpage.h", | 913 "xfa/fde/cfde_txtedtpage.h", |
| 914 "xfa/fde/cfde_txtedtparag.cpp", | 914 "xfa/fde/cfde_txtedtparag.cpp", |
| 915 "xfa/fde/cfde_txtedtparag.h", | 915 "xfa/fde/cfde_txtedtparag.h", |
| 916 "xfa/fde/cfde_txtedttextset.cpp", | 916 "xfa/fde/cfde_txtedttextset.cpp", |
| 917 "xfa/fde/cfde_txtedttextset.h", | 917 "xfa/fde/cfde_txtedttextset.h", |
| 918 "xfa/fde/cfx_chariter.cpp", | 918 "xfa/fde/cfx_chariter.cpp", |
| 919 "xfa/fde/cfx_chariter.h", | 919 "xfa/fde/cfx_chariter.h", |
| 920 "xfa/fde/cfx_wordbreak.cpp", | 920 "xfa/fde/cfx_wordbreak.cpp", |
| 921 "xfa/fde/cfx_wordbreak.h", | 921 "xfa/fde/cfx_wordbreak.h", |
| 922 "xfa/fde/css/fde_css.cpp", |
| 922 "xfa/fde/css/fde_css.h", | 923 "xfa/fde/css/fde_css.h", |
| 923 "xfa/fde/css/fde_csscache.cpp", | 924 "xfa/fde/css/fde_csscache.cpp", |
| 924 "xfa/fde/css/fde_csscache.h", | 925 "xfa/fde/css/fde_csscache.h", |
| 925 "xfa/fde/css/fde_cssdatatable.cpp", | 926 "xfa/fde/css/fde_cssdatatable.cpp", |
| 926 "xfa/fde/css/fde_cssdatatable.h", | 927 "xfa/fde/css/fde_cssdatatable.h", |
| 927 "xfa/fde/css/fde_cssdeclaration.cpp", | 928 "xfa/fde/css/fde_cssdeclaration.cpp", |
| 928 "xfa/fde/css/fde_cssdeclaration.h", | 929 "xfa/fde/css/fde_cssdeclaration.h", |
| 929 "xfa/fde/css/fde_cssstyleselector.cpp", | 930 "xfa/fde/css/fde_cssstyleselector.cpp", |
| 930 "xfa/fde/css/fde_cssstyleselector.h", | 931 "xfa/fde/css/fde_cssstyleselector.h", |
| 931 "xfa/fde/css/fde_cssstylesheet.cpp", | 932 "xfa/fde/css/fde_cssstylesheet.cpp", |
| (...skipping 628 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1560 } | 1561 } |
| 1561 | 1562 |
| 1562 if (pdf_is_standalone) { | 1563 if (pdf_is_standalone) { |
| 1563 source_set("samples") { | 1564 source_set("samples") { |
| 1564 testonly = true | 1565 testonly = true |
| 1565 deps = [ | 1566 deps = [ |
| 1566 "//samples", | 1567 "//samples", |
| 1567 ] | 1568 ] |
| 1568 } | 1569 } |
| 1569 } | 1570 } |
| OLD | NEW |