diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-02-22 22:44:01 -0500 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-14 12:52:59 +0200 |
commit | 57383be95da385b336d988ff713b8e3bf097ce0f (patch) | |
tree | 06392b9c4ca8701a49fe1976f25d10bc4e1582bd /ipc/app/Makefile.in | |
parent | 6ef03f136bac6d677d67d1bcc4e110e891e7c4ca (diff) | |
download | UXP-57383be95da385b336d988ff713b8e3bf097ce0f.tar UXP-57383be95da385b336d988ff713b8e3bf097ce0f.tar.gz UXP-57383be95da385b336d988ff713b8e3bf097ce0f.tar.lz UXP-57383be95da385b336d988ff713b8e3bf097ce0f.tar.xz UXP-57383be95da385b336d988ff713b8e3bf097ce0f.zip |
Issue #1053 - Remove android support from ipc except for ipc/chromium
This does not include android in the imported chromium code as specific research needs done on defines and logic.
Diffstat (limited to 'ipc/app/Makefile.in')
-rw-r--r-- | ipc/app/Makefile.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ipc/app/Makefile.in b/ipc/app/Makefile.in index d5593724c..c25119ac3 100644 --- a/ipc/app/Makefile.in +++ b/ipc/app/Makefile.in @@ -18,10 +18,6 @@ include $(topsrcdir)/config/config.mk include $(topsrcdir)/config/rules.mk -ifneq ($(MOZ_WIDGET_TOOLKIT),android) -#LIBS += ../contentproc/$(LIB_PREFIX)plugin-container.$(LIB_SUFFIX) -endif - ifeq ($(OS_ARCH),WINNT) #{ # Note the manifest file exists in the tree, so we use the explicit filename # here. |