Chromium Code Reviews| Index: pylib/gyp/generator/make.py |
| =================================================================== |
| --- pylib/gyp/generator/make.py (revision 1396) |
| +++ pylib/gyp/generator/make.py (working copy) |
| @@ -1233,7 +1233,7 @@ |
| "$(CFLAGS_CC_$(BUILDTYPE)) " |
| "$(CFLAGS_OBJCC_$(BUILDTYPE))") |
| - self.WritePchTargets(precompiled_header.GetGchBuildCommands()) |
| + self.WritePchTargets(precompiled_header.GetPchBuildCommands()) |
| # If there are any object files in our input file list, link them into our |
| # output. |