| 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': [
|
|
|