Revision 47fd2640f74a19aa7e190da93fc70ed6d8b7a065 authored by Gaia Pushbot on 22 January 2014, 19:15:54 UTC, committed by Gaia Pushbot on 22 January 2014, 19:15:54 UTC
========

https://hg.mozilla.org/integration/gaia-1_3/rev/54db68e1e861
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #15235 from huchengtw-moz/gallery/Bug_951241-blue-line

Bug 951241 - [B2G][Gallery][Image Edit] Image preview in edit mode shows...,  r=djf
(cherry picked from commit c99867fe9ba161535e764ba6582ea13a7c25e324)

========

https://hg.mozilla.org/integration/gaia-1_3/rev/0d133e3490c7
Author: John Ford <john@johnford.info>
Desc: Revert "Merge pull request #15540 from SasikalaParuchuri/Bug_935991_Added_Test_For_Delete_Option"

This reverts commit 4c3e265f50d32d778654f81079092c94a6fd2b4f.
1 parent 7d9d398
Raw File
Makefile.in
# This Source Code Form is subject to the terms of the Mozilla Public
# 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 $(topsrcdir)/config/rules.mk

ifdef MAKENSISU

# For Windows build the uninstaller during the application build since the
# uninstaller is included with the application for mar file generation.
libs::
	$(MAKE) -C installer/windows uninstaller
ifdef MOZ_MAINTENANCE_SERVICE
	$(MAKE) -C installer/windows maintenanceservice_installer
endif
endif

check::
	$(PYTHON) $(topsrcdir)/build/compare-mozconfig/compare-mozconfigs-wrapper.py
back to top