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

Unified Diff: tools/gn/xcode_writer.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 | « tools/gn/xcode_object.cc ('k') | tools/gn/xcode_writer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/xcode_writer.h
diff --git a/tools/gn/xcode_writer.h b/tools/gn/xcode_writer.h
index dd162c65f89695df89a468f2da70130989352b01..8c4e3040a0932af290c44a27b57cefa650a5c66f 100644
--- a/tools/gn/xcode_writer.h
+++ b/tools/gn/xcode_writer.h
@@ -22,6 +22,10 @@ class Target;
using PBXAttributes = std::map<std::string, std::string>;
class PBXProject;
+namespace base {
+class FilePath;
+}
+
class XcodeWriter {
public:
enum TargetOsType {
@@ -69,6 +73,7 @@ class XcodeWriter {
const std::string& config_name,
const std::string& root_target,
const std::string& ninja_extra_args,
+ const BuildSettings* build_settings,
TargetOsType target_os);
// Generates the "sources.xcodeproj" project that reference all source
« no previous file with comments | « tools/gn/xcode_object.cc ('k') | tools/gn/xcode_writer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698