| 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 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 300 "core/fpdfapi/fpdf_cmaps/Korea1/KSCpc-EUC-H_0.cpp", | 300 "core/fpdfapi/fpdf_cmaps/Korea1/KSCpc-EUC-H_0.cpp", |
| 301 "core/fpdfapi/fpdf_cmaps/Korea1/UniKS-UCS2-H_1.cpp", | 301 "core/fpdfapi/fpdf_cmaps/Korea1/UniKS-UCS2-H_1.cpp", |
| 302 "core/fpdfapi/fpdf_cmaps/Korea1/UniKS-UCS2-V_1.cpp", | 302 "core/fpdfapi/fpdf_cmaps/Korea1/UniKS-UCS2-V_1.cpp", |
| 303 "core/fpdfapi/fpdf_cmaps/Korea1/UniKS-UTF16-H_0.cpp", | 303 "core/fpdfapi/fpdf_cmaps/Korea1/UniKS-UTF16-H_0.cpp", |
| 304 "core/fpdfapi/fpdf_cmaps/Korea1/cmaps_korea1.cpp", | 304 "core/fpdfapi/fpdf_cmaps/Korea1/cmaps_korea1.cpp", |
| 305 "core/fpdfapi/fpdf_cmaps/cmap_int.h", | 305 "core/fpdfapi/fpdf_cmaps/cmap_int.h", |
| 306 "core/fpdfapi/fpdf_cmaps/fpdf_cmaps.cpp", | 306 "core/fpdfapi/fpdf_cmaps/fpdf_cmaps.cpp", |
| 307 "core/fpdfapi/fpdf_edit/cpdf_pagecontentgenerator.cpp", | 307 "core/fpdfapi/fpdf_edit/cpdf_pagecontentgenerator.cpp", |
| 308 "core/fpdfapi/fpdf_edit/editint.h", | 308 "core/fpdfapi/fpdf_edit/editint.h", |
| 309 "core/fpdfapi/fpdf_edit/fpdf_edit_create.cpp", | 309 "core/fpdfapi/fpdf_edit/fpdf_edit_create.cpp", |
| 310 "core/fpdfapi/fpdf_edit/fpdf_edit_doc.cpp", | |
| 311 "core/fpdfapi/fpdf_edit/include/cpdf_creator.h", | 310 "core/fpdfapi/fpdf_edit/include/cpdf_creator.h", |
| 312 "core/fpdfapi/fpdf_edit/include/cpdf_pagecontentgenerator.h", | 311 "core/fpdfapi/fpdf_edit/include/cpdf_pagecontentgenerator.h", |
| 313 "core/fpdfapi/fpdf_font/cpdf_cidfont.cpp", | 312 "core/fpdfapi/fpdf_font/cpdf_cidfont.cpp", |
| 314 "core/fpdfapi/fpdf_font/cpdf_cidfont.h", | 313 "core/fpdfapi/fpdf_font/cpdf_cidfont.h", |
| 315 "core/fpdfapi/fpdf_font/cpdf_font.cpp", | 314 "core/fpdfapi/fpdf_font/cpdf_font.cpp", |
| 316 "core/fpdfapi/fpdf_font/cpdf_fontencoding.cpp", | 315 "core/fpdfapi/fpdf_font/cpdf_fontencoding.cpp", |
| 317 "core/fpdfapi/fpdf_font/cpdf_simplefont.cpp", | 316 "core/fpdfapi/fpdf_font/cpdf_simplefont.cpp", |
| 318 "core/fpdfapi/fpdf_font/cpdf_simplefont.h", | 317 "core/fpdfapi/fpdf_font/cpdf_simplefont.h", |
| 319 "core/fpdfapi/fpdf_font/cpdf_truetypefont.cpp", | 318 "core/fpdfapi/fpdf_font/cpdf_truetypefont.cpp", |
| 320 "core/fpdfapi/fpdf_font/cpdf_truetypefont.h", | 319 "core/fpdfapi/fpdf_font/cpdf_truetypefont.h", |
| (...skipping 1387 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1708 } | 1707 } |
| 1709 | 1708 |
| 1710 if (pdf_is_standalone) { | 1709 if (pdf_is_standalone) { |
| 1711 source_set("samples") { | 1710 source_set("samples") { |
| 1712 testonly = true | 1711 testonly = true |
| 1713 deps = [ | 1712 deps = [ |
| 1714 "//samples", | 1713 "//samples", |
| 1715 ] | 1714 ] |
| 1716 } | 1715 } |
| 1717 } | 1716 } |
| OLD | NEW |