https://github.com/mozilla/gecko-dev
Raw File
Tip revision: b676eb28fb317f5d7ee7b1363af6c886511377d5 authored by Ehsan Akhgari on 17 April 2014, 14:59:10 UTC
Bug 772823 - Focus the main test window before closing the newly opened window in order to work around an unknown focus manager bug. r=gavin, a=test-only
Tip revision: b676eb2
js.pc.in
#filter substitution
prefix=@prefix@
libdir=@libdir@
includedir=@includedir@

Name: SpiderMonkey @MOZILLA_VERSION@
Description: The Mozilla library for JavaScript
Version: @MOZILLA_VERSION@
Requires.private: @NSPR_PKGCONF_CHECK@
Libs: -L${libdir} -l@LIBRARY_NAME@
Cflags: -include ${includedir}/@LIBRARY_NAME@/js/RequiredDefines.h -I${includedir}/@LIBRARY_NAME@
back to top