Commit 4feb71fc authored by justincohen's avatar justincohen Committed by Commit bot

[GN] Adding missing source type for extension .appex.

Match .appex to wrapper.app-extension

BUG=

Review-Url: https://codereview.chromium.org/2029073002
Cr-Commit-Position: refs/heads/master@{#397247}
parent 86713497
......@@ -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"},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment