diff options
author | Moonchild <moonchild@palemoon.org> | 2020-09-23 15:52:00 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-09-23 15:52:00 +0000 |
commit | d5a2c45aad51e3fcf5f48f8afe8609c1e8726a02 (patch) | |
tree | 6c72fd57eab6e796bc07b54327d6b0245f4ed97b /memory | |
parent | 7523b9ea042af1078c49ed242b5d9eb3e0f34af5 (diff) | |
download | uxp-d5a2c45aad51e3fcf5f48f8afe8609c1e8726a02.tar.gz |
Issue #1656 - Part 6: Clean up the build files
Diffstat (limited to 'memory')
-rw-r--r-- | memory/build/moz.build | 1 | ||||
-rw-r--r-- | memory/fallible/moz.build | 1 | ||||
-rw-r--r-- | memory/gtest/moz.build | 1 | ||||
-rw-r--r-- | memory/moz.build | 1 | ||||
-rw-r--r-- | memory/mozalloc/moz.build | 1 | ||||
-rw-r--r-- | memory/mozalloc/staticruntime/moz.build | 1 | ||||
-rw-r--r-- | memory/mozjemalloc/moz.build | 1 | ||||
-rw-r--r-- | memory/replace/dummy/moz.build | 1 | ||||
-rw-r--r-- | memory/replace/logalloc/moz.build | 1 | ||||
-rw-r--r-- | memory/replace/logalloc/replay/moz.build | 1 | ||||
-rw-r--r-- | memory/replace/moz.build | 1 | ||||
-rw-r--r-- | memory/replace/replace/moz.build | 1 | ||||
-rw-r--r-- | memory/volatile/moz.build | 1 | ||||
-rw-r--r-- | memory/volatile/tests/moz.build | 1 |
14 files changed, 0 insertions, 14 deletions
diff --git a/memory/build/moz.build b/memory/build/moz.build index c43e85192a..9d6c08b434 100644 --- a/memory/build/moz.build +++ b/memory/build/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/memory/fallible/moz.build b/memory/fallible/moz.build index 581a394b47..0439e1a18c 100644 --- a/memory/fallible/moz.build +++ b/memory/fallible/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/memory/gtest/moz.build b/memory/gtest/moz.build index 8d50ee4e39..4067ccf534 100644 --- a/memory/gtest/moz.build +++ b/memory/gtest/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/memory/moz.build b/memory/moz.build index acbcfaec9c..18a35fe0e8 100644 --- a/memory/moz.build +++ b/memory/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/memory/mozalloc/moz.build b/memory/mozalloc/moz.build index 56d4b8d80f..9afcefc032 100644 --- a/memory/mozalloc/moz.build +++ b/memory/mozalloc/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/memory/mozalloc/staticruntime/moz.build b/memory/mozalloc/staticruntime/moz.build index 55c71907d2..0a3dd7f7ab 100644 --- a/memory/mozalloc/staticruntime/moz.build +++ b/memory/mozalloc/staticruntime/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/memory/mozjemalloc/moz.build b/memory/mozjemalloc/moz.build index 6408aac8cf..41585dd5ff 100644 --- a/memory/mozjemalloc/moz.build +++ b/memory/mozjemalloc/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/memory/replace/dummy/moz.build b/memory/replace/dummy/moz.build index 5006db8016..329016803f 100644 --- a/memory/replace/dummy/moz.build +++ b/memory/replace/dummy/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/memory/replace/logalloc/moz.build b/memory/replace/logalloc/moz.build index 7a60a8afa0..2aea7a3884 100644 --- a/memory/replace/logalloc/moz.build +++ b/memory/replace/logalloc/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/memory/replace/logalloc/replay/moz.build b/memory/replace/logalloc/replay/moz.build index bb976908f7..42185969d7 100644 --- a/memory/replace/logalloc/replay/moz.build +++ b/memory/replace/logalloc/replay/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/memory/replace/moz.build b/memory/replace/moz.build index 881c763343..fd6da449d5 100644 --- a/memory/replace/moz.build +++ b/memory/replace/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/memory/replace/replace/moz.build b/memory/replace/replace/moz.build index 494b552a1d..6ab8628cdd 100644 --- a/memory/replace/replace/moz.build +++ b/memory/replace/replace/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/memory/volatile/moz.build b/memory/volatile/moz.build index 5132237a22..2fafbc13b2 100644 --- a/memory/volatile/moz.build +++ b/memory/volatile/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/memory/volatile/tests/moz.build b/memory/volatile/tests/moz.build index eea962e71f..59c0f7c873 100644 --- a/memory/volatile/tests/moz.build +++ b/memory/volatile/tests/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/. |