mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
23 lines
762 B
Plaintext
23 lines
762 B
Plaintext
#filter substitution
|
|
|
|
test.jar:
|
|
# test chrome with flags and path expansion
|
|
% content test %one xpcnativewrappers=no
|
|
# test locale with variable substitution and path expansion
|
|
% locale @AB_CD@ %three
|
|
# test overlays
|
|
% overlay chrome://one/file.xml chrome://two/otherfile.xml
|
|
# test regular file, preprocessed file, preprocessed css
|
|
one/file.xml (thesrcdir/file.xml)
|
|
* one/preproc (thesrcdir/preproc.in)
|
|
* one/some.css (thesrcdir/some.css)
|
|
# test reference against topsrcdir
|
|
two/otherfile.xml (/config/tests/src-simple/thetopsrcdir/otherfile.xml)
|
|
# test reference against localesrcdir
|
|
three/l10nfile.txt (%l10nfile.txt)
|
|
|
|
test.jar:
|
|
# test manifest update the locale one was already added above, add skin
|
|
% locale @AB_CD@ %three
|
|
% skin test classic %one
|