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

Unified Diff: tools/gn/gyp_binary_target_writer.h

Issue 48523006: GN: Separately track labels and origins for lists of stuff (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
« no previous file with comments | « tools/gn/gn.gyp ('k') | tools/gn/gyp_binary_target_writer.cc » ('j') | no next file with comments »
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 b12f15439d0603c69f830a766a56263a7a692097..4fb96b0e6d622c2a5e56864016914857d7f37811 100644
--- a/tools/gn/gyp_binary_target_writer.h
+++ b/tools/gn/gyp_binary_target_writer.h
@@ -10,6 +10,7 @@
#include "base/compiler_specific.h"
#include "tools/gn/gyp_target_writer.h"
+#include "tools/gn/target.h"
#include "tools/gn/toolchain.h"
// Writes a portion of a .gyp file for a binary target type (an executable, a
@@ -73,7 +74,7 @@ class GypBinaryTargetWriter : public GypTargetWriter {
// Fills the given flags structure.
Flags FlagsFromTarget(const Target* target) const;
- Flags FlagsFromConfigList(const std::vector<const Config*>& configs) const;
+ Flags FlagsFromConfigList(const LabelConfigVector& configs) const;
// All associated targets.
TargetGroup group_;
« no previous file with comments | « tools/gn/gn.gyp ('k') | tools/gn/gyp_binary_target_writer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698