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

Unified Diff: gyp/gpu.gyp

Issue 17035007: Fix quickReject computation for blurs (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: cleaned up more Created 7 years, 6 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/effects/SkBlurMaskFilter.h » ('j') | src/gpu/SkGpuDevice.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/gpu.gyp
===================================================================
--- gyp/gpu.gyp (revision 9604)
+++ gyp/gpu.gyp (working copy)
@@ -127,6 +127,7 @@
'include_dirs': [
'../include/config',
'../include/core',
+ '../include/effects',
'../include/utils',
'../src/core',
'../include/gpu',
@@ -182,6 +183,7 @@
'include_dirs': [
'../include/core',
'../include/config',
+ '../include/effects',
'../include/utils',
'../include/gpu',
'../src/core', # SkRasterClip.h
« no previous file with comments | « no previous file | include/effects/SkBlurMaskFilter.h » ('j') | src/gpu/SkGpuDevice.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698