Skip to content

Commit

Permalink
Add two necessary files for about:compat to work to the moz.build
Browse files Browse the repository at this point in the history
  • Loading branch information
wisniewskit committed Jul 17, 2019
1 parent b5f9b7f commit 905998e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/moz.build
Expand Up @@ -16,8 +16,10 @@ FINAL_TARGET_FILES.features['webcompat@mozilla.org']['about-compat'] += [
'about-compat/aboutCompat.css',
'about-compat/aboutCompat.html',
'about-compat/aboutCompat.js',
'about-compat/AboutCompat.jsm',
'about-compat/aboutPage.js',
'about-compat/aboutPage.json'
'about-compat/aboutPage.json',
'about-compat/aboutPageProcessScript.js'
]

FINAL_TARGET_FILES.features['webcompat@mozilla.org']['data'] += [
Expand Down

0 comments on commit 905998e

Please sign in to comment.