Chromium Code Reviews| Index: pylib/gyp/mac_tool.py |
| diff --git a/pylib/gyp/mac_tool.py b/pylib/gyp/mac_tool.py |
| index e5d8a2b89665385bc622ce4a69fa4acbbcfff684..c871765ca2bb69182c067a2436e3945234dbbe1d 100755 |
| --- a/pylib/gyp/mac_tool.py |
| +++ b/pylib/gyp/mac_tool.py |
| @@ -146,7 +146,7 @@ class MacTool(object): |
| # Go through all the environment variables and replace them as variables in |
| # the file. |
| - IDENT_RE = re.compile('[/\s]') |
| + IDENT_RE = re.compile(r'[/\s]') |
| for key in os.environ: |
| if key.startswith('_'): |
| continue |