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

Side by Side Diff: gyp/SampleApp.gyp

Issue 15742009: expand SkLua to handle creation of its own State (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | include/utils/SkLua.h » ('j') | src/utils/SkLua.cpp » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'targets': [ 2 'targets': [
3 { 3 {
4 'target_name': 'SampleApp', 4 'target_name': 'SampleApp',
5 'type': 'executable', 5 'type': 'executable',
6 'mac_bundle' : 1, 6 'mac_bundle' : 1,
7 'include_dirs' : [ 7 'include_dirs' : [
8 '../debugger', 8 '../debugger',
9 '../src/core', 9 '../src/core',
10 '../src/effects', #needed for BlurMask.h 10 '../src/effects', #needed for BlurMask.h
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 '../samplecode/SampleFontScalerTest.cpp', 69 '../samplecode/SampleFontScalerTest.cpp',
70 '../samplecode/SampleFuzz.cpp', 70 '../samplecode/SampleFuzz.cpp',
71 '../samplecode/SampleGradients.cpp', 71 '../samplecode/SampleGradients.cpp',
72 '../samplecode/SampleHairCurves.cpp', 72 '../samplecode/SampleHairCurves.cpp',
73 '../samplecode/SampleHairline.cpp', 73 '../samplecode/SampleHairline.cpp',
74 '../samplecode/SampleHairModes.cpp', 74 '../samplecode/SampleHairModes.cpp',
75 '../samplecode/SampleLayerMask.cpp', 75 '../samplecode/SampleLayerMask.cpp',
76 '../samplecode/SampleLayers.cpp', 76 '../samplecode/SampleLayers.cpp',
77 '../samplecode/SampleLCD.cpp', 77 '../samplecode/SampleLCD.cpp',
78 '../samplecode/SampleLines.cpp', 78 '../samplecode/SampleLines.cpp',
79 '../samplecode/SampleLua.cpp',
79 '../samplecode/SampleManyRects.cpp', 80 '../samplecode/SampleManyRects.cpp',
80 '../samplecode/SampleMeasure.cpp', 81 '../samplecode/SampleMeasure.cpp',
81 '../samplecode/SampleMipMap.cpp', 82 '../samplecode/SampleMipMap.cpp',
82 '../samplecode/SampleMovie.cpp', 83 '../samplecode/SampleMovie.cpp',
83 '../samplecode/SampleOvalTest.cpp', 84 '../samplecode/SampleOvalTest.cpp',
84 '../samplecode/SampleOverflow.cpp', 85 '../samplecode/SampleOverflow.cpp',
85 '../samplecode/SamplePatch.cpp', 86 '../samplecode/SamplePatch.cpp',
86 '../samplecode/SamplePath.cpp', 87 '../samplecode/SamplePath.cpp',
87 '../samplecode/SamplePathClip.cpp', 88 '../samplecode/SamplePathClip.cpp',
88 '../samplecode/SamplePathEffects.cpp', 89 '../samplecode/SamplePathEffects.cpp',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 #'../experimental/DrawingBoard/SampleDrawingServer.cpp', 123 #'../experimental/DrawingBoard/SampleDrawingServer.cpp',
123 124
124 # Networking 125 # Networking
125 #'../experimental/Networking/SampleNetPipeReader.cpp', 126 #'../experimental/Networking/SampleNetPipeReader.cpp',
126 #'../experimental/Networking/SkSockets.cpp', 127 #'../experimental/Networking/SkSockets.cpp',
127 #'../experimental/Networking/SkSockets.h', 128 #'../experimental/Networking/SkSockets.h',
128 129
129 # TiledPipeController 130 # TiledPipeController
130 '../src/pipe/utils/SamplePipeControllers.h', 131 '../src/pipe/utils/SamplePipeControllers.h',
131 '../src/pipe/utils/SamplePipeControllers.cpp', 132 '../src/pipe/utils/SamplePipeControllers.cpp',
133
134 # Lua
135 '../src/utils/SkLuaCanvas.cpp',
136 '../src/utils/SkLua.cpp',
132 ], 137 ],
133 'sources!': [ 138 'sources!': [
134 '../samplecode/SampleSkLayer.cpp', #relies on SkMatrix44 which doesn't c ompile 139 '../samplecode/SampleSkLayer.cpp', #relies on SkMatrix44 which doesn't c ompile
135 '../samplecode/SampleTests.cpp', #includes unknown file SkShaderExtras .h 140 '../samplecode/SampleTests.cpp', #includes unknown file SkShaderExtras .h
136 '../samplecode/SampleWarp.cpp', 141 '../samplecode/SampleWarp.cpp',
137 '../samplecode/SampleFontCache.cpp', 142 '../samplecode/SampleFontCache.cpp',
138 ], 143 ],
139 'dependencies': [ 144 'dependencies': [
140 'skia_base_libs.gyp:skia_base_libs', 145 'skia_base_libs.gyp:skia_base_libs',
141 'effects.gyp:effects', 146 'effects.gyp:effects',
142 'images.gyp:images', 147 'images.gyp:images',
143 'views.gyp:views', 148 'views.gyp:views',
144 'animator.gyp:animator', 149 'animator.gyp:animator',
145 'xml.gyp:xml', 150 'xml.gyp:xml',
146 'experimental.gyp:experimental', 151 'experimental.gyp:experimental',
147 'pdf.gyp:pdf', 152 'pdf.gyp:pdf',
148 'views_animated.gyp:views_animated', 153 'views_animated.gyp:views_animated',
154 'lua.gyp:lua',
149 ], 155 ],
150 'conditions' : [ 156 'conditions' : [
151 [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris"]', { 157 [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris"]', {
152 'sources!': [ 158 'sources!': [
153 '../samplecode/SampleDecode.cpp', 159 '../samplecode/SampleDecode.cpp',
154 ], 160 ],
155 }], 161 }],
156 [ 'skia_os == "win"', { 162 [ 'skia_os == "win"', {
157 'sources!': [ 163 'sources!': [
158 # require UNIX functions 164 # require UNIX functions
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 }, 309 },
304 }, 310 },
305 ], 311 ],
306 } 312 }
307 313
308 # Local Variables: 314 # Local Variables:
309 # tab-width:2 315 # tab-width:2
310 # indent-tabs-mode:nil 316 # indent-tabs-mode:nil
311 # End: 317 # End:
312 # vim: set expandtab tabstop=2 shiftwidth=2: 318 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | include/utils/SkLua.h » ('j') | src/utils/SkLua.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698