From 65edf5944fc0ec40b1721a79acefa0297287665d Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Thu, 13 Nov 2014 17:04:15 -0800 Subject: Merge patch from issue 720193004 to XFA. Adds GN build capability for pdfium_test. TBR=dpranke@chromium.org Review URL: https://codereview.chromium.org/720373002 --- samples/BUILD.gn | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 samples/BUILD.gn (limited to 'samples') diff --git a/samples/BUILD.gn b/samples/BUILD.gn new file mode 100644 index 0000000000..e690c23622 --- /dev/null +++ b/samples/BUILD.gn @@ -0,0 +1,18 @@ +# Copyright 2014 PDFium Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +group("samples") { + deps = [ + ":pdfium_test", + ] +} + +executable("pdfium_test") { + sources = [ + "pdfium_test.cc", + ] + deps = [ + "//third_party/pdfium", + ] +} -- cgit v1.2.3