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_config") { | 9 config("pdfium_config") { |
10 cflags = [] | 10 cflags = [] |
(...skipping 903 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
914 "xfa/src/fgas/src/crt/fx_algorithm.cpp", | 914 "xfa/src/fgas/src/crt/fx_algorithm.cpp", |
915 "xfa/src/fgas/src/crt/fx_codepage.cpp", | 915 "xfa/src/fgas/src/crt/fx_codepage.cpp", |
916 "xfa/src/fgas/src/crt/fx_encode.cpp", | 916 "xfa/src/fgas/src/crt/fx_encode.cpp", |
917 "xfa/src/fgas/src/crt/fx_memory.cpp", | 917 "xfa/src/fgas/src/crt/fx_memory.cpp", |
918 "xfa/src/fgas/src/crt/fx_memory.h", | 918 "xfa/src/fgas/src/crt/fx_memory.h", |
919 "xfa/src/fgas/src/crt/fx_stream.cpp", | 919 "xfa/src/fgas/src/crt/fx_stream.cpp", |
920 "xfa/src/fgas/src/crt/fx_stream.h", | 920 "xfa/src/fgas/src/crt/fx_stream.h", |
921 "xfa/src/fgas/src/crt/fx_system.cpp", | 921 "xfa/src/fgas/src/crt/fx_system.cpp", |
922 "xfa/src/fgas/src/crt/fx_utils.cpp", | 922 "xfa/src/fgas/src/crt/fx_utils.cpp", |
923 "xfa/src/fgas/src/crt/fx_utils.h", | 923 "xfa/src/fgas/src/crt/fx_utils.h", |
924 "xfa/src/fgas/src/fgas_base.h", | |
925 "xfa/src/fgas/src/font/fx_fontutils.cpp", | 924 "xfa/src/fgas/src/font/fx_fontutils.cpp", |
926 "xfa/src/fgas/src/font/fx_fontutils.h", | 925 "xfa/src/fgas/src/font/fx_fontutils.h", |
927 "xfa/src/fgas/src/font/fx_gefont.cpp", | 926 "xfa/src/fgas/src/font/fx_gefont.cpp", |
928 "xfa/src/fgas/src/font/fx_gefont.h", | 927 "xfa/src/fgas/src/font/fx_gefont.h", |
929 "xfa/src/fgas/src/font/fx_stdfontmgr.cpp", | 928 "xfa/src/fgas/src/font/fx_stdfontmgr.cpp", |
930 "xfa/src/fgas/src/font/fx_stdfontmgr.h", | 929 "xfa/src/fgas/src/font/fx_stdfontmgr.h", |
931 "xfa/src/fgas/src/layout/fx_linebreak.cpp", | 930 "xfa/src/fgas/src/layout/fx_linebreak.cpp", |
932 "xfa/src/fgas/src/layout/fx_rtfbreak.cpp", | 931 "xfa/src/fgas/src/layout/fx_rtfbreak.cpp", |
933 "xfa/src/fgas/src/layout/fx_rtfbreak.h", | 932 "xfa/src/fgas/src/layout/fx_rtfbreak.h", |
934 "xfa/src/fgas/src/layout/fx_textbreak.cpp", | 933 "xfa/src/fgas/src/layout/fx_textbreak.cpp", |
(...skipping 570 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1505 "//v8:v8_libplatform", | 1504 "//v8:v8_libplatform", |
1506 ] | 1505 ] |
1507 include_dirs += [ | 1506 include_dirs += [ |
1508 "//v8", | 1507 "//v8", |
1509 "//v8/include", | 1508 "//v8/include", |
1510 ] | 1509 ] |
1511 configs += [ "//v8:external_startup_data" ] | 1510 configs += [ "//v8:external_startup_data" ] |
1512 } | 1511 } |
1513 configs += [ ":pdfium_config" ] | 1512 configs += [ ":pdfium_config" ] |
1514 } | 1513 } |
OLD | NEW |