Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(150)

Side by Side Diff: gyp/experimental.gyp

Issue 868333002: experimental/skp_to_pdf_md5 optionally also outputs pdf files (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « experimental/tools/skp_to_pdf_md5.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « experimental/tools/skp_to_pdf_md5.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698