summaryrefslogtreecommitdiff
path: root/ipc
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-09-23 15:52:00 +0000
committerMoonchild <moonchild@palemoon.org>2020-09-23 15:52:00 +0000
commitd5a2c45aad51e3fcf5f48f8afe8609c1e8726a02 (patch)
tree6c72fd57eab6e796bc07b54327d6b0245f4ed97b /ipc
parent7523b9ea042af1078c49ed242b5d9eb3e0f34af5 (diff)
downloaduxp-d5a2c45aad51e3fcf5f48f8afe8609c1e8726a02.tar.gz
Issue #1656 - Part 6: Clean up the build files
Diffstat (limited to 'ipc')
-rw-r--r--ipc/app/moz.build1
-rw-r--r--ipc/chromium/atomics/moz.build1
-rw-r--r--ipc/chromium/moz.build1
-rw-r--r--ipc/chromium/src/third_party/moz.build1
-rw-r--r--ipc/contentproc/moz.build1
-rw-r--r--ipc/dbus/moz.build1
-rw-r--r--ipc/glue/moz.build1
-rw-r--r--ipc/ipdl/moz.build1
-rw-r--r--ipc/ipdl/test/cxx/app/moz.build1
-rw-r--r--ipc/ipdl/test/cxx/moz.build1
-rw-r--r--ipc/ipdl/test/ipdl/moz.build1
-rw-r--r--ipc/ipdl/test/moz.build1
-rw-r--r--ipc/moz.build1
-rw-r--r--ipc/mscom/moz.build1
-rw-r--r--ipc/ril/moz.build1
-rw-r--r--ipc/testshell/moz.build1
16 files changed, 0 insertions, 16 deletions
diff --git a/ipc/app/moz.build b/ipc/app/moz.build
index 306446a862..33f06db62b 100644
--- a/ipc/app/moz.build
+++ b/ipc/app/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/.
diff --git a/ipc/chromium/atomics/moz.build b/ipc/chromium/atomics/moz.build
index 875486c613..4376f121a6 100644
--- a/ipc/chromium/atomics/moz.build
+++ b/ipc/chromium/atomics/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/.
diff --git a/ipc/chromium/moz.build b/ipc/chromium/moz.build
index b386134f98..92dd3b872a 100644
--- a/ipc/chromium/moz.build
+++ b/ipc/chromium/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/.
diff --git a/ipc/chromium/src/third_party/moz.build b/ipc/chromium/src/third_party/moz.build
index 20a5043fb1..6435717688 100644
--- a/ipc/chromium/src/third_party/moz.build
+++ b/ipc/chromium/src/third_party/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/.
diff --git a/ipc/contentproc/moz.build b/ipc/contentproc/moz.build
index f9ded56ec0..d8ab397d21 100644
--- a/ipc/contentproc/moz.build
+++ b/ipc/contentproc/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/.
diff --git a/ipc/dbus/moz.build b/ipc/dbus/moz.build
index 8df36ea676..81626d1108 100644
--- a/ipc/dbus/moz.build
+++ b/ipc/dbus/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/.
diff --git a/ipc/glue/moz.build b/ipc/glue/moz.build
index 51e6538ffe..426e796668 100644
--- a/ipc/glue/moz.build
+++ b/ipc/glue/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/.
diff --git a/ipc/ipdl/moz.build b/ipc/ipdl/moz.build
index 47d8406032..8c78fa08f0 100644
--- a/ipc/ipdl/moz.build
+++ b/ipc/ipdl/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/.
diff --git a/ipc/ipdl/test/cxx/app/moz.build b/ipc/ipdl/test/cxx/app/moz.build
index d464e78a67..e1123c992f 100644
--- a/ipc/ipdl/test/cxx/app/moz.build
+++ b/ipc/ipdl/test/cxx/app/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/.
diff --git a/ipc/ipdl/test/cxx/moz.build b/ipc/ipdl/test/cxx/moz.build
index c87455e02d..c9d8366fd8 100644
--- a/ipc/ipdl/test/cxx/moz.build
+++ b/ipc/ipdl/test/cxx/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/.
diff --git a/ipc/ipdl/test/ipdl/moz.build b/ipc/ipdl/test/ipdl/moz.build
index 28919c271d..83ed8d9d99 100644
--- a/ipc/ipdl/test/ipdl/moz.build
+++ b/ipc/ipdl/test/ipdl/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/.
diff --git a/ipc/ipdl/test/moz.build b/ipc/ipdl/test/moz.build
index 5d5caacf86..0ec7e59347 100644
--- a/ipc/ipdl/test/moz.build
+++ b/ipc/ipdl/test/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/.
diff --git a/ipc/moz.build b/ipc/moz.build
index 4c9fb6b385..a34d69f01a 100644
--- a/ipc/moz.build
+++ b/ipc/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/.
diff --git a/ipc/mscom/moz.build b/ipc/mscom/moz.build
index e5edbf591f..ec3d30761c 100644
--- a/ipc/mscom/moz.build
+++ b/ipc/mscom/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/.
diff --git a/ipc/ril/moz.build b/ipc/ril/moz.build
index ca436ab43a..6e0313fcb3 100644
--- a/ipc/ril/moz.build
+++ b/ipc/ril/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/.
diff --git a/ipc/testshell/moz.build b/ipc/testshell/moz.build
index c39273bdde..c440569e52 100644
--- a/ipc/testshell/moz.build
+++ b/ipc/testshell/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/.