From 18ff59c25f0bbdf85a1a3ad8c77c9eed01dc3e67 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Sat, 18 Apr 2020 03:24:37 -0400 Subject: Issue #80 - De-unify dom/messagechannel --- dom/messagechannel/moz.build | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'dom/messagechannel/moz.build') diff --git a/dom/messagechannel/moz.build b/dom/messagechannel/moz.build index 679d7eeb8..6ace4d77f 100644 --- a/dom/messagechannel/moz.build +++ b/dom/messagechannel/moz.build @@ -13,7 +13,7 @@ EXPORTS.mozilla.dom += [ 'MessagePortParent.h', ] -UNIFIED_SOURCES += [ +SOURCES += [ 'MessageChannel.cpp', 'MessagePort.cpp', 'MessagePortChild.cpp', @@ -22,9 +22,7 @@ UNIFIED_SOURCES += [ 'SharedMessagePortMessage.cpp', ] -IPDL_SOURCES += [ - 'PMessagePort.ipdl', -] +IPDL_SOURCES += ['PMessagePort.ipdl'] LOCAL_INCLUDES += [ '../base', -- cgit v1.2.3 From d5a2c45aad51e3fcf5f48f8afe8609c1e8726a02 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Wed, 23 Sep 2020 15:52:00 +0000 Subject: Issue #1656 - Part 6: Clean up the build files --- dom/messagechannel/moz.build | 1 - 1 file changed, 1 deletion(-) (limited to 'dom/messagechannel/moz.build') diff --git a/dom/messagechannel/moz.build b/dom/messagechannel/moz.build index 6ace4d77f..adeca8625 100644 --- a/dom/messagechannel/moz.build +++ b/dom/messagechannel/moz.build @@ -1,5 +1,4 @@ # -*- 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/. -- cgit v1.2.3