| 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 376 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 387 "core/fpdfapi/cmaps/Korea1/UniKS-UCS2-H_1.cpp", | 387 "core/fpdfapi/cmaps/Korea1/UniKS-UCS2-H_1.cpp", |
| 388 "core/fpdfapi/cmaps/Korea1/UniKS-UCS2-V_1.cpp", | 388 "core/fpdfapi/cmaps/Korea1/UniKS-UCS2-V_1.cpp", |
| 389 "core/fpdfapi/cmaps/Korea1/UniKS-UTF16-H_0.cpp", | 389 "core/fpdfapi/cmaps/Korea1/UniKS-UTF16-H_0.cpp", |
| 390 "core/fpdfapi/cmaps/Korea1/cmaps_korea1.cpp", | 390 "core/fpdfapi/cmaps/Korea1/cmaps_korea1.cpp", |
| 391 "core/fpdfapi/cmaps/cmap_int.h", | 391 "core/fpdfapi/cmaps/cmap_int.h", |
| 392 "core/fpdfapi/cmaps/fpdf_cmaps.cpp", | 392 "core/fpdfapi/cmaps/fpdf_cmaps.cpp", |
| 393 "core/fpdfapi/cpdf_modulemgr.cpp", | 393 "core/fpdfapi/cpdf_modulemgr.cpp", |
| 394 "core/fpdfapi/cpdf_modulemgr.h", | 394 "core/fpdfapi/cpdf_modulemgr.h", |
| 395 "core/fpdfapi/cpdf_pagerendercontext.cpp", | 395 "core/fpdfapi/cpdf_pagerendercontext.cpp", |
| 396 "core/fpdfapi/cpdf_pagerendercontext.h", | 396 "core/fpdfapi/cpdf_pagerendercontext.h", |
| 397 "core/fpdfapi/fpdf_edit/cpdf_creator.h", | 397 "core/fpdfapi/edit/cpdf_creator.h", |
| 398 "core/fpdfapi/fpdf_edit/cpdf_pagecontentgenerator.cpp", | 398 "core/fpdfapi/edit/cpdf_pagecontentgenerator.cpp", |
| 399 "core/fpdfapi/fpdf_edit/cpdf_pagecontentgenerator.h", | 399 "core/fpdfapi/edit/cpdf_pagecontentgenerator.h", |
| 400 "core/fpdfapi/fpdf_edit/editint.h", | 400 "core/fpdfapi/edit/editint.h", |
| 401 "core/fpdfapi/fpdf_edit/fpdf_edit_create.cpp", | 401 "core/fpdfapi/edit/fpdf_edit_create.cpp", |
| 402 "core/fpdfapi/fpdf_font/cpdf_cidfont.cpp", | 402 "core/fpdfapi/fpdf_font/cpdf_cidfont.cpp", |
| 403 "core/fpdfapi/fpdf_font/cpdf_cidfont.h", | 403 "core/fpdfapi/fpdf_font/cpdf_cidfont.h", |
| 404 "core/fpdfapi/fpdf_font/cpdf_font.cpp", | 404 "core/fpdfapi/fpdf_font/cpdf_font.cpp", |
| 405 "core/fpdfapi/fpdf_font/cpdf_font.h", | 405 "core/fpdfapi/fpdf_font/cpdf_font.h", |
| 406 "core/fpdfapi/fpdf_font/cpdf_fontencoding.cpp", | 406 "core/fpdfapi/fpdf_font/cpdf_fontencoding.cpp", |
| 407 "core/fpdfapi/fpdf_font/cpdf_fontencoding.h", | 407 "core/fpdfapi/fpdf_font/cpdf_fontencoding.h", |
| 408 "core/fpdfapi/fpdf_font/cpdf_simplefont.cpp", | 408 "core/fpdfapi/fpdf_font/cpdf_simplefont.cpp", |
| 409 "core/fpdfapi/fpdf_font/cpdf_simplefont.h", | 409 "core/fpdfapi/fpdf_font/cpdf_simplefont.h", |
| 410 "core/fpdfapi/fpdf_font/cpdf_truetypefont.cpp", | 410 "core/fpdfapi/fpdf_font/cpdf_truetypefont.cpp", |
| 411 "core/fpdfapi/fpdf_font/cpdf_truetypefont.h", | 411 "core/fpdfapi/fpdf_font/cpdf_truetypefont.h", |
| (...skipping 1344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1756 } | 1756 } |
| 1757 | 1757 |
| 1758 if (pdf_is_standalone) { | 1758 if (pdf_is_standalone) { |
| 1759 source_set("samples") { | 1759 source_set("samples") { |
| 1760 testonly = true | 1760 testonly = true |
| 1761 deps = [ | 1761 deps = [ |
| 1762 "//samples", | 1762 "//samples", |
| 1763 ] | 1763 ] |
| 1764 } | 1764 } |
| 1765 } | 1765 } |
| OLD | NEW |