mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 760277 - Move Webapps.js and Webapps.jsm out of dom/base [r=mounir]
--HG-- rename : dom/base/Webapps.js => dom/apps/src/Webapps.js rename : dom/base/Webapps.jsm => dom/apps/src/Webapps.jsm rename : dom/base/Webapps.manifest => dom/apps/src/Webapps.manifest
This commit is contained in:
parent
e1c9758dde
commit
4463d4b993
@ -12,6 +12,12 @@ include $(DEPTH)/config/autoconf.mk
|
||||
EXTRA_COMPONENTS = \
|
||||
AppsService.js \
|
||||
AppsService.manifest \
|
||||
Webapps.js \
|
||||
Webapps.manifest \
|
||||
$(NULL)
|
||||
|
||||
EXTRA_PP_JS_MODULES += \
|
||||
Webapps.jsm \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -29,14 +29,6 @@ EXTRA_PP_COMPONENTS = \
|
||||
EXTRA_JS_MODULES = ConsoleAPIStorage.jsm \
|
||||
$(NULL)
|
||||
|
||||
EXTRA_COMPONENTS = \
|
||||
Webapps.js \
|
||||
Webapps.manifest \
|
||||
$(NULL)
|
||||
|
||||
EXTRA_PP_JS_MODULES += Webapps.jsm \
|
||||
$(NULL)
|
||||
|
||||
EXTRA_JS_MODULES += \
|
||||
DOMRequestHelper.jsm \
|
||||
IndexedDBHelper.jsm \
|
||||
|
Loading…
Reference in New Issue
Block a user