blob: 7e2ea613ff8b06e98c2774bc9157ba3ae8e9b69b [file] [log] [blame]
John Abd-El-Malek3f3b45c2014-05-23 17:28:10 -07001# 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 Sepez60882dc2015-01-15 12:12:10 -080011 '../pdfium.gyp:*',
John Abd-El-Malek3f3b45c2014-05-23 17:28:10 -070012 '../samples/samples.gyp:*',
13 ],
14 }
15 ]
John Abd-El-Malek70e22702014-05-22 16:14:52 -070016}