| 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/fde/css/fde_cssstyleselector.cpp", | 914 "xfa/fde/css/fde_cssstyleselector.cpp", |
| 915 "xfa/fde/css/fde_cssstyleselector.h", | 915 "xfa/fde/css/fde_cssstyleselector.h", |
| 916 "xfa/fde/css/fde_cssstylesheet.cpp", | 916 "xfa/fde/css/fde_cssstylesheet.cpp", |
| 917 "xfa/fde/css/fde_cssstylesheet.h", | 917 "xfa/fde/css/fde_cssstylesheet.h", |
| 918 "xfa/fde/css/fde_csssyntax.cpp", | 918 "xfa/fde/css/fde_csssyntax.cpp", |
| 919 "xfa/fde/css/fde_csssyntax.h", | 919 "xfa/fde/css/fde_csssyntax.h", |
| 920 "xfa/fde/fde_gedevice.cpp", | 920 "xfa/fde/fde_gedevice.cpp", |
| 921 "xfa/fde/fde_gedevice.h", | 921 "xfa/fde/fde_gedevice.h", |
| 922 "xfa/fde/fde_geobject.cpp", | 922 "xfa/fde/fde_geobject.cpp", |
| 923 "xfa/fde/fde_geobject.h", | 923 "xfa/fde/fde_geobject.h", |
| 924 "xfa/fde/fde_image.h", | |
| 925 "xfa/fde/fde_iterator.cpp", | 924 "xfa/fde/fde_iterator.cpp", |
| 926 "xfa/fde/fde_iterator.h", | 925 "xfa/fde/fde_iterator.h", |
| 927 "xfa/fde/fde_object.h", | 926 "xfa/fde/fde_object.h", |
| 928 "xfa/fde/fde_path.h", | 927 "xfa/fde/fde_path.h", |
| 929 "xfa/fde/fde_render.cpp", | 928 "xfa/fde/fde_render.cpp", |
| 930 "xfa/fde/fde_render.h", | 929 "xfa/fde/fde_render.h", |
| 931 "xfa/fde/fde_renderdevice.h", | 930 "xfa/fde/fde_renderdevice.h", |
| 932 "xfa/fde/tto/fde_textout.cpp", | 931 "xfa/fde/tto/fde_textout.cpp", |
| 933 "xfa/fde/tto/fde_textout.h", | 932 "xfa/fde/tto/fde_textout.h", |
| 934 "xfa/fde/xml/fde_xml.h", | 933 "xfa/fde/xml/fde_xml.h", |
| (...skipping 796 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1731 "//v8:v8_libplatform", | 1730 "//v8:v8_libplatform", |
| 1732 ] | 1731 ] |
| 1733 include_dirs += [ | 1732 include_dirs += [ |
| 1734 "//v8", | 1733 "//v8", |
| 1735 "//v8/include", | 1734 "//v8/include", |
| 1736 ] | 1735 ] |
| 1737 configs += [ "//v8:external_startup_data" ] | 1736 configs += [ "//v8:external_startup_data" ] |
| 1738 } | 1737 } |
| 1739 configs += [ ":pdfium_config" ] | 1738 configs += [ ":pdfium_config" ] |
| 1740 } | 1739 } |
| OLD | NEW |