2012-01-19 07:01:43 -08:00
|
|
|
# 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/.
|
|
|
|
|
2013-06-23 00:16:19 -07:00
|
|
|
MOCHITEST_BROWSER_FILES := \
|
2012-01-19 07:01:43 -08:00
|
|
|
browser_thumbnails_capture.js \
|
2012-09-28 01:42:32 -07:00
|
|
|
browser_thumbnails_expiration.js \
|
2012-05-14 23:11:08 -07:00
|
|
|
browser_thumbnails_privacy.js \
|
2012-03-23 11:12:43 -07:00
|
|
|
browser_thumbnails_redirect.js \
|
2012-05-02 13:11:19 -07:00
|
|
|
browser_thumbnails_storage.js \
|
2013-02-11 06:47:22 -08:00
|
|
|
browser_thumbnails_storage_migrate3.js \
|
2012-03-16 08:13:58 -07:00
|
|
|
browser_thumbnails_bug726727.js \
|
2013-02-27 04:37:45 -08:00
|
|
|
browser_thumbnails_bug727765.js \
|
2013-08-07 13:48:07 -07:00
|
|
|
browser_thumbnails_bug818225.js \
|
2012-01-19 07:01:43 -08:00
|
|
|
head.js \
|
2012-03-23 11:12:43 -07:00
|
|
|
background_red.html \
|
2013-02-27 04:37:45 -08:00
|
|
|
background_red_scroll.html \
|
2012-03-23 11:12:43 -07:00
|
|
|
background_red_redirect.sjs \
|
2012-05-14 23:11:08 -07:00
|
|
|
privacy_cache_control.sjs \
|
2013-09-09 19:58:57 -07:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
ifndef RELEASE_BUILD
|
|
|
|
MOCHITEST_BROWSER_FILES += \
|
|
|
|
browser_thumbnails_background.js \
|
2013-09-10 20:22:57 -07:00
|
|
|
browser_thumbnails_background_crash.js \
|
2013-09-09 19:58:57 -07:00
|
|
|
browser_thumbnails_update.js \
|
2013-05-06 21:10:28 -07:00
|
|
|
thumbnails_background.sjs \
|
2013-09-10 20:22:57 -07:00
|
|
|
thumbnails_crash_content_helper.js \
|
2013-08-19 16:26:33 -07:00
|
|
|
thumbnails_update.sjs \
|
2012-01-19 07:01:43 -08:00
|
|
|
$(NULL)
|
2013-09-09 19:58:57 -07:00
|
|
|
endif
|