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 185ec91b1788e0489a09827af4613389ba4b566f..fe15a9b5a0f25d9587e95ab0198065c938fc143e 100644 |
--- a/tools/gn/gyp_binary_target_writer.h |
+++ b/tools/gn/gyp_binary_target_writer.h |
@@ -55,7 +55,7 @@ class GypBinaryTargetWriter : public GypTargetWriter { |
// 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); |
+ void WriteMacFlags(const Target* target, 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 |