| # Copyright 2018 The PDFium Authors |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| import("../../../pdfium.gni") |
| import("../../../testing/test.gni") |
| "cfgas_defaultfontmanager.cpp", |
| "cfgas_defaultfontmanager.h", |
| "../../../:pdfium_strict_config", |
| "../../../:pdfium_noshorten_config", |
| "../../../core/fpdfapi/font", |
| "../../../core/fpdfapi/page", |
| "../../../core/fpdfapi/parser", |
| visibility = [ "../../../*" ] |
| pdfium_unittest_source_set("unittests") { |
| sources = [ "fgas_fontutils_unittest.cpp" ] |
| pdfium_root_dir = "../../../" |