Add a mozconfig to projects/geckoview
We customize the mozconfig in-place in geckoview.
Instead, we could add a file like we do for firefox.
However, rather than using cat, we should include it (in both projects) with:
- filename: 'mozconfig'
content: '[% INCLUDE "mozconfig" %]'
refresh_input: 1