Bug 957418 - Enable Inter-App Communication API for non-release builds of Firefox. r=ehsan

This commit is contained in:
Kevin Grandon 2014-01-09 12:50:24 -05:00
parent 75ebc4aad3
commit d8516d669e

View File

@ -541,6 +541,14 @@
@BINPATH@/components/Push.js
@BINPATH@/components/Push.manifest
@BINPATH@/components/PushServiceLauncher.js
#ifndef RELEASE_BUILD
@BINPATH@/components/InterAppComm.manifest
@BINPATH@/components/InterAppCommService.js
@BINPATH@/components/InterAppConnection.js
@BINPATH@/components/InterAppMessagePort.js
#endif
@BINPATH@/components/TCPSocket.js
@BINPATH@/components/TCPServerSocket.js
@BINPATH@/components/TCPSocketParentIntermediary.js