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

Unified Diff: tools/gn/xcode_object.h

Issue 2005483002: Fix generation of target in Xcode project when using output_name. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@generate-localizable-strings
Patch Set: Created 4 years, 7 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/xcode_object.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/xcode_object.h
diff --git a/tools/gn/xcode_object.h b/tools/gn/xcode_object.h
index 25f2415f516887e8279d9f01a842b75c1f2e6723..2ad43cceefc4567abad8d2ca2123794f0c0cf606 100644
--- a/tools/gn/xcode_object.h
+++ b/tools/gn/xcode_object.h
@@ -243,6 +243,7 @@ class PBXNativeTarget : public PBXTarget {
const std::string& config_name,
const PBXAttributes& attributes,
const std::string& product_type,
+ const std::string& product_name,
const PBXFileReference* product_reference);
~PBXNativeTarget() override;
@@ -255,6 +256,7 @@ class PBXNativeTarget : public PBXTarget {
private:
const PBXFileReference* product_reference_;
std::string product_type_;
+ std::string product_name_;
DISALLOW_COPY_AND_ASSIGN(PBXNativeTarget);
};
« no previous file with comments | « no previous file | tools/gn/xcode_object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698