From 9a5c1c75f96b26041443309a8bfa977da8950c38 Mon Sep 17 00:00:00 2001 From: Alessio Vanni Date: Sun, 23 Jun 2019 13:34:42 +0200 Subject: Get cookie management out of vapi-background --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8aaab0a..4ac94c4 100644 --- a/Makefile +++ b/Makefile @@ -116,16 +116,16 @@ JS2 := js/httpsb.js js/i18n.js js/liquid-dict.js js/logger.js \ js/pagestats.js js/polyfill.js js/popup.js js/profiler.js \ js/raw-settings.js js/settings.js js/start.js js/storage.js -# vapi-popup.js is apparently not needed on UXP -# TODO: investigate wether or not it can be removed JS3 := js/tab.js js/traffic.js js/udom.js js/uritools.js js/user-rules.js \ js/usersettings.js js/utils.js js/xal.js CallbackWrapper.jsm \ HTTPRequestHeaders.jsm +# vapi-popup.js is apparently not needed on UXP +# TODO: investigate wether or not it can be removed JS4 := js/vapi-client.js js/vapi-common.js js/vapi-background.js \ js/vapi-popup.js js/vapi-tabs.js js/vapi-window.js \ js/vapi-core.js js/vapi-browser.js js/vapi-storage.js \ - js/vapi-messaging.js js/vapi-net.js + js/vapi-messaging.js js/vapi-net.js js/vapi-cookies.js JS := $(JS1) $(JS2) $(JS3) $(JS4) -- cgit v1.2.3