John Abd-El-Malek | 3f3b45c | 2014-05-23 17:28:10 -0700 | [diff] [blame] | 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 | 'targets': [ |
| 7 | { |
| 8 | 'target_name': 'All', |
| 9 | 'type': 'none', |
| 10 | 'dependencies': [ |
Tom Sepez | 60882dc | 2015-01-15 12:12:10 -0800 | [diff] [blame] | 11 | '../pdfium.gyp:*', |
John Abd-El-Malek | 3f3b45c | 2014-05-23 17:28:10 -0700 | [diff] [blame] | 12 | '../samples/samples.gyp:*', |
| 13 | ], |
| 14 | } |
| 15 | ] |
John Abd-El-Malek | 70e2270 | 2014-05-22 16:14:52 -0700 | [diff] [blame] | 16 | } |