mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-09 08:48:07 +00:00
bug 661574: Move nsITelemetry into toolkit r=Mossop
--HG-- rename : xpcom/base/Telemetry.cpp => toolkit/components/telemetry/Telemetry.cpp rename : xpcom/base/nsITelemetry.idl => toolkit/components/telemetry/nsITelemetry.idl rename : xpcom/tests/unit/test_nsITelemetry.js => toolkit/components/telemetry/tests/unit/test_nsITelemetry.js
This commit is contained in:
parent
57b345674f
commit
fe42dd7cc0
@ -261,6 +261,7 @@
|
|||||||
@BINPATH@/components/xuldoc.xpt
|
@BINPATH@/components/xuldoc.xpt
|
||||||
@BINPATH@/components/xultmpl.xpt
|
@BINPATH@/components/xultmpl.xpt
|
||||||
@BINPATH@/components/zipwriter.xpt
|
@BINPATH@/components/zipwriter.xpt
|
||||||
|
@BINPATH@/components/telemetry.xpt
|
||||||
|
|
||||||
; JavaScript components
|
; JavaScript components
|
||||||
@BINPATH@/components/ConsoleAPI.manifest
|
@BINPATH@/components/ConsoleAPI.manifest
|
||||||
|
@ -44,14 +44,38 @@ VPATH = @srcdir@
|
|||||||
include $(DEPTH)/config/autoconf.mk
|
include $(DEPTH)/config/autoconf.mk
|
||||||
|
|
||||||
MODULE = telemetry
|
MODULE = telemetry
|
||||||
|
XPIDL_MODULE = telemetry
|
||||||
|
MODULE_NAME = telemetry
|
||||||
|
GRE_MODULE = 1
|
||||||
|
|
||||||
|
LIBXUL_LIBRARY = 1
|
||||||
|
EXPORT_LIBRARY = 1
|
||||||
|
IS_COMPONENT = 1
|
||||||
|
|
||||||
|
LIBRARY_NAME = telemetry
|
||||||
|
|
||||||
|
XPIDLSRCS = \
|
||||||
|
nsITelemetry.idl \
|
||||||
|
$(NULL)
|
||||||
|
|
||||||
EXTRA_COMPONENTS = \
|
EXTRA_COMPONENTS = \
|
||||||
TelemetryPing.manifest \
|
TelemetryPing.manifest \
|
||||||
TelemetryPing.js \
|
TelemetryPing.js \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
|
CPPSRCS = \
|
||||||
|
Telemetry.cpp \
|
||||||
|
$(NULL)
|
||||||
|
|
||||||
|
EXTRA_DSO_LDOPTS += \
|
||||||
|
$(MOZ_COMPONENT_LIBS) \
|
||||||
|
$(MOZ_JS_LIBS) \
|
||||||
|
$(NULL)
|
||||||
|
|
||||||
ifdef ENABLE_TESTS
|
ifdef ENABLE_TESTS
|
||||||
DIRS += tests
|
DIRS += tests
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
include $(topsrcdir)/config/config.mk
|
||||||
include $(topsrcdir)/config/rules.mk
|
include $(topsrcdir)/config/rules.mk
|
||||||
|
include $(topsrcdir)/ipc/chromium/chromium-config.mk
|
||||||
|
@ -2,4 +2,5 @@
|
|||||||
head =
|
head =
|
||||||
tail =
|
tail =
|
||||||
|
|
||||||
|
[test_nsITelemetry.js]
|
||||||
[test_TelemetryPing.js]
|
[test_TelemetryPing.js]
|
||||||
|
@ -139,6 +139,7 @@ COMPONENT_LIBS += \
|
|||||||
appcomps \
|
appcomps \
|
||||||
composer \
|
composer \
|
||||||
jetpack_s \
|
jetpack_s \
|
||||||
|
telemetry \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
ifdef BUILD_CTYPES
|
ifdef BUILD_CTYPES
|
||||||
|
@ -70,7 +70,6 @@ CPPSRCS = \
|
|||||||
nsStackWalk.cpp \
|
nsStackWalk.cpp \
|
||||||
nsMemoryReporterManager.cpp \
|
nsMemoryReporterManager.cpp \
|
||||||
FunctionTimer.cpp \
|
FunctionTimer.cpp \
|
||||||
Telemetry.cpp \
|
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT))
|
ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT))
|
||||||
@ -140,7 +139,6 @@ XPIDLSRCS = \
|
|||||||
nsIUUIDGenerator.idl \
|
nsIUUIDGenerator.idl \
|
||||||
nsIMutable.idl \
|
nsIMutable.idl \
|
||||||
nsIMemoryReporter.idl \
|
nsIMemoryReporter.idl \
|
||||||
nsITelemetry.idl \
|
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT))
|
ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT))
|
||||||
|
@ -21,7 +21,6 @@ tail =
|
|||||||
[test_mac_bundle.js]
|
[test_mac_bundle.js]
|
||||||
[test_nsIMutableArray.js]
|
[test_nsIMutableArray.js]
|
||||||
[test_nsIProcess.js]
|
[test_nsIProcess.js]
|
||||||
[test_nsITelemetry.js]
|
|
||||||
[test_pipe.js]
|
[test_pipe.js]
|
||||||
[test_storagestream.js]
|
[test_storagestream.js]
|
||||||
[test_streams.js]
|
[test_streams.js]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user