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

Unified Diff: tools/gn/xcode_object.cc

Issue 2029073002: [GN] Adding missing source type for extension .appex. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/xcode_object.cc
diff --git a/tools/gn/xcode_object.cc b/tools/gn/xcode_object.cc
index 3e9dd2ca198ea35fa7d82ad81362d5299613c1d3..ab056b2fd9d71306e7f9bbaabb01dd8f2a4c448a 100644
--- a/tools/gn/xcode_object.cc
+++ b/tools/gn/xcode_object.cc
@@ -98,6 +98,7 @@ struct SourceTypeForExt {
const SourceTypeForExt kSourceTypeForExt[] = {
{".a", "archive.ar"},
{".app", "wrapper.application"},
+ {".appex", "wrapper.app-extension"},
{".bdic", "file"},
{".bundle", "wrapper.cfbundle"},
{".c", "sourcecode.c.c"},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698