gecko-dev/toolkit/components/updateagent/moz.build
Kirk Steuber 9579958b80 Bug 1624391 - Add Update URL Generation to the update agent r=agashlin,mhowell
This patch does not include the capability to read update URLs set by enterprise policy. That capability will be added later, when we add other enterprise policy support.

Differential Revision: https://phabricator.services.mozilla.com/D69062
2020-04-17 20:47:30 +00:00

9 lines
306 B
Text

RUST_PROGRAMS += ['updateagent']
RCINCLUDE = 'updateagent.rc'
LOCALIZED_GENERATED_FILES += ['url_constants.rs']
LOCALIZED_GENERATED_FILES['url_constants.rs'].script = 'UpdateUrlConstants.py'
LOCALIZED_FILES += ['!url_constants.rs']
with Files('**'):
BUG_COMPONENT = ('Toolkit', 'Application Update')