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

Unified Diff: gyp/animator.gyp

Issue 764463002: rename SkDrawable to SkADrawable (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/animator/SkADrawable.h » ('j') | src/animator/SkAnimateMaker.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/animator.gyp
diff --git a/gyp/animator.gyp b/gyp/animator.gyp
index c4ade1773a3fc745c3a9549f1fdf57ee31b79b79..be5607d2f49c7015bd68e2aa0af7290122d33bfa 100644
--- a/gyp/animator.gyp
+++ b/gyp/animator.gyp
@@ -19,6 +19,8 @@
'../src/utils',
],
'sources': [
+ '../src/animator/SkADrawable.cpp',
+ '../src/animator/SkADrawable.h',
'../include/animator/SkAnimator.h',
'../include/animator/SkAnimatorView.h',
@@ -81,8 +83,6 @@
'../src/animator/SkDisplayXMLParser.h',
'../src/animator/SkDraw3D.cpp',
'../src/animator/SkDraw3D.h',
- '../src/animator/SkDrawable.cpp',
- '../src/animator/SkDrawable.h',
'../src/animator/SkDrawBitmap.cpp',
'../src/animator/SkDrawBitmap.h',
'../src/animator/SkDrawBlur.cpp',
« no previous file with comments | « no previous file | src/animator/SkADrawable.h » ('j') | src/animator/SkAnimateMaker.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698