https://github.com/mozilla/gecko-dev
Revision 76c84f353dd984ca95aaea85984488e5f6478e15 authored by Shilpan Bhagat on 15 August 2013, 21:37:21 UTC, committed by Shilpan Bhagat on 15 August 2013, 21:37:21 UTC
1 parent dfbb45c
Raw File
Tip revision: 76c84f353dd984ca95aaea85984488e5f6478e15 authored by Shilpan Bhagat on 15 August 2013, 21:37:21 UTC
Bug 899560 - Set an explicit width on Button:Toasts for tablets. r=wesj a=bajaj
Tip revision: 76c84f3
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/.

DEPTH      = @DEPTH@
topsrcdir  = @top_srcdir@
srcdir     = @srcdir@
VPATH      = @srcdir@

include $(DEPTH)/config/autoconf.mk

include $(topsrcdir)/config/rules.mk
include $(topsrcdir)/testing/testsuite-targets.mk
back to top