Bug 1605417 - use GeneratedFile template in xpcom/tests/gtest/; r=KrisWright

The template is slightly nicer and slighty more modern.

Differential Revision: https://phabricator.services.mozilla.com/D58006

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Nathan Froyd 2019-12-27 18:38:13 +00:00
parent d98002172b
commit 55a8bbf010

View File

@ -117,12 +117,9 @@ LOCAL_INCLUDES += [
'../../base',
]
GENERATED_FILES = [
'dafsa_test_1.inc',
]
dafsa_data = GENERATED_FILES['dafsa_test_1.inc']
dafsa_data.script = '../../ds/tools/make_dafsa.py'
dafsa_data.inputs = ['dafsa_test_1.dat']
GeneratedFile('dafsa_test_1.inc',
script='../../ds/tools/make_dafsa.py',
inputs=['dafsa_test_1.dat'])
TEST_HARNESS_FILES.gtest += [
'wikipedia/ar.txt',