gecko-dev/devtools/server/actors/targets/moz.build
Julian Descottes ef047a50ac Bug 1497264 - Split addon/webextension.js into webextension.js and webextension-proxy.js;r=ochameau,yulia
Depends on D15384

Differential Revision: https://phabricator.services.mozilla.com/D15385

--HG--
rename : devtools/server/actors/addon/webextension.js => devtools/server/actors/targets/webextension-proxy.js
extra : moz-landing-system : lando
2019-01-08 18:18:14 +00:00

18 lines
517 B
Python

# -*- 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/.
DevToolsModules(
'browsing-context.js',
'chrome-window.js',
'content-process.js',
'frame-proxy.js',
'frame.js',
'parent-process.js',
'webextension-proxy.js',
'webextension.js',
'worker.js',
)