Chromium Code Reviews| Index: pylib/gyp/MSVSSettings.py |
| diff --git a/pylib/gyp/MSVSSettings.py b/pylib/gyp/MSVSSettings.py |
| index b4e0a7890d2f4a18cc65614544c3e2037455b4e6..4c8440a13b11685cfa015b092901a16a325bf1aa 100644 |
| --- a/pylib/gyp/MSVSSettings.py |
| +++ b/pylib/gyp/MSVSSettings.py |
| @@ -2,7 +2,7 @@ |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| -"""Code to validate and convert settings of the Microsoft build tools. |
| +r"""Code to validate and convert settings of the Microsoft build tools. |
|
scottmg
2014/11/20 07:29:12
yuck :p
don't suppose we can tell it to ignore do
Shezan Baig (Bloomberg)
2014/11/20 07:48:22
I don't think so. There's an open issue here: htt
scottmg
2014/11/20 17:54:35
OK, since it caught some more legitimate ones, I g
|
| This file contains code to validate and convert settings of the Microsoft |
| build tools. The function ConvertToMSBuildSettings(), ValidateMSVSSettings(), |