Commit 0392ff47 authored by junov@chromium.org's avatar junov@chromium.org

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
parent 56b4b09d
...@@ -809,7 +809,6 @@ ...@@ -809,7 +809,6 @@
'config', 'config',
'../third_party/skia/include/config', '../third_party/skia/include/config',
'../third_party/skia/include/core', '../third_party/skia/include/core',
'../third_party/skia/include/pipe',
'../third_party/skia/include/effects', '../third_party/skia/include/effects',
'../third_party/skia/include/gpu', '../third_party/skia/include/gpu',
'../third_party/skia/include/gpu/gl', '../third_party/skia/include/gpu/gl',
...@@ -1091,12 +1090,14 @@ ...@@ -1091,12 +1090,14 @@
'../third_party/skia/include/pdf', '../third_party/skia/include/pdf',
'../third_party/skia/include/gpu', '../third_party/skia/include/gpu',
'../third_party/skia/include/gpu/gl', '../third_party/skia/include/gpu/gl',
'../third_party/skia/include/pipe',
'../third_party/skia/include/ports', '../third_party/skia/include/ports',
'../third_party/skia/include/utils', '../third_party/skia/include/utils',
'ext', 'ext',
], ],
'defines': [ 'defines': [
'SK_BUILD_NO_IMAGE_ENCODE', 'SK_BUILD_NO_IMAGE_ENCODE',
'SK_DEFERRED_CANVAS_USES_GPIPE=1',
'GR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"', 'GR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"',
'GR_AGGRESSIVE_SHADER_OPTS=1', 'GR_AGGRESSIVE_SHADER_OPTS=1',
], ],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment