Bug 1043957 - remove some libs:: rules from devtools's Makefile.ins; r=mshal

This commit is contained in:
Nathan Froyd 2014-07-25 09:38:15 -04:00
parent ff0d467c7c
commit 663bfa5dc5
16 changed files with 75 additions and 62 deletions

View File

@ -1,8 +0,0 @@
# 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/.
include $(topsrcdir)/config/rules.mk
libs::
$(NSINSTALL) $(srcdir)/main.js $(FINAL_TARGET)/modules/devtools

View File

@ -1,9 +0,0 @@
#
# 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/.
include $(topsrcdir)/config/rules.mk
libs::
$(NSINSTALL) $(srcdir)/*.js $(FINAL_TARGET)/modules/devtools/app-manager

View File

@ -6,3 +6,15 @@
BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
MOCHITEST_CHROME_MANIFESTS += ['test/chrome.ini']
JS_MODULES_PATH = 'modules/devtools/app-manager'
EXTRA_JS_MODULES += [
'app-projects.js',
'app-validator.js',
'builtin-adb-store.js',
'connection-store.js',
'device-store.js',
'simulators-store.js',
'webapps-store.js',
]

View File

@ -1,7 +0,0 @@
#
# 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/.
libs::
$(NSINSTALL) $(srcdir)/*.js $(FINAL_TARGET)/modules/devtools/markupview

View File

@ -5,3 +5,10 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
JS_MODULES_PATH = 'modules/devtools/markupview'
EXTRA_JS_MODULES += [
'html-editor.js',
'markup-view.js',
]

View File

@ -37,3 +37,9 @@ EXTRA_COMPONENTS += [
]
JAR_MANIFESTS += ['jar.mn']
JS_MODULES_PATH = 'modules/devtools'
EXTRA_JS_MODULES += [
'main.js',
]

View File

@ -1,8 +0,0 @@
# 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/.
include $(topsrcdir)/config/rules.mk
libs::
$(NSINSTALL) $(srcdir)/*.js $(FINAL_TARGET)/modules/devtools/profiler

View File

@ -5,3 +5,14 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
JS_MODULES_PATH = 'modules/devtools/profiler'
EXTRA_JS_MODULES += [
'cleopatra.js',
'commands.js',
'consts.js',
'controller.js',
'panel.js',
'sidebar.js',
]

View File

@ -1,9 +0,0 @@
#
# 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/.
include $(topsrcdir)/config/rules.mk
libs::
$(NSINSTALL) $(srcdir)/*.js $(FINAL_TARGET)/modules/devtools/styleinspector

View File

@ -6,3 +6,13 @@
BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
XPCSHELL_TESTS_MANIFESTS += ['test/unit/xpcshell.ini']
JS_MODULES_PATH = 'modules/devtools/styleinspector'
EXTRA_JS_MODULES += [
'computed-view.js',
'css-parsing-utils.js',
'rule-view.js',
'style-inspector-overlays.js',
'style-inspector.js',
]

View File

@ -1,8 +0,0 @@
# 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/.
include $(topsrcdir)/config/rules.mk
libs::
$(NSINSTALL) $(srcdir)/*.js $(FINAL_TARGET)/modules/devtools/webconsole

View File

@ -5,3 +5,14 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
JS_MODULES_PATH = 'modules/devtools/webconsole'
EXTRA_JS_MODULES += [
'console-commands.js',
'console-output.js',
'hudservice.js',
'network-panel.js',
'panel.js',
'webconsole.js',
]

View File

@ -3,8 +3,3 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
PREF_JS_EXPORTS = $(srcdir)/webide-prefs.js
include $(topsrcdir)/config/rules.mk
libs::
$(NSINSTALL) $(srcdir)/modules/*.js $(FINAL_TARGET)/modules/devtools/webide

View File

@ -11,3 +11,12 @@ PARALLEL_DIRS += [
]
MOCHITEST_CHROME_MANIFESTS += ['test/chrome.ini']
JS_MODULES_PATH = 'modules/devtools/webide'
EXTRA_JS_MODULES += [
'modules/addons.js',
'modules/app-manager.js',
'modules/remote-resources.js',
'modules/runtimes.js'
]

View File

@ -1,8 +0,0 @@
# 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/.
include $(topsrcdir)/config/rules.mk
libs::
$(INSTALL) $(IFLAGS1) $(srcdir)/*.js $(FINAL_TARGET)/modules/devtools/toolkit/webconsole

View File

@ -7,3 +7,12 @@
if CONFIG['OS_TARGET'] != 'Android':
MOCHITEST_CHROME_MANIFESTS += ['test/chrome.ini']
XPCSHELL_TESTS_MANIFESTS += ['test/unit/xpcshell.ini']
JS_MODULES_PATH = 'modules/devtools/toolkit/webconsole'
EXTRA_JS_MODULES += [
'client.js',
'network-helper.js',
'network-monitor.js',
'utils.js',
]