зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1219147 - Move resource chrome.manifest line for webapprt to jar.mn. r=mshal
This allows FasterMake to produce this line properly.
This commit is contained in:
Родитель
d2d8de9a5d
Коммит
9b411d21fd
|
@ -2,14 +2,10 @@
|
|||
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
||||
# You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
# Include config.mk explicitly so we can override FINAL_TARGET.
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
||||
# Include rules.mk explicitly so we can use FINAL_TARGET. Also, the dependencies
|
||||
# for webapprt.ini need to be set after PP_TARGETS are expanded in rules.mk.
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
libs:: $(call mkdir_deps,$(FINAL_TARGET))
|
||||
$(call py_action,buildlist,$(FINAL_TARGET)/chrome.manifest 'resource webapprt ./')
|
||||
|
||||
MOZ_APP_BUILDID := $(shell cat $(DEPTH)/config/buildid)
|
||||
DEFINES += -DMOZ_APP_BUILDID=$(MOZ_APP_BUILDID)
|
||||
|
||||
|
|
|
@ -15,3 +15,7 @@ webapprt.jar:
|
|||
content/downloads/downloads.js (content/downloads/downloads.js)
|
||||
content/downloads/downloads.css (content/downloads/downloads.css)
|
||||
content/downloads/download.xml (content/downloads/download.xml)
|
||||
|
||||
# Trick to put the resource line in dist/bin/webapprt/chrome.manifest
|
||||
[.] chrome.jar:
|
||||
% resource webapprt ./
|
||||
|
|
Загрузка…
Ссылка в новой задаче