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

Side by Side Diff: gyp/experimental.gyp

Issue 769423002: work in progress (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years 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 | « gm/smallimage.cpp ('k') | gyp/gmslides.gypi » ('j') | 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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « gm/smallimage.cpp ('k') | gyp/gmslides.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698