Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 360f81a58d2e1ddcf41fcc74dd2d3bb734c5c97b..11ff423715d78374e409fdce01aa0fc9cbe18a13 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -1918,6 +1918,9 @@ |
| # 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. |
|
jamesr
2013/09/19 21:50:51
in addition to the TODO() please add a link to the
|
| + 'WebKit=blink', |
| 'WTF_VECTOR_INITIAL_SIZE=4', |
| ], |
| 'conditions': [ |