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

Unified Diff: gyp/tools.gyp

Issue 181653004: Revert of Add getReducedClipStack to lua canvas (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 6 years, 10 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 | include/core/SkCanvas.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | include/core/SkCanvas.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698