| Index: gyp/SampleApp.gyp
|
| diff --git a/gyp/SampleApp.gyp b/gyp/SampleApp.gyp
|
| index 3b4ae851ba5b096bfd9702bcec4b8de5e07ac959..7409b76f204f6de3bc0677f611b36fad00f34d49 100644
|
| --- a/gyp/SampleApp.gyp
|
| +++ b/gyp/SampleApp.gyp
|
| @@ -17,7 +17,6 @@
|
| '../src/lazy',
|
| '../gm', # needed to pull gm.h
|
| '../samplecode', # To pull SampleApp.h and SampleCode.h
|
| - '../src/pipe/utils', # For TiledPipeController
|
| '../src/utils/debugger',
|
| '../tools',
|
| '../experimental',
|
| @@ -135,10 +134,6 @@
|
| '../experimental/SkPerlinNoiseShader2/SkPerlinNoiseShader2.cpp',
|
| '../experimental/SkPerlinNoiseShader2/SkPerlinNoiseShader2.h',
|
|
|
| - # TiledPipeController
|
| - '../src/pipe/utils/SamplePipeControllers.h',
|
| - '../src/pipe/utils/SamplePipeControllers.cpp',
|
| -
|
| # Lua
|
| '../src/utils/SkLuaCanvas.cpp',
|
| '../src/utils/SkLua.cpp',
|
|
|