| Index: tools/gn/gyp_binary_target_writer.h
|
| diff --git a/tools/gn/gyp_binary_target_writer.h b/tools/gn/gyp_binary_target_writer.h
|
| index b12f15439d0603c69f830a766a56263a7a692097..226ffb86e4689d8eef1f213edc860bf31d410eb2 100644
|
| --- a/tools/gn/gyp_binary_target_writer.h
|
| +++ b/tools/gn/gyp_binary_target_writer.h
|
| @@ -48,11 +48,13 @@ class GypBinaryTargetWriter : public GypTargetWriter {
|
| // Writes the flags, sources, and deps.
|
| void WriteVCConfiguration(int indent);
|
| void WriteLinuxConfiguration(int indent);
|
| + void WriteMacConfiguration(int indent);
|
|
|
| - // Writes the Visual Studio flags, defines, etc. The flags input is non-const
|
| - // because the cflags will be fixed up to account for things converted to
|
| - // VC settings (rather than compiler flags).
|
| + // Writes the flags, defines, etc. The flags input is non-const because the
|
| + // cflags will be fixed up to account for things converted to VC settings
|
| + // (rather than compiler flags).
|
| void WriteVCFlags(Flags& flags, int indent);
|
| + void WriteMacFlags(Flags& flags, int indent);
|
|
|
| // Writes the Linux compiler and linker flags. The first version does the
|
| // flags for the given target, the second version takes a pregenerted list of
|
|
|