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

Side by Side Diff: gyp/animator.gyp

Issue 242943004: rename SkPaintParts.* to SkPaintPart.* (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 6 years, 8 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 | src/animator/SkDrawBlur.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #Animator is basically Skia's (much saner) version of Flash. 1 #Animator is basically Skia's (much saner) version of Flash.
2 #On top of Views it provides a declarative UI model which can be updated 2 #On top of Views it provides a declarative UI model which can be updated
3 #based on events which trigger changes or scripts. 3 #based on events which trigger changes or scripts.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'animator', 8 'target_name': 'animator',
9 'product_name': 'skia_animator', 9 'product_name': 'skia_animator',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 '../src/animator/SkMatrixParts.cpp', 142 '../src/animator/SkMatrixParts.cpp',
143 '../src/animator/SkMatrixParts.h', 143 '../src/animator/SkMatrixParts.h',
144 '../src/animator/SkMemberInfo.cpp', 144 '../src/animator/SkMemberInfo.cpp',
145 '../src/animator/SkMemberInfo.h', 145 '../src/animator/SkMemberInfo.h',
146 '../src/animator/SkOpArray.cpp', 146 '../src/animator/SkOpArray.cpp',
147 '../src/animator/SkOpArray.h', 147 '../src/animator/SkOpArray.h',
148 '../src/animator/SkOperand.h', 148 '../src/animator/SkOperand.h',
149 '../src/animator/SkOperand2.h', 149 '../src/animator/SkOperand2.h',
150 '../src/animator/SkOperandInterpolator.h', 150 '../src/animator/SkOperandInterpolator.h',
151 '../src/animator/SkOperandIterpolator.cpp', 151 '../src/animator/SkOperandIterpolator.cpp',
152 '../src/animator/SkPaintParts.cpp', 152 '../src/animator/SkPaintPart.cpp',
153 '../src/animator/SkPaintParts.h', 153 '../src/animator/SkPaintPart.h',
154 '../src/animator/SkParseSVGPath.cpp', 154 '../src/animator/SkParseSVGPath.cpp',
155 '../src/animator/SkPathParts.cpp', 155 '../src/animator/SkPathParts.cpp',
156 '../src/animator/SkPathParts.h', 156 '../src/animator/SkPathParts.h',
157 '../src/animator/SkPostParts.cpp', 157 '../src/animator/SkPostParts.cpp',
158 '../src/animator/SkPostParts.h', 158 '../src/animator/SkPostParts.h',
159 '../src/animator/SkScript.cpp', 159 '../src/animator/SkScript.cpp',
160 '../src/animator/SkScript.h', 160 '../src/animator/SkScript.h',
161 '../src/animator/SkScript2.h', 161 '../src/animator/SkScript2.h',
162 '../src/animator/SkScriptCallBack.h', 162 '../src/animator/SkScriptCallBack.h',
163 '../src/animator/SkScriptDecompile.cpp', 163 '../src/animator/SkScriptDecompile.cpp',
(...skipping 14 matching lines...) Expand all
178 '../src/animator/SkXMLAnimatorWriter.h', 178 '../src/animator/SkXMLAnimatorWriter.h',
179 ], 179 ],
180 'direct_dependent_settings': { 180 'direct_dependent_settings': {
181 'include_dirs': [ 181 'include_dirs': [
182 '../include/animator', 182 '../include/animator',
183 ], 183 ],
184 }, 184 },
185 }, 185 },
186 ], 186 ],
187 } 187 }
OLDNEW
« no previous file with comments | « no previous file | src/animator/SkDrawBlur.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698