| 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 867 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 878 "xfa/src/fdp/src/fde/fde_render.cpp", | 878 "xfa/src/fdp/src/fde/fde_render.cpp", |
| 879 "xfa/src/fdp/src/fde/fde_render.h", | 879 "xfa/src/fdp/src/fde/fde_render.h", |
| 880 "xfa/src/fdp/src/tto/fde_textout.cpp", | 880 "xfa/src/fdp/src/tto/fde_textout.cpp", |
| 881 "xfa/src/fdp/src/tto/fde_textout.h", | 881 "xfa/src/fdp/src/tto/fde_textout.h", |
| 882 "xfa/src/fdp/src/xml/fde_xml_imp.cpp", | 882 "xfa/src/fdp/src/xml/fde_xml_imp.cpp", |
| 883 "xfa/src/fdp/src/xml/fde_xml_imp.h", | 883 "xfa/src/fdp/src/xml/fde_xml_imp.h", |
| 884 "xfa/src/fee/include/fx_wordbreak.h", | 884 "xfa/src/fee/include/fx_wordbreak.h", |
| 885 "xfa/src/fee/include/ifde_txtedtbuf.h", | 885 "xfa/src/fee/include/ifde_txtedtbuf.h", |
| 886 "xfa/src/fee/include/ifde_txtedtengine.h", | 886 "xfa/src/fee/include/ifde_txtedtengine.h", |
| 887 "xfa/src/fee/include/ifde_txtedtpage.h", | 887 "xfa/src/fee/include/ifde_txtedtpage.h", |
| 888 "xfa/src/fee/src/fee/fde_txtedtblock.cpp", | |
| 889 "xfa/src/fee/src/fee/fde_txtedtblock.h", | |
| 890 "xfa/src/fee/src/fee/fde_txtedtbuf.cpp", | 888 "xfa/src/fee/src/fee/fde_txtedtbuf.cpp", |
| 891 "xfa/src/fee/src/fee/fde_txtedtbuf.h", | 889 "xfa/src/fee/src/fee/fde_txtedtbuf.h", |
| 892 "xfa/src/fee/src/fee/fde_txtedtengine.cpp", | 890 "xfa/src/fee/src/fee/fde_txtedtengine.cpp", |
| 893 "xfa/src/fee/src/fee/fde_txtedtengine.h", | 891 "xfa/src/fee/src/fee/fde_txtedtengine.h", |
| 894 "xfa/src/fee/src/fee/fde_txtedtpage.cpp", | 892 "xfa/src/fee/src/fee/fde_txtedtpage.cpp", |
| 895 "xfa/src/fee/src/fee/fde_txtedtpage.h", | 893 "xfa/src/fee/src/fee/fde_txtedtpage.h", |
| 896 "xfa/src/fee/src/fee/fde_txtedtparag.cpp", | 894 "xfa/src/fee/src/fee/fde_txtedtparag.cpp", |
| 897 "xfa/src/fee/src/fee/fde_txtedtparag.h", | 895 "xfa/src/fee/src/fee/fde_txtedtparag.h", |
| 898 "xfa/src/fee/src/fx_wordbreak/fx_wordbreak_impl.cpp", | 896 "xfa/src/fee/src/fx_wordbreak/fx_wordbreak_impl.cpp", |
| 899 "xfa/src/fee/src/fx_wordbreak/fx_wordbreak_impl.h", | 897 "xfa/src/fee/src/fx_wordbreak/fx_wordbreak_impl.h", |
| (...skipping 607 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1507 "//v8:v8_libplatform", | 1505 "//v8:v8_libplatform", |
| 1508 ] | 1506 ] |
| 1509 include_dirs += [ | 1507 include_dirs += [ |
| 1510 "//v8", | 1508 "//v8", |
| 1511 "//v8/include", | 1509 "//v8/include", |
| 1512 ] | 1510 ] |
| 1513 configs += [ "//v8:external_startup_data" ] | 1511 configs += [ "//v8:external_startup_data" ] |
| 1514 } | 1512 } |
| 1515 configs += [ ":pdfium_config" ] | 1513 configs += [ ":pdfium_config" ] |
| 1516 } | 1514 } |
| OLD | NEW |