From eb70e6e3d0bff11c25f14b1196025791bf2308fb Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Tue, 25 Feb 2020 15:07:00 -0500 Subject: Issue #439 - Remove tests from toolkit/ --- toolkit/components/perfmonitoring/moz.build | 26 ++++++++------------------ 1 file changed, 8 insertions(+), 18 deletions(-) (limited to 'toolkit/components/perfmonitoring/moz.build') diff --git a/toolkit/components/perfmonitoring/moz.build b/toolkit/components/perfmonitoring/moz.build index 1effe5f00..53c73803e 100644 --- a/toolkit/components/perfmonitoring/moz.build +++ b/toolkit/components/perfmonitoring/moz.build @@ -4,10 +4,16 @@ # 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/. -BROWSER_CHROME_MANIFESTS += ['tests/browser/browser.ini'] - XPIDL_MODULE = 'toolkit_perfmonitoring' +XPIDL_SOURCES += ['nsIPerformanceStats.idl'] + +EXPORTS += ['nsPerformanceStats.h'] + +LOCAL_INCLUDES += ['/dom/base'] + +UNIFIED_SOURCES += ['nsPerformanceStats.cpp'] + EXTRA_JS_MODULES += [ 'AddonWatcher.jsm', 'PerformanceStats-content.js', @@ -16,20 +22,4 @@ EXTRA_JS_MODULES += [ 'PerformanceWatcher.jsm', ] -XPIDL_SOURCES += [ - 'nsIPerformanceStats.idl', -] - -UNIFIED_SOURCES += [ - 'nsPerformanceStats.cpp' -] - -EXPORTS += [ - 'nsPerformanceStats.h' -] - -LOCAL_INCLUDES += [ - '/dom/base', -] - FINAL_LIBRARY = 'xul' -- cgit v1.2.3