aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar hendrikw <hendrikw@chromium.org>2015-07-21 13:18:27 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-07-21 13:18:27 -0700
commitdb0b1e796ddbd08e6be8a666537318b1c0e2ce56 (patch)
treeadf8d66e3ff8268ac229f830614dda7e9b84dd94 /gyp
parent0f38612b0facf585854aba4556433b858cbf7da8 (diff)
ANGLE deps roll
If we ever want to allow the command buffer as a skia gles2 backend, we need a more up to date version of ANGLE, specifically there are 4 defines that differ between newer and older versions of ANGLE which we use in skia, I've updated these in this change. I'm not quite sure if what I've done for the 'angle_path' is correct, I tried setting it to a path relative to skia, and to '<(DEPTH)', both of which do not compile correctly, only '../' worked. Review URL: https://codereview.chromium.org/1244843003
Diffstat (limited to 'gyp')
-rw-r--r--gyp/common_variables.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/common_variables.gypi b/gyp/common_variables.gypi
index dd6465325e..10b465ac8e 100644
--- a/gyp/common_variables.gypi
+++ b/gyp/common_variables.gypi
@@ -36,6 +36,7 @@
# which deals with these same constraints in a similar manner.
#
'variables': { # level 1
+ 'angle_path%': '../',
'variables': { # level 2
# Variables needed by conditions list within the level-2 variables dict.