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 678 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
689 "core/fxge/freetype/fx_freetype.cpp", | 689 "core/fxge/freetype/fx_freetype.cpp", |
690 "core/fxge/ge/fx_ge.cpp", | 690 "core/fxge/ge/fx_ge.cpp", |
691 "core/fxge/ge/fx_ge_device.cpp", | 691 "core/fxge/ge/fx_ge_device.cpp", |
692 "core/fxge/ge/fx_ge_font.cpp", | 692 "core/fxge/ge/fx_ge_font.cpp", |
693 "core/fxge/ge/fx_ge_fontmap.cpp", | 693 "core/fxge/ge/fx_ge_fontmap.cpp", |
694 "core/fxge/ge/fx_ge_linux.cpp", | 694 "core/fxge/ge/fx_ge_linux.cpp", |
695 "core/fxge/ge/fx_ge_path.cpp", | 695 "core/fxge/ge/fx_ge_path.cpp", |
696 "core/fxge/ge/fx_ge_ps.cpp", | 696 "core/fxge/ge/fx_ge_ps.cpp", |
697 "core/fxge/ge/fx_ge_text.cpp", | 697 "core/fxge/ge/fx_ge_text.cpp", |
698 "core/fxge/ge/fx_text_int.h", | 698 "core/fxge/ge/fx_text_int.h", |
699 "core/include/fxge/fpf.h", | 699 "core/fxge/include/fpf.h", |
700 "core/include/fxge/fx_dib.h", | 700 "core/fxge/include/fx_dib.h", |
701 "core/include/fxge/fx_font.h", | 701 "core/fxge/include/fx_font.h", |
702 "core/include/fxge/fx_freetype.h", | 702 "core/fxge/include/fx_freetype.h", |
703 "core/include/fxge/fx_ge.h", | 703 "core/fxge/include/fx_ge.h", |
704 "core/include/fxge/fx_ge_apple.h", | 704 "core/fxge/include/fx_ge_apple.h", |
705 "core/include/fxge/fx_ge_win32.h", | 705 "core/fxge/include/fx_ge_win32.h", |
706 ] | 706 ] |
707 | 707 |
708 configs += [ | 708 configs += [ |
709 ":fxge_warnings", | 709 ":fxge_warnings", |
710 ":pdfium_config", | 710 ":pdfium_config", |
711 ] | 711 ] |
712 | 712 |
713 if (pdf_use_skia) { | 713 if (pdf_use_skia) { |
714 sources += [ "core/fxge/skia/fx_skia_device.cpp" ] | 714 sources += [ "core/fxge/skia/fx_skia_device.cpp" ] |
715 deps += [ "//skia" ] | 715 deps += [ "//skia" ] |
(...skipping 961 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1677 "//v8:v8_libplatform", | 1677 "//v8:v8_libplatform", |
1678 ] | 1678 ] |
1679 include_dirs += [ | 1679 include_dirs += [ |
1680 "//v8", | 1680 "//v8", |
1681 "//v8/include", | 1681 "//v8/include", |
1682 ] | 1682 ] |
1683 configs += [ "//v8:external_startup_data" ] | 1683 configs += [ "//v8:external_startup_data" ] |
1684 } | 1684 } |
1685 configs += [ ":pdfium_config" ] | 1685 configs += [ ":pdfium_config" ] |
1686 } | 1686 } |
OLD | NEW |