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 896 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
907 "xfa/fde/css/fde_cssstylesheet.h", | 907 "xfa/fde/css/fde_cssstylesheet.h", |
908 "xfa/fde/css/fde_csssyntax.cpp", | 908 "xfa/fde/css/fde_csssyntax.cpp", |
909 "xfa/fde/css/fde_csssyntax.h", | 909 "xfa/fde/css/fde_csssyntax.h", |
910 "xfa/fde/fde_brush.h", | 910 "xfa/fde/fde_brush.h", |
911 "xfa/fde/fde_devbasic.cpp", | 911 "xfa/fde/fde_devbasic.cpp", |
912 "xfa/fde/fde_devbasic.h", | 912 "xfa/fde/fde_devbasic.h", |
913 "xfa/fde/fde_gedevice.cpp", | 913 "xfa/fde/fde_gedevice.cpp", |
914 "xfa/fde/fde_gedevice.h", | 914 "xfa/fde/fde_gedevice.h", |
915 "xfa/fde/fde_geobject.cpp", | 915 "xfa/fde/fde_geobject.cpp", |
916 "xfa/fde/fde_geobject.h", | 916 "xfa/fde/fde_geobject.h", |
917 "xfa/fde/fde_image.h", | |
918 "xfa/fde/fde_iterator.cpp", | 917 "xfa/fde/fde_iterator.cpp", |
919 "xfa/fde/fde_iterator.h", | 918 "xfa/fde/fde_iterator.h", |
920 "xfa/fde/fde_object.cpp", | 919 "xfa/fde/fde_object.cpp", |
921 "xfa/fde/fde_object.h", | 920 "xfa/fde/fde_object.h", |
922 "xfa/fde/fde_path.h", | 921 "xfa/fde/fde_path.h", |
923 "xfa/fde/fde_pen.h", | 922 "xfa/fde/fde_pen.h", |
924 "xfa/fde/fde_render.cpp", | 923 "xfa/fde/fde_render.cpp", |
925 "xfa/fde/fde_render.h", | 924 "xfa/fde/fde_render.h", |
926 "xfa/fde/fde_renderdevice.h", | 925 "xfa/fde/fde_renderdevice.h", |
927 "xfa/fde/tto/fde_textout.cpp", | 926 "xfa/fde/tto/fde_textout.cpp", |
(...skipping 797 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1725 "//v8:v8_libplatform", | 1724 "//v8:v8_libplatform", |
1726 ] | 1725 ] |
1727 include_dirs += [ | 1726 include_dirs += [ |
1728 "//v8", | 1727 "//v8", |
1729 "//v8/include", | 1728 "//v8/include", |
1730 ] | 1729 ] |
1731 configs += [ "//v8:external_startup_data" ] | 1730 configs += [ "//v8:external_startup_data" ] |
1732 } | 1731 } |
1733 configs += [ ":pdfium_config" ] | 1732 configs += [ ":pdfium_config" ] |
1734 } | 1733 } |
OLD | NEW |