summaryrefslogtreecommitdiffstats
path: root/ipc/app/pie/moz.build
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-02-22 22:44:01 -0500
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-14 12:52:59 +0200
commit57383be95da385b336d988ff713b8e3bf097ce0f (patch)
tree06392b9c4ca8701a49fe1976f25d10bc4e1582bd /ipc/app/pie/moz.build
parent6ef03f136bac6d677d67d1bcc4e110e891e7c4ca (diff)
downloadUXP-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/pie/moz.build')
-rw-r--r--ipc/app/pie/moz.build19
1 files changed, 0 insertions, 19 deletions
diff --git a/ipc/app/pie/moz.build b/ipc/app/pie/moz.build
deleted file mode 100644
index 6924199b5..000000000
--- a/ipc/app/pie/moz.build
+++ /dev/null
@@ -1,19 +0,0 @@
-# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
-# vim: set filetype=python:
-# 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/.
-
-Program(CONFIG['MOZ_CHILD_PROCESS_NAME_PIE'])
-SOURCES += [
- '../MozillaRuntimeMainAndroid.cpp',
-]
-
-include('/ipc/chromium/chromium-config.mozbuild')
-
-LOCAL_INCLUDES += [
- '/toolkit/xre',
- '/xpcom/base',
-]
-
-LDFLAGS += ['-pie']