| 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_common_config") { | 9 config("pdfium_common_config") { |
| 10 cflags = [] | 10 cflags = [] |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 "fpdfsdk/fpdfformfill.cpp", | 73 "fpdfsdk/fpdfformfill.cpp", |
| 74 "fpdfsdk/fpdfppo.cpp", | 74 "fpdfsdk/fpdfppo.cpp", |
| 75 "fpdfsdk/fpdfsave.cpp", | 75 "fpdfsdk/fpdfsave.cpp", |
| 76 "fpdfsdk/fpdftext.cpp", | 76 "fpdfsdk/fpdftext.cpp", |
| 77 "fpdfsdk/fpdfview.cpp", | 77 "fpdfsdk/fpdfview.cpp", |
| 78 "fpdfsdk/fsdk_actionhandler.cpp", | 78 "fpdfsdk/fsdk_actionhandler.cpp", |
| 79 "fpdfsdk/fsdk_annothandler.cpp", | 79 "fpdfsdk/fsdk_annothandler.cpp", |
| 80 "fpdfsdk/fsdk_baseannot.cpp", | 80 "fpdfsdk/fsdk_baseannot.cpp", |
| 81 "fpdfsdk/fsdk_baseform.cpp", | 81 "fpdfsdk/fsdk_baseform.cpp", |
| 82 "fpdfsdk/fsdk_mgr.cpp", | 82 "fpdfsdk/fsdk_mgr.cpp", |
| 83 "fpdfsdk/fsdk_rendercontext.cpp", | 83 "fpdfsdk/fsdk_pauseadapter.cpp", |
| 84 "fpdfsdk/include/fsdk_actionhandler.h", | 84 "fpdfsdk/include/fsdk_actionhandler.h", |
| 85 "fpdfsdk/include/fsdk_annothandler.h", | 85 "fpdfsdk/include/fsdk_annothandler.h", |
| 86 "fpdfsdk/include/fsdk_baseannot.h", | 86 "fpdfsdk/include/fsdk_baseannot.h", |
| 87 "fpdfsdk/include/fsdk_baseform.h", | 87 "fpdfsdk/include/fsdk_baseform.h", |
| 88 "fpdfsdk/include/fsdk_pauseadapter.h", |
| 88 "public/fpdf_dataavail.h", | 89 "public/fpdf_dataavail.h", |
| 89 "public/fpdf_doc.h", | 90 "public/fpdf_doc.h", |
| 90 "public/fpdf_edit.h", | 91 "public/fpdf_edit.h", |
| 91 "public/fpdf_ext.h", | 92 "public/fpdf_ext.h", |
| 92 "public/fpdf_flatten.h", | 93 "public/fpdf_flatten.h", |
| 93 "public/fpdf_formfill.h", | 94 "public/fpdf_formfill.h", |
| 94 "public/fpdf_fwlevent.h", | 95 "public/fpdf_fwlevent.h", |
| 95 "public/fpdf_ppo.h", | 96 "public/fpdf_ppo.h", |
| 96 "public/fpdf_progressive.h", | 97 "public/fpdf_progressive.h", |
| 97 "public/fpdf_save.h", | 98 "public/fpdf_save.h", |
| (...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 246 "core/fpdfdoc/ipvt_fontmap.h", | 247 "core/fpdfdoc/ipvt_fontmap.h", |
| 247 "core/fpdfdoc/pdf_vt.h", | 248 "core/fpdfdoc/pdf_vt.h", |
| 248 "core/fpdfdoc/tagged_int.h", | 249 "core/fpdfdoc/tagged_int.h", |
| 249 ] | 250 ] |
| 250 configs += [ ":pdfium_core_config" ] | 251 configs += [ ":pdfium_core_config" ] |
| 251 } | 252 } |
| 252 | 253 |
| 253 static_library("fpdfapi") { | 254 static_library("fpdfapi") { |
| 254 sources = [ | 255 sources = [ |
| 255 "core/fpdfapi/cpdf_modulemgr.cpp", | 256 "core/fpdfapi/cpdf_modulemgr.cpp", |
| 257 "core/fpdfapi/cpdf_pagerendercontext.cpp", |
| 256 "core/fpdfapi/fpdf_cmaps/CNS1/Adobe-CNS1-UCS2_5.cpp", | 258 "core/fpdfapi/fpdf_cmaps/CNS1/Adobe-CNS1-UCS2_5.cpp", |
| 257 "core/fpdfapi/fpdf_cmaps/CNS1/B5pc-H_0.cpp", | 259 "core/fpdfapi/fpdf_cmaps/CNS1/B5pc-H_0.cpp", |
| 258 "core/fpdfapi/fpdf_cmaps/CNS1/B5pc-V_0.cpp", | 260 "core/fpdfapi/fpdf_cmaps/CNS1/B5pc-V_0.cpp", |
| 259 "core/fpdfapi/fpdf_cmaps/CNS1/CNS-EUC-H_0.cpp", | 261 "core/fpdfapi/fpdf_cmaps/CNS1/CNS-EUC-H_0.cpp", |
| 260 "core/fpdfapi/fpdf_cmaps/CNS1/CNS-EUC-V_0.cpp", | 262 "core/fpdfapi/fpdf_cmaps/CNS1/CNS-EUC-V_0.cpp", |
| 261 "core/fpdfapi/fpdf_cmaps/CNS1/ETen-B5-H_0.cpp", | 263 "core/fpdfapi/fpdf_cmaps/CNS1/ETen-B5-H_0.cpp", |
| 262 "core/fpdfapi/fpdf_cmaps/CNS1/ETen-B5-V_0.cpp", | 264 "core/fpdfapi/fpdf_cmaps/CNS1/ETen-B5-V_0.cpp", |
| 263 "core/fpdfapi/fpdf_cmaps/CNS1/ETenms-B5-H_0.cpp", | 265 "core/fpdfapi/fpdf_cmaps/CNS1/ETenms-B5-H_0.cpp", |
| 264 "core/fpdfapi/fpdf_cmaps/CNS1/ETenms-B5-V_0.cpp", | 266 "core/fpdfapi/fpdf_cmaps/CNS1/ETenms-B5-V_0.cpp", |
| 265 "core/fpdfapi/fpdf_cmaps/CNS1/HKscs-B5-H_5.cpp", | 267 "core/fpdfapi/fpdf_cmaps/CNS1/HKscs-B5-H_5.cpp", |
| (...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 465 "core/fpdfapi/fpdf_render/fpdf_render_image.cpp", | 467 "core/fpdfapi/fpdf_render/fpdf_render_image.cpp", |
| 466 "core/fpdfapi/fpdf_render/fpdf_render_loadimage.cpp", | 468 "core/fpdfapi/fpdf_render/fpdf_render_loadimage.cpp", |
| 467 "core/fpdfapi/fpdf_render/fpdf_render_pattern.cpp", | 469 "core/fpdfapi/fpdf_render/fpdf_render_pattern.cpp", |
| 468 "core/fpdfapi/fpdf_render/fpdf_render_text.cpp", | 470 "core/fpdfapi/fpdf_render/fpdf_render_text.cpp", |
| 469 "core/fpdfapi/fpdf_render/include/cpdf_progressiverenderer.h", | 471 "core/fpdfapi/fpdf_render/include/cpdf_progressiverenderer.h", |
| 470 "core/fpdfapi/fpdf_render/include/cpdf_rendercontext.h", | 472 "core/fpdfapi/fpdf_render/include/cpdf_rendercontext.h", |
| 471 "core/fpdfapi/fpdf_render/include/cpdf_renderoptions.h", | 473 "core/fpdfapi/fpdf_render/include/cpdf_renderoptions.h", |
| 472 "core/fpdfapi/fpdf_render/include/cpdf_textrenderer.h", | 474 "core/fpdfapi/fpdf_render/include/cpdf_textrenderer.h", |
| 473 "core/fpdfapi/fpdf_render/render_int.h", | 475 "core/fpdfapi/fpdf_render/render_int.h", |
| 474 "core/fpdfapi/include/cpdf_modulemgr.h", | 476 "core/fpdfapi/include/cpdf_modulemgr.h", |
| 477 "core/fpdfapi/include/cpdf_pagerendercontext.h", |
| 475 ] | 478 ] |
| 476 configs += [ ":pdfium_core_config" ] | 479 configs += [ ":pdfium_core_config" ] |
| 477 } | 480 } |
| 478 | 481 |
| 479 static_library("fpdftext") { | 482 static_library("fpdftext") { |
| 480 sources = [ | 483 sources = [ |
| 481 "core/fpdftext/fpdf_text_int.cpp", | 484 "core/fpdftext/fpdf_text_int.cpp", |
| 482 "core/fpdftext/include/cpdf_linkextract.h", | 485 "core/fpdftext/include/cpdf_linkextract.h", |
| 483 "core/fpdftext/include/cpdf_textpage.h", | 486 "core/fpdftext/include/cpdf_textpage.h", |
| 484 "core/fpdftext/include/cpdf_textpagefind.h", | 487 "core/fpdftext/include/cpdf_textpagefind.h", |
| (...skipping 1117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1602 } | 1605 } |
| 1603 | 1606 |
| 1604 if (pdf_is_standalone) { | 1607 if (pdf_is_standalone) { |
| 1605 source_set("samples") { | 1608 source_set("samples") { |
| 1606 testonly = true | 1609 testonly = true |
| 1607 deps = [ | 1610 deps = [ |
| 1608 "//samples", | 1611 "//samples", |
| 1609 ] | 1612 ] |
| 1610 } | 1613 } |
| 1611 } | 1614 } |
| OLD | NEW |