gecko-dev/widget/windows/gtest/moz.build
cku fea20dd4a5 Bug 1399787 - Part 2.a. Add functions to load the content of a PDF from a FileDescriptor. r=jwatt
All the functions added in Part 2 are utilities for sharing EMF/PDF contents
between processes.

MozReview-Commit-ID: 3qKosXH56kY

--HG--
extra : rebase_source : 677bf9f30399f28e1e094843448c133b0c2391a7
extra : source : b61b651ed6f668e32176353d346b25d23e2cd932
2017-11-01 21:33:28 +08:00

23 lines
607 B
Python

# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, you can obtain one at http://mozilla.org/MPL/2.0/.
UNIFIED_SOURCES = [
'TestEMFConversion.cpp',
]
LOCAL_INCLUDES += [
'/ipc/chromium/src',
'/modules/pdfium/pdfium/public',
'/widget/windows',
]
TEST_HARNESS_FILES.gtest += [
'pdfium_ref_x64.dll',
'pdfium_ref_x86.dll',
'PrinterTestPage.pdf',
]
FINAL_LIBRARY = 'xul-gtest'