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 --- ipc/app/moz.build | 1 - ipc/chromium/atomics/moz.build | 1 - ipc/chromium/moz.build | 1 - ipc/chromium/src/third_party/moz.build | 1 - ipc/contentproc/moz.build | 1 - ipc/dbus/moz.build | 1 - ipc/glue/moz.build | 1 - ipc/ipdl/moz.build | 1 - ipc/ipdl/test/cxx/app/moz.build | 1 - ipc/ipdl/test/cxx/moz.build | 1 - ipc/ipdl/test/ipdl/moz.build | 1 - ipc/ipdl/test/moz.build | 1 - ipc/moz.build | 1 - ipc/mscom/moz.build | 1 - ipc/ril/moz.build | 1 - ipc/testshell/moz.build | 1 - 16 files changed, 16 deletions(-) (limited to 'ipc') diff --git a/ipc/app/moz.build b/ipc/app/moz.build index 306446a86..33f06db62 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 875486c61..4376f121a 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 b386134f9..92dd3b872 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 20a5043fb..643571768 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 f9ded56ec..d8ab397d2 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 8df36ea67..81626d110 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 51e6538ff..426e79666 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 47d840603..8c78fa08f 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 d464e78a6..e1123c992 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 c87455e02..c9d8366fd 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 28919c271..83ed8d9d9 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 5d5caacf8..0ec7e5934 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 4c9fb6b38..a34d69f01 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 e5edbf591..ec3d30761 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 ca436ab43..6e0313fcb 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 c39273bdd..c440569e5 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/. -- cgit v1.2.3