/toolkit/mozapps/downloads/tests/chrome/Makefile.in

http://github.com/zpao/v8monkey · Autoconf · 95 lines · 49 code · 6 blank · 40 comment · 0 complexity · ac522985047e8d8ce6ef91f809752f8f MD5 · raw file

  1. #
  2. # ***** BEGIN LICENSE BLOCK *****
  3. # Version: MPL 1.1/GPL 2.0/LGPL 2.1
  4. #
  5. # The contents of this file are subject to the Mozilla Public License Version
  6. # 1.1 (the "License"); you may not use this file except in compliance with
  7. # the License. You may obtain a copy of the License at
  8. # http://www.mozilla.org/MPL/
  9. #
  10. # Software distributed under the License is distributed on an "AS IS" basis,
  11. # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  12. # for the specific language governing rights and limitations under the
  13. # License.
  14. #
  15. # The Original Code is Mozilla code.
  16. #
  17. # The Initial Developer of the Original Code is
  18. # Mozilla Corporation.
  19. # Portions created by the Initial Developer are Copyright (C) 2008
  20. # the Initial Developer. All Rights Reserved.
  21. #
  22. # Contributor(s):
  23. # Shawn Wilsher <me@shawnwilsher.com> (Original Author)
  24. # Edward Lee <edward.lee@engineering.uiuc.edu>
  25. #
  26. # Alternatively, the contents of this file may be used under the terms of
  27. # either the GNU General Public License Version 2 or later (the "GPL"), or
  28. # the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  29. # in which case the provisions of the GPL or the LGPL are applicable instead
  30. # of those above. If you wish to allow use of your version of this file only
  31. # under the terms of either the GPL or the LGPL, and not to allow others to
  32. # use your version of this file under the terms of the MPL, indicate your
  33. # decision by deleting the provisions above and replace them with the notice
  34. # and other provisions required by the GPL or the LGPL. If you do not delete
  35. # the provisions above, a recipient may use your version of this file under
  36. # the terms of any one of the MPL, the GPL or the LGPL.
  37. #
  38. # ***** END LICENSE BLOCK *****
  39. DEPTH = ../../../../..
  40. topsrcdir = @top_srcdir@
  41. srcdir = @srcdir@
  42. VPATH = @srcdir@
  43. relativesrcdir = toolkit/mozapps/downloads/tests/chrome
  44. include $(DEPTH)/config/autoconf.mk
  45. include $(topsrcdir)/config/rules.mk
  46. # temporarily disabled test (bug 483200)
  47. # test_retention_is_0_closes.xul \
  48. _CHROME_FILES = \
  49. test_basic_functionality.xul \
  50. test_cleanup_search.xul \
  51. test_clear_button_disabled.xul \
  52. test_close_download_manager.xul \
  53. test_delete_key_removes.xul \
  54. test_destinationURI_annotation.xul \
  55. test_esc_key_closes_clears.xul \
  56. test_multi_select.xul \
  57. test_multiword_search.xul \
  58. test_pause_button_state.xul \
  59. test_removeDownload_updates_ui.xul \
  60. test_search_clearlist.xul \
  61. test_search_keys.xul \
  62. test_select_all.xul \
  63. test_space_key_pauses_resumes.xul \
  64. test_privatebrowsing_title.xul \
  65. test_ui_stays_open_on_alert_clickback.xul \
  66. test_unknownContentType_dialog_layout.xul \
  67. test_bug_412360.xul \
  68. test_bug_429247.xul \
  69. test_bug_462172.xul \
  70. test_close_on_last_window.xul \
  71. unknownContentType_dialog_layout_data.txt \
  72. unknownContentType_dialog_layout_data.txt^headers^ \
  73. unknownContentType_dialog_layout_data.pif \
  74. unknownContentType_dialog_layout_data.pif^headers^ \
  75. utils.js \
  76. $(NULL)
  77. ifneq (,$(filter cocoa, $(MOZ_WIDGET_TOOLKIT)))
  78. _CHROME_FILES += \
  79. test_backspace_key_removes.xul \
  80. $(NULL)
  81. endif
  82. ifeq ($(OS_ARCH),WINNT)
  83. _CHROME_FILES += \
  84. test_taskbarprogress_downloadstates.xul \
  85. test_taskbarprogress_service.xul \
  86. $(NULL)
  87. endif
  88. libs:: $(_CHROME_FILES)
  89. $(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/chrome/$(relativesrcdir)