2012-05-21 04:12:37 -07: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 12:58:14 -07:00
|
|
|
|
2012-05-08 14:36:07 -07:00
|
|
|
ifneq (android,$(MOZ_WIDGET_TOOLKIT))
|
2010-04-09 15:40:14 -07:00
|
|
|
MOZ_CHILD_PROCESS_NAME := plugin-container$(BIN_SUFFIX)
|
2011-10-27 05:53:20 -07: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-19 15:35:45 -07:00
|
|
|
MOZ_CHILD_PROCESS_BUNDLE := plugin-container.app/Contents/MacOS/
|