2012-05-21 15:12:37 +04:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2009-07-10 23:58:14 +04:00
|
|
|
|
2012-05-09 01:36:07 +04:00
|
|
|
ifneq (android,$(MOZ_WIDGET_TOOLKIT))
|
2010-04-10 02:40:14 +04:00
|
|
|
MOZ_CHILD_PROCESS_NAME := plugin-container$(BIN_SUFFIX)
|
2011-10-27 16:53:20 +04:00
|
|
|
else
|
|
|
|
# We want to let Android unpack the file at install time, but it only does
|
|
|
|
# so if the file is named libsomething.so. The lib/ path is also required
|
|
|
|
# because the unpacked file will be under the lib/ subdirectory and will
|
|
|
|
# need to be executed from that path.
|
|
|
|
MOZ_CHILD_PROCESS_NAME := lib/libplugin-container.so
|
|
|
|
endif
|
2010-07-20 02:35:45 +04:00
|
|
|
MOZ_CHILD_PROCESS_BUNDLE := plugin-container.app/Contents/MacOS/
|