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

Unified Diff: tools/gn/gyp_binary_target_writer.h

Issue 132803008: Work on GN iOS GYP generation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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
« no previous file with comments | « no previous file | tools/gn/gyp_binary_target_writer.cc » ('j') | tools/gn/gyp_binary_target_writer.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | tools/gn/gyp_binary_target_writer.cc » ('j') | tools/gn/gyp_binary_target_writer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698