mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 848519 - Part 2: Update Makefile.in and test harness. r=gavin
This commit is contained in:
parent
8b888a0726
commit
004449feb1
@ -11,7 +11,6 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
modules := \
|
||||
log4moz.js \
|
||||
preferences.js \
|
||||
storageservice.js \
|
||||
stringbundle.js \
|
||||
tokenserverclient.js \
|
||||
|
@ -5,7 +5,6 @@ const modules = [
|
||||
"async.js",
|
||||
"bagheeraclient.js",
|
||||
"log4moz.js",
|
||||
"preferences.js",
|
||||
"rest.js",
|
||||
"storageservice.js",
|
||||
"stringbundle.js",
|
||||
|
@ -27,7 +27,6 @@ firefox-appdir = browser
|
||||
[test_bagheera_client.js]
|
||||
[test_log4moz.js]
|
||||
[test_observers.js]
|
||||
[test_preferences.js]
|
||||
[test_restrequest.js]
|
||||
[test_tokenauthenticatedrequest.js]
|
||||
|
||||
|
@ -11,6 +11,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
EXTRA_JS_MODULES := \
|
||||
NewTabUtils.jsm \
|
||||
Preferences.jsm \
|
||||
Sqlite.jsm \
|
||||
TelemetryTimestamps.jsm \
|
||||
Timer.jsm \
|
||||
|
@ -1,7 +1,9 @@
|
||||
/* Any copyright is dedicated to the Public Domain.
|
||||
* http://creativecommons.org/publicdomain/zero/1.0/ */
|
||||
|
||||
Cu.import("resource://services-common/preferences.js");
|
||||
const {classes: Cc, interfaces: Ci, results: Cr, utils: Cu, manager: Cm} = Components;
|
||||
|
||||
Cu.import("resource://gre/modules/Preferences.jsm");
|
||||
|
||||
function run_test() {
|
||||
run_next_test();
|
||||
|
@ -3,6 +3,7 @@ head =
|
||||
tail =
|
||||
|
||||
[test_newtab-migrate-v1.js]
|
||||
[test_Preferences.js]
|
||||
[test_sqlite.js]
|
||||
[test_TelemetryTimestamps.js]
|
||||
[test_timer.js]
|
||||
|
Loading…
Reference in New Issue
Block a user