scroggo | 3e56227 | 2015-03-25 10:22:41 -0700 | [diff] [blame] | 1 | # Copyright 2015 Google Inc. |
| 2 | # |
| 3 | # Use of this source code is governed by a BSD-style license that can be |
| 4 | # found in the LICENSE file. |
scroggo@google.com | 7d8013f | 2013-11-20 21:40:57 +0000 | [diff] [blame] | 5 | # GYP file to build experimental directory. |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 6 | { |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 7 | 'targets': [ |
| 8 | { |
| 9 | 'target_name': 'experimental', |
| 10 | 'type': 'static_library', |
bungeman@google.com | 5a64e58 | 2012-03-29 14:51:56 +0000 | [diff] [blame] | 11 | 'include_dirs': [ |
| 12 | '../include/config', |
| 13 | '../include/core', |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 14 | ], |
| 15 | 'sources': [ |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 16 | '../experimental/SkSetPoly3To3.cpp', |
| 17 | '../experimental/SkSetPoly3To3_A.cpp', |
| 18 | '../experimental/SkSetPoly3To3_D.cpp', |
| 19 | ], |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 20 | 'direct_dependent_settings': { |
| 21 | 'include_dirs': [ |
| 22 | '../experimental', |
| 23 | ], |
| 24 | }, |
| 25 | }, |
sglez@google.com | 43f2b2c | 2013-07-24 17:48:03 +0000 | [diff] [blame] | 26 | { |
halcanary | 742cacd | 2014-12-01 12:21:25 -0800 | [diff] [blame] | 27 | 'target_name': 'multipage_pdf_profiler', |
| 28 | 'type': 'executable', |
| 29 | 'sources': [ |
| 30 | '../experimental/tools/multipage_pdf_profiler.cpp', |
halcanary | 84bc52a | 2014-12-02 14:01:46 -0800 | [diff] [blame] | 31 | '../experimental/tools/PageCachingDocument.cpp', |
halcanary | 742cacd | 2014-12-01 12:21:25 -0800 | [diff] [blame] | 32 | ], |
| 33 | 'dependencies': [ |
| 34 | 'skia_lib.gyp:skia_lib', |
| 35 | 'pdf.gyp:pdf', |
| 36 | 'tools.gyp:proc_stats', |
| 37 | 'tools.gyp:sk_tool_utils', |
| 38 | ], |
| 39 | }, |
| 40 | { |
halcanary | abe4baa | 2015-01-05 08:55:24 -0800 | [diff] [blame] | 41 | 'target_name': 'skp_to_pdf_md5', |
| 42 | 'type': 'executable', |
| 43 | 'sources': [ |
| 44 | '../experimental/tools/skp_to_pdf_md5.cpp', |
halcanary | a9e8476 | 2015-01-24 13:04:57 -0800 | [diff] [blame] | 45 | '../experimental/tools/SkDmuxWStream.cpp', |
halcanary | abe4baa | 2015-01-05 08:55:24 -0800 | [diff] [blame] | 46 | ], |
| 47 | 'include_dirs': [ |
| 48 | '../src/core', |
| 49 | '../tools/flags', |
| 50 | ], |
| 51 | 'dependencies': [ |
| 52 | 'pdf.gyp:pdf', |
| 53 | 'skia_lib.gyp:skia_lib', |
| 54 | 'tools.gyp:sk_tool_utils', |
| 55 | ], |
| 56 | }, |
epoger@google.com | ae85aea | 2011-05-31 13:50:51 +0000 | [diff] [blame] | 57 | ], |
| 58 | } |