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

Unified Diff: gyp/SampleApp.gyp

Issue 1987963002: remove animator from SampleApp (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/SampleApp.gyp
diff --git a/gyp/SampleApp.gyp b/gyp/SampleApp.gyp
index ea7ab980cdf2ff8e85f605b4a6e2c333093d9803..a9e312b9fbe1fae67085b5c818724321d3c49e41 100644
--- a/gyp/SampleApp.gyp
+++ b/gyp/SampleApp.gyp
@@ -39,7 +39,6 @@
'../samplecode/SampleAARectModes.cpp',
'../samplecode/SampleAll.cpp',
'../samplecode/SampleAnimatedText.cpp',
- '../samplecode/SampleAnimator.cpp',
'../samplecode/SampleAnimBlur.cpp',
'../samplecode/SampleApp.cpp',
'../samplecode/SampleArc.cpp',
@@ -145,7 +144,6 @@
'../samplecode/SampleFontCache.cpp',
],
'dependencies': [
- 'animator.gyp:animator',
'etc1.gyp:libetc1',
'experimental.gyp:experimental',
'flags.gyp:flags',
@@ -234,9 +232,6 @@
],
}],
[ 'skia_os == "android"', {
- 'sources!': [
- '../samplecode/SampleAnimator.cpp',
- ],
'conditions': [
['skia_android_framework == 0', {
'dependencies': [
@@ -246,7 +241,6 @@
}],
],
'dependencies!': [
- 'animator.gyp:animator',
'experimental.gyp:experimental',
],
'dependencies': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698