Chromium Code Reviews| 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 }, | |
| 12 'targets': [ | |
| 13 { | |
| 14 'target_name': 'pdfium_test', | |
| 15 'sources': [ | |
| 16 'pdfium_test.cc', | |
| 17 ], | |
| 18 }, | |
| 19 ], | |
| 20 } | |
| OLD | NEW |