gecko/CLOBBER
Michael Comella 48b752fbbe Bug 991256 - Rename preprocessed Gecko* -> Themed* in widget/. r=bnicholson
--HG--
rename : mobile/android/base/widget/GeckoEditText.java.in => mobile/android/base/widget/ThemedEditText.java.in
rename : mobile/android/base/widget/GeckoImageButton.java.in => mobile/android/base/widget/ThemedImageButton.java.in
rename : mobile/android/base/widget/GeckoImageView.java.in => mobile/android/base/widget/ThemedImageView.java.in
rename : mobile/android/base/widget/GeckoLinearLayout.java.in => mobile/android/base/widget/ThemedLinearLayout.java.in
rename : mobile/android/base/widget/GeckoRelativeLayout.java.in => mobile/android/base/widget/ThemedRelativeLayout.java.in
rename : mobile/android/base/widget/GeckoTextSwitcher.java.in => mobile/android/base/widget/ThemedTextSwitcher.java.in
rename : mobile/android/base/widget/GeckoTextView.java.in => mobile/android/base/widget/ThemedTextView.java.in
rename : mobile/android/base/widget/GeckoView.java.frag => mobile/android/base/widget/ThemedView.java.frag
2014-04-02 15:56:52 -07:00

26 lines
1.1 KiB
Plaintext

# To Trigger a clobber replace ALL of the textual description below,
# giving a bug number and a one line description of why a clobber is
# required. Modifying this file will make configure check that a
# clobber has been performed before the build can continue.
#
# MERGE NOTE: When merging two branches that require a CLOBBER, you should
# merge both CLOBBER descriptions, to ensure that users on
# both branches correctly see the clobber warning.
#
# O <-- Users coming from both parents need to Clobber
# / \
# O O
# | |
# O <-- Clobber O <-- Clobber
#
# Note: The description below will be part of the error message shown to users.
#
# Modifying this file will now automatically clobber the buildbot machines \o/
#
# Are you updating CLOBBER because you think it's needed for your WebIDL
# changes to stick? As of bug 928195, this shouldn't be necessary! Please
# don't change CLOBBER for WebIDL changes any more.
Bug 916012 moves definition from one WEBIDL_FILE to another (Bug 979886)