diff options
author | Matt A. Tobin <email@mattatobin.com> | 2014-07-02 00:07:24 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2014-07-02 05:58:53 -0400 |
commit | 77707b62085f862709562185e615634e7431080a (patch) | |
tree | cb1d173d0dbae3332df6d4a1160336e04c2286a7 /browser/components/feeds/test/chrome/Makefile.in | |
parent | 432326d2eae38aaacaeff9e790a2835d6578ee3b (diff) | |
download | palemoon-gre-77707b62085f862709562185e615634e7431080a.tar.gz |
Remove tests from /browser (except /browser/metro)
Diffstat (limited to 'browser/components/feeds/test/chrome/Makefile.in')
-rw-r--r-- | browser/components/feeds/test/chrome/Makefile.in | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/browser/components/feeds/test/chrome/Makefile.in b/browser/components/feeds/test/chrome/Makefile.in deleted file mode 100644 index 020e4b652..000000000 --- a/browser/components/feeds/test/chrome/Makefile.in +++ /dev/null @@ -1,27 +0,0 @@ -# -# 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@ -relativesrcdir = @relativesrcdir@ - -include $(DEPTH)/config/autoconf.mk - -# sample_feed.atom was copied from toolkit/components/places/tests/chrome -MOCHITEST_FILES = \ - sample_feed.atom \ - $(NULL) - -MOCHITEST_CHROME_FILES = \ - test_423060.xul \ - test_bug368464.html \ - test_bug408328.html \ - test_maxSniffing.html \ - $(NULL) - -include $(topsrcdir)/config/rules.mk - |