OLD | NEW |
---|---|
(Empty) | |
1 # Copyright 2014 PDFium Authors. All rights reserved. | |
2 # Use of this source code is governed by a BSD-style license that can be | |
3 # found in the LICENSE file. | |
4 | |
5 { | |
6 'target_defaults': { | |
7 'type': 'executable', | |
8 'dependencies': [ | |
9 '../pdfium.gyp:fpdfsdk', | |
10 ], | |
11 'include_dirs': ['<(DEPTH)'], | |
12 }, | |
13 'targets': [ | |
14 { | |
15 'target_name': 'pdfium_test', | |
16 'sources': [ | |
17 'pdfium_test.cc', | |
18 ], | |
19 }, | |
20 ], | |
21 } | |
OLD | NEW |