aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAlessio Vanni <vannilla@firemail.cc>2019-06-23 13:34:42 +0200
committerAlessio Vanni <vannilla@firemail.cc>2019-06-23 13:34:42 +0200
commit9a5c1c75f96b26041443309a8bfa977da8950c38 (patch)
tree32d17b1a03a37e06e410d29931b5d1171b51ac4d /Makefile
parent9bde0c09c312feebe5abc96240214f91aeca198a (diff)
downloadematrix-9a5c1c75f96b26041443309a8bfa977da8950c38.tar.lz
ematrix-9a5c1c75f96b26041443309a8bfa977da8950c38.tar.xz
ematrix-9a5c1c75f96b26041443309a8bfa977da8950c38.zip
Get cookie management out of vapi-background
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
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)