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 | 960b821d0aca335ccace5834cd8c0573ef01255c (patch) | |
tree | 6c72fd57eab6e796bc07b54327d6b0245f4ed97b /devtools/client/performance | |
parent | e8decec38981a68ee2c1a99e77d141a9f7be1028 (diff) | |
download | uxp-960b821d0aca335ccace5834cd8c0573ef01255c.tar.gz |
Issue mcp-graveyard/UXP#1656 - Part 6: Clean up the build files
Diffstat (limited to 'devtools/client/performance')
-rw-r--r-- | devtools/client/performance/components/moz.build | 1 | ||||
-rw-r--r-- | devtools/client/performance/legacy/moz.build | 1 | ||||
-rw-r--r-- | devtools/client/performance/modules/logic/moz.build | 1 | ||||
-rw-r--r-- | devtools/client/performance/modules/moz.build | 1 | ||||
-rw-r--r-- | devtools/client/performance/modules/widgets/moz.build | 1 | ||||
-rw-r--r-- | devtools/client/performance/moz.build | 1 | ||||
-rw-r--r-- | devtools/client/performance/test/helpers/moz.build | 1 | ||||
-rw-r--r-- | devtools/client/performance/test/moz.build | 1 |
8 files changed, 0 insertions, 8 deletions
diff --git a/devtools/client/performance/components/moz.build b/devtools/client/performance/components/moz.build index 55de592150..1b614eb243 100644 --- a/devtools/client/performance/components/moz.build +++ b/devtools/client/performance/components/moz.build @@ -1,4 +1,3 @@ -# 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/devtools/client/performance/legacy/moz.build b/devtools/client/performance/legacy/moz.build index 00eab217b4..b908a3a600 100644 --- a/devtools/client/performance/legacy/moz.build +++ b/devtools/client/performance/legacy/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/devtools/client/performance/modules/logic/moz.build b/devtools/client/performance/modules/logic/moz.build index 179cd71b3c..5255b11c9f 100644 --- a/devtools/client/performance/modules/logic/moz.build +++ b/devtools/client/performance/modules/logic/moz.build @@ -1,4 +1,3 @@ -# 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/devtools/client/performance/modules/moz.build b/devtools/client/performance/modules/moz.build index 45d2ae0d23..d1c612e6d2 100644 --- a/devtools/client/performance/modules/moz.build +++ b/devtools/client/performance/modules/moz.build @@ -1,4 +1,3 @@ -# 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/devtools/client/performance/modules/widgets/moz.build b/devtools/client/performance/modules/widgets/moz.build index 9f733838a5..cf2b5e435d 100644 --- a/devtools/client/performance/modules/widgets/moz.build +++ b/devtools/client/performance/modules/widgets/moz.build @@ -1,4 +1,3 @@ -# 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/devtools/client/performance/moz.build b/devtools/client/performance/moz.build index 909d69d808..a96d69f40f 100644 --- a/devtools/client/performance/moz.build +++ b/devtools/client/performance/moz.build @@ -1,4 +1,3 @@ -# 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/devtools/client/performance/test/helpers/moz.build b/devtools/client/performance/test/helpers/moz.build index b858530d69..03ab9f6680 100644 --- a/devtools/client/performance/test/helpers/moz.build +++ b/devtools/client/performance/test/helpers/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/devtools/client/performance/test/moz.build b/devtools/client/performance/test/moz.build index 6bdf1a0181..6c7ddeefb5 100644 --- a/devtools/client/performance/test/moz.build +++ b/devtools/client/performance/test/moz.build @@ -1,4 +1,3 @@ -# 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/. |