OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 554 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
565 "core/src/fxge/fontdata/chromefontdata/chromefontdata.h", | 565 "core/src/fxge/fontdata/chromefontdata/chromefontdata.h", |
566 "core/src/fxge/freetype/fx_freetype.c", | 566 "core/src/fxge/freetype/fx_freetype.c", |
567 "core/src/fxge/ge/fx_ge.cpp", | 567 "core/src/fxge/ge/fx_ge.cpp", |
568 "core/src/fxge/ge/fx_ge_device.cpp", | 568 "core/src/fxge/ge/fx_ge_device.cpp", |
569 "core/src/fxge/ge/fx_ge_font.cpp", | 569 "core/src/fxge/ge/fx_ge_font.cpp", |
570 "core/src/fxge/ge/fx_ge_fontmap.cpp", | 570 "core/src/fxge/ge/fx_ge_fontmap.cpp", |
571 "core/src/fxge/ge/fx_ge_linux.cpp", | 571 "core/src/fxge/ge/fx_ge_linux.cpp", |
572 "core/src/fxge/ge/fx_ge_path.cpp", | 572 "core/src/fxge/ge/fx_ge_path.cpp", |
573 "core/src/fxge/ge/fx_ge_ps.cpp", | 573 "core/src/fxge/ge/fx_ge_ps.cpp", |
574 "core/src/fxge/ge/fx_ge_text.cpp", | 574 "core/src/fxge/ge/fx_ge_text.cpp", |
575 "core/src/fxge/ge/text_int.h", | 575 "core/src/fxge/ge/fx_text_int.h", |
576 ] | 576 ] |
577 | 577 |
578 configs += [ | 578 configs += [ |
579 ":fxge_warnings", | 579 ":fxge_warnings", |
580 ":pdfium_config", | 580 ":pdfium_config", |
581 ] | 581 ] |
582 | 582 |
583 if (pdf_use_skia) { | 583 if (pdf_use_skia) { |
584 sources = [ | 584 sources = [ |
585 "core/src/fxge/skia/fx_skia_blitter_new.cpp", | 585 "core/src/fxge/skia/fx_skia_blitter_new.cpp", |
(...skipping 933 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1519 "//v8:v8_libplatform", | 1519 "//v8:v8_libplatform", |
1520 ] | 1520 ] |
1521 include_dirs += [ | 1521 include_dirs += [ |
1522 "//v8", | 1522 "//v8", |
1523 "//v8/include", | 1523 "//v8/include", |
1524 ] | 1524 ] |
1525 configs += [ "//v8:external_startup_data" ] | 1525 configs += [ "//v8:external_startup_data" ] |
1526 } | 1526 } |
1527 configs += [ ":pdfium_config" ] | 1527 configs += [ ":pdfium_config" ] |
1528 } | 1528 } |
OLD | NEW |