mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 22:07:41 +00:00
Bug 1335748 - Add in-tree mozconfigs for Quantum Render builds. r=dustin
MozReview-Commit-ID: wGdHuhshuH
This commit is contained in:
parent
4b3f339eab
commit
cebab6575c
3
browser/config/mozconfigs/linux64/debug-qr
Normal file
3
browser/config/mozconfigs/linux64/debug-qr
Normal file
@ -0,0 +1,3 @@
|
||||
. "$topsrcdir/browser/config/mozconfigs/linux64/debug"
|
||||
|
||||
ac_add_options --enable-webrender
|
3
browser/config/mozconfigs/linux64/opt-qr
Normal file
3
browser/config/mozconfigs/linux64/opt-qr
Normal file
@ -0,0 +1,3 @@
|
||||
. "$topsrcdir/browser/config/mozconfigs/linux64/nightly"
|
||||
|
||||
ac_add_options --enable-webrender
|
3
browser/config/mozconfigs/macosx64/debug-qr
Normal file
3
browser/config/mozconfigs/macosx64/debug-qr
Normal file
@ -0,0 +1,3 @@
|
||||
. "$topsrcdir/browser/config/mozconfigs/macosx64/debug"
|
||||
|
||||
ac_add_options --enable-webrender
|
3
browser/config/mozconfigs/macosx64/opt-qr
Normal file
3
browser/config/mozconfigs/macosx64/opt-qr
Normal file
@ -0,0 +1,3 @@
|
||||
. "$topsrcdir/browser/config/mozconfigs/macosx64/nightly"
|
||||
|
||||
ac_add_options --enable-webrender
|
3
browser/config/mozconfigs/win64/debug-qr
Normal file
3
browser/config/mozconfigs/win64/debug-qr
Normal file
@ -0,0 +1,3 @@
|
||||
. "$topsrcdir/browser/config/mozconfigs/win64/debug"
|
||||
|
||||
ac_add_options --enable-webrender
|
3
browser/config/mozconfigs/win64/opt-qr
Normal file
3
browser/config/mozconfigs/win64/opt-qr
Normal file
@ -0,0 +1,3 @@
|
||||
. "$topsrcdir/browser/config/mozconfigs/win64/nightly"
|
||||
|
||||
ac_add_options --enable-webrender
|
Loading…
x
Reference in New Issue
Block a user