| OLD | NEW |
| 1 # GYP file to build experimental directory. | 1 # GYP file to build experimental directory. |
| 2 { | 2 { |
| 3 'targets': [ | 3 'targets': [ |
| 4 { | 4 { |
| 5 'target_name': 'experimental', | 5 'target_name': 'experimental', |
| 6 'type': 'static_library', | 6 'type': 'static_library', |
| 7 'include_dirs': [ | 7 'include_dirs': [ |
| 8 '../include/config', | 8 '../include/config', |
| 9 '../include/core', | 9 '../include/core', |
| 10 ], | 10 ], |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 'pdf.gyp:pdf', | 86 'pdf.gyp:pdf', |
| 87 'tools.gyp:proc_stats', | 87 'tools.gyp:proc_stats', |
| 88 'tools.gyp:sk_tool_utils', | 88 'tools.gyp:sk_tool_utils', |
| 89 ], | 89 ], |
| 90 }, | 90 }, |
| 91 { | 91 { |
| 92 'target_name': 'skp_to_pdf_md5', | 92 'target_name': 'skp_to_pdf_md5', |
| 93 'type': 'executable', | 93 'type': 'executable', |
| 94 'sources': [ | 94 'sources': [ |
| 95 '../experimental/tools/skp_to_pdf_md5.cpp', | 95 '../experimental/tools/skp_to_pdf_md5.cpp', |
| 96 '../experimental/tools/SkDmuxWStream.cpp', |
| 96 ], | 97 ], |
| 97 'include_dirs': [ | 98 'include_dirs': [ |
| 98 '../src/core', | 99 '../src/core', |
| 99 '../tools/flags', | 100 '../tools/flags', |
| 100 ], | 101 ], |
| 101 'dependencies': [ | 102 'dependencies': [ |
| 102 'pdf.gyp:pdf', | 103 'pdf.gyp:pdf', |
| 103 'skia_lib.gyp:skia_lib', | 104 'skia_lib.gyp:skia_lib', |
| 104 'tools.gyp:sk_tool_utils', | 105 'tools.gyp:sk_tool_utils', |
| 105 ], | 106 ], |
| (...skipping 15 matching lines...) Expand all Loading... |
| 121 'dependencies': [ | 122 'dependencies': [ |
| 122 'skia_lib.gyp:skia_lib', | 123 'skia_lib.gyp:skia_lib', |
| 123 'tools.gyp:resources', | 124 'tools.gyp:resources', |
| 124 'tools.gyp:sk_tool_utils', | 125 'tools.gyp:sk_tool_utils', |
| 125 'gputest.gyp:skgputest', | 126 'gputest.gyp:skgputest', |
| 126 ], | 127 ], |
| 127 'includes': [ 'gmslides.gypi', ], | 128 'includes': [ 'gmslides.gypi', ], |
| 128 }, | 129 }, |
| 129 ], | 130 ], |
| 130 } | 131 } |
| OLD | NEW |