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

Unified Diff: gyp/tools.gyp

Issue 181903002: Revert "Revert of Add getReducedClipStack to lua canvas (https://codereview.chromium.org/180283004/… (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: fix no gpu build 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 049e3939e8ef4a801cbeae7fcf03ce7e65e868bf..3c125ed643ab5845d7aed78c1ef7f7df4e54a3f3 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -189,6 +189,11 @@
'../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',
@@ -207,6 +212,11 @@
'../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',
'flags.gyp:flags',
@@ -472,6 +482,9 @@
'../src/utils/SkLua.cpp',
],
'include_dirs': [
+ # Lua exposes GrReduceClip which in turn requires src/core for SkTLList
+ '../src/gpu/',
+ '../src/core/',
'../third_party/lua/src/',
],
'dependencies': [
« 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