Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(37)

Unified Diff: tools/gn/gyp_binary_target_writer.h

Issue 46683002: GN Mac build work (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698