1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/services/metrics/Makefile.in Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,21 @@ 1.4 +# This Source Code Form is subject to the terms of the Mozilla Public 1.5 +# License, v. 2.0. If a copy of the MPL was not distributed with this 1.6 +# file, You can obtain one at http://mozilla.org/MPL/2.0/. 1.7 + 1.8 +testing_modules := \ 1.9 + mocks.jsm \ 1.10 + $(NULL) 1.11 + 1.12 +# We install Metrics.jsm into the "main" JSM repository and the rest in 1.13 +# services. External consumers should only go through Metrics.jsm. 1.14 +MAIN_JS_MODULE := Metrics.jsm 1.15 +MAIN_JS_MODULE_PATH = $(FINAL_TARGET)/modules 1.16 +PP_TARGETS += MAIN_JS_MODULE 1.17 + 1.18 +TESTING_JS_MODULES := $(addprefix modules-testing/,$(testing_modules)) 1.19 +TESTING_JS_MODULE_DIR := services/metrics 1.20 + 1.21 +include $(topsrcdir)/config/rules.mk 1.22 + 1.23 +# Add extra prerequisites until bug 837792 is addressed. 1.24 +$(FINAL_TARGET)/modules/Metrics.jsm: Metrics.jsm providermanager.jsm dataprovider.jsm storage.jsm