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

Side by Side Diff: gyp/animator.gyp

Issue 1835073002: rm src/animator/SkTime.cpp (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2016-03-25 (Friday) 17:45:51 EDT Created 4 years, 9 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 | « no previous file | src/animator/SkTime.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 Google Inc. 1 # Copyright 2015 Google Inc.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 #Animator is basically Skia's (much saner) version of Flash. 5 #Animator is basically Skia's (much saner) version of Flash.
6 #On top of Views it provides a declarative UI model which can be updated 6 #On top of Views it provides a declarative UI model which can be updated
7 #based on events which trigger changes or scripts. 7 #based on events which trigger changes or scripts.
8 8
9 { 9 {
10 'targets': [ 10 'targets': [
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 '../src/animator/SkScriptRuntime.cpp', 168 '../src/animator/SkScriptRuntime.cpp',
169 '../src/animator/SkScriptRuntime.h', 169 '../src/animator/SkScriptRuntime.h',
170 '../src/animator/SkScriptTokenizer.cpp', 170 '../src/animator/SkScriptTokenizer.cpp',
171 '../src/animator/SkSnapshot.cpp', 171 '../src/animator/SkSnapshot.cpp',
172 '../src/animator/SkSnapshot.h', 172 '../src/animator/SkSnapshot.h',
173 '../src/animator/SkTDArray_Experimental.h', 173 '../src/animator/SkTDArray_Experimental.h',
174 '../src/animator/SkTextOnPath.cpp', 174 '../src/animator/SkTextOnPath.cpp',
175 '../src/animator/SkTextOnPath.h', 175 '../src/animator/SkTextOnPath.h',
176 '../src/animator/SkTextToPath.cpp', 176 '../src/animator/SkTextToPath.cpp',
177 '../src/animator/SkTextToPath.h', 177 '../src/animator/SkTextToPath.h',
178 '../src/animator/SkTime.cpp',
179 '../src/animator/SkTypedArray.cpp', 178 '../src/animator/SkTypedArray.cpp',
180 '../src/animator/SkTypedArray.h', 179 '../src/animator/SkTypedArray.h',
181 '../src/animator/SkXMLAnimatorWriter.cpp', 180 '../src/animator/SkXMLAnimatorWriter.cpp',
182 '../src/animator/SkXMLAnimatorWriter.h', 181 '../src/animator/SkXMLAnimatorWriter.h',
183 ], 182 ],
184 'direct_dependent_settings': { 183 'direct_dependent_settings': {
185 'include_dirs': [ 184 'include_dirs': [
186 '../include/animator', 185 '../include/animator',
187 ], 186 ],
188 }, 187 },
189 }, 188 },
190 ], 189 ],
191 } 190 }
OLDNEW
« no previous file with comments | « no previous file | src/animator/SkTime.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698