Commit f8562a33 authored by alexeypa@chromium.org's avatar alexeypa@chromium.org

Working around quoting in GR_GL_CUSTOM_SETUP_HEADER fix VS2008 builder.

BUG=141132

Review URL: https://chromiumcodereview.appspot.com/10830199

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150361 0039d316-1c4b-4281-b951-d872f2087c98
parent d46aea53
......@@ -823,7 +823,9 @@
'SK_GAMMA_SRGB',
#'SK_GAMMA_APPLY_TO_A8',
'SK_BUILD_NO_IMAGE_ENCODE',
'GR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"',
# TODO(alexeypa): fix quoting in the skia sources,
# see http://crbug.com/141132.
'GR_GL_CUSTOM_SETUP_HEADER=<GrGLConfig_chrome.h>',
'GR_STATIC_RECT_VB=1',
'GR_AGGRESSIVE_SHADER_OPTS=1',
'SK_DISABLE_FAST_AA_STROKE_RECT',
......@@ -1107,7 +1109,9 @@
'defines': [
'SK_BUILD_NO_IMAGE_ENCODE',
'SK_DEFERRED_CANVAS_USES_GPIPE=1',
'GR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"',
# TODO(alexeypa): fix quoting in the skia sources,
# see http://crbug.com/141132.
'GR_GL_CUSTOM_SETUP_HEADER=<GrGLConfig_chrome.h>',
'GR_AGGRESSIVE_SHADER_OPTS=1',
],
'conditions': [
......
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