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

Unified Diff: skia/skia.gyp

Issue 10830199: Working around quoting in GR_GL_CUSTOM_SETUP_HEADER fix VS2008 builder (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: CR feedback Created 8 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/skia.gyp
diff --git a/skia/skia.gyp b/skia/skia.gyp
index 7ddd006c29601619a6910c9099a7dce35338c3fb..f67ce60986bfda315312e4cd914484eb1309b35c 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -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': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698