summaryrefslogtreecommitdiffstats
path: root/skia/skia.gyp
diff options
context:
space:
mode:
authorjunov@chromium.org <junov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-27 18:29:18 +0000
committerjunov@chromium.org <junov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-27 18:29:18 +0000
commit0392ff47c388699e16f9b7260f72fe491432db90 (patch)
tree4e1bee43a5e8bd600543d1c594b8ec31520a3cda /skia/skia.gyp
parent56b4b09d35741fd33b78db522a9e152040031842 (diff)
downloadchromium_src-0392ff47c388699e16f9b7260f72fe491432db90.zip
chromium_src-0392ff47c388699e16f9b7260f72fe491432db90.tar.gz
chromium_src-0392ff47c388699e16f9b7260f72fe491432db90.tar.bz2
Adjusting skia gyp rules to make webkit builds use SkGPipe backend for
deferred canvas rendering BUG=139174 TEST=none. Review URL: https://chromiumcodereview.appspot.com/10826034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148776 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/skia.gyp')
-rw-r--r--skia/skia.gyp3
1 files changed, 2 insertions, 1 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp
index cd56174..156ef53 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -809,7 +809,6 @@
'config',
'../third_party/skia/include/config',
'../third_party/skia/include/core',
- '../third_party/skia/include/pipe',
'../third_party/skia/include/effects',
'../third_party/skia/include/gpu',
'../third_party/skia/include/gpu/gl',
@@ -1091,12 +1090,14 @@
'../third_party/skia/include/pdf',
'../third_party/skia/include/gpu',
'../third_party/skia/include/gpu/gl',
+ '../third_party/skia/include/pipe',
'../third_party/skia/include/ports',
'../third_party/skia/include/utils',
'ext',
],
'defines': [
'SK_BUILD_NO_IMAGE_ENCODE',
+ 'SK_DEFERRED_CANVAS_USES_GPIPE=1',
'GR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"',
'GR_AGGRESSIVE_SHADER_OPTS=1',
],