| Index: gyp/tools.gyp
|
| diff --git a/gyp/tools.gyp b/gyp/tools.gyp
|
| index 18f97ca714d3776d779c543ed75f6798b2dd314c..049e3939e8ef4a801cbeae7fcf03ce7e65e868bf 100644
|
| --- a/gyp/tools.gyp
|
| +++ b/gyp/tools.gyp
|
| @@ -189,11 +189,6 @@
|
| '../tools/lua/lua_app.cpp',
|
| '../src/utils/SkLua.cpp',
|
| ],
|
| - 'include_dirs': [
|
| - # Lua exposes GrReduceClip which in turn requires src/core for SkTLList
|
| - '../src/gpu/',
|
| - '../src/core/',
|
| - ],
|
| 'dependencies': [
|
| 'effects.gyp:effects',
|
| 'images.gyp:images',
|
| @@ -211,11 +206,6 @@
|
| '../tools/lua/lua_pictures.cpp',
|
| '../src/utils/SkLuaCanvas.cpp',
|
| '../src/utils/SkLua.cpp',
|
| - ],
|
| - 'include_dirs': [
|
| - # Lua exposes GrReduceClip which in turn requires src/core for SkTLList
|
| - '../src/gpu/',
|
| - '../src/core/',
|
| ],
|
| 'dependencies': [
|
| 'effects.gyp:effects',
|
|
|