Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index c69e342232aaa92c8ae51e959f0c61ff8cc99166..1605a797611de7abf6f060a0565b86352d5bf530 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -1937,6 +1937,10 @@ |
# Set this to use the new DX11 version of ANGLE. |
# TODO(apatrick): Remove this when the transition is complete. |
'ANGLE_DX11', |
+ # We're in the process of renaming the WebKit namespace to blink. |
+ # TODO(abarth): Remove this define when we've updated the code. |
+ # See https://code.google.com/p/chromium/issues/detail?id=295096 |
+ 'WebKit=blink', |
], |
'conditions': [ |
['(OS=="mac" or OS=="ios") and asan==1', { |