Bug 1859954 - Use XP_DARWIN rather than XP_MACOS in PHC r=glandium
[gecko.git] / devtools / shared / jar.mn
blob10357349dfb234b75b5c6970facea4c00053cb7a
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 devtools.jar:
6 %   content devtools %content/
7     content/shared/webextension-fallback.html (webextension-fallback.html)
8 %   resource devtools %modules/devtools/
9 %   resource devtools-highlighter-styles resource://devtools/server/actors/highlighters/css/ contentaccessible=yes
10 %   resource devtools-shared-images resource://devtools/shared/images/ contentaccessible=true
11 %   content devtools-jsonview-styles %modules/devtools/client/jsonview/css/ contentaccessible=yes
12 # The typical approach would be to list all the resource files in this manifest
13 # for installation.  Instead of doing this, use the DevToolsModules syntax via
14 # moz.build files to do the installation so that we can enforce correct paths
15 # based on source tree location.