mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-12 06:08:24 +02:00
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
9 lines
306 B
Text
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')
|