summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/pdfium/samples/samples.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/pdfium/samples/samples.gyp')
-rw-r--r--chromium/third_party/pdfium/samples/samples.gyp21
1 files changed, 21 insertions, 0 deletions
diff --git a/chromium/third_party/pdfium/samples/samples.gyp b/chromium/third_party/pdfium/samples/samples.gyp
new file mode 100644
index 00000000000..0c8ee936611
--- /dev/null
+++ b/chromium/third_party/pdfium/samples/samples.gyp
@@ -0,0 +1,21 @@
+# 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.
+
+{
+ 'target_defaults': {
+ 'type': 'executable',
+ 'dependencies': [
+ '../pdfium.gyp:pdfium',
+ ],
+ 'include_dirs': ['<(DEPTH)'],
+ },
+ 'targets': [
+ {
+ 'target_name': 'pdfium_test',
+ 'sources': [
+ 'pdfium_test.cc',
+ ],
+ },
+ ],
+}