| 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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 '../experimental/SkiaExamples/SkiaExamples.xib' | 72 '../experimental/SkiaExamples/SkiaExamples.xib' |
| 73 ], | 73 ], |
| 74 }], | 74 }], |
| 75 ], | 75 ], |
| 76 }, | 76 }, |
| 77 { | 77 { |
| 78 'target_name': 'multipage_pdf_profiler', | 78 'target_name': 'multipage_pdf_profiler', |
| 79 'type': 'executable', | 79 'type': 'executable', |
| 80 'sources': [ | 80 'sources': [ |
| 81 '../experimental/tools/multipage_pdf_profiler.cpp', | 81 '../experimental/tools/multipage_pdf_profiler.cpp', |
| 82 '../experimental/tools/PageCachingDocument.cpp', |
| 82 ], | 83 ], |
| 83 'dependencies': [ | 84 'dependencies': [ |
| 84 'skia_lib.gyp:skia_lib', | 85 'skia_lib.gyp:skia_lib', |
| 85 'pdf.gyp:pdf', | 86 'pdf.gyp:pdf', |
| 86 'tools.gyp:proc_stats', | 87 'tools.gyp:proc_stats', |
| 87 'tools.gyp:sk_tool_utils', | 88 'tools.gyp:sk_tool_utils', |
| 88 ], | 89 ], |
| 89 }, | 90 }, |
| 90 { | 91 { |
| 91 'target_name': 'gmtoskp', | 92 'target_name': 'gmtoskp', |
| (...skipping 12 matching lines...) Expand all Loading... |
| 104 'dependencies': [ | 105 'dependencies': [ |
| 105 'skia_lib.gyp:skia_lib', | 106 'skia_lib.gyp:skia_lib', |
| 106 'tools.gyp:resources', | 107 'tools.gyp:resources', |
| 107 'tools.gyp:sk_tool_utils', | 108 'tools.gyp:sk_tool_utils', |
| 108 'gputest.gyp:skgputest', | 109 'gputest.gyp:skgputest', |
| 109 ], | 110 ], |
| 110 'includes': [ 'gmslides.gypi', ], | 111 'includes': [ 'gmslides.gypi', ], |
| 111 }, | 112 }, |
| 112 ], | 113 ], |
| 113 } | 114 } |
| OLD | NEW |