Bug 1369801 - fix path for registering devtools server protocol shim draft
authorJulian Descottes <jdescottes@mozilla.com>
Tue, 13 Jun 2017 19:13:07 +0200
changeset 599180 6c629f3dcd34ef528cead74914a387a6df6853b3
parent 599179 9b73b5d446dcb0b6d79582c78fe42629fd0eec49
child 599181 e3e21860db34e2af00709cef995b13b49f3efb31
push id65442
push userjdescottes@mozilla.com
push dateThu, 22 Jun 2017 19:44:34 +0000
bugs1369801
milestone56.0a1
Bug 1369801 - fix path for registering devtools server protocol shim MozReview-Commit-ID: 7QytdPsq0I
devtools/server/shims/moz.build
--- a/devtools/server/shims/moz.build
+++ b/devtools/server/shims/moz.build
@@ -8,11 +8,11 @@ DIRS += [
     'toolkit',
 ]
 
 # Unlike most DevTools build files, this file does not use DevToolsModules
 # because these files are here for add-on compatibility, and so they must be
 # installed to previously defined locations.
 
 # Extra compatibility layer for old path after relocation in bug 1270173
-FINAL_TARGET_FILES.chrome.devtools.modules.devtools.server += [
+FINAL_TARGET_FILES.features['devtools@mozilla.org'].chrome.modules.server += [
     'protocol.js',
 ]