author | Ms2ger <ms2ger@gmail.com> |
Wed, 18 Jul 2012 12:36:08 +0200 | |
changeset 99529 | 5cf03e57aa48536e95bfc27a32fa18c8ef3cfb70 |
parent 99528 | 1968d3930f17effbdf91c90fef21fd64b11e90ae |
child 99530 | db381e1be51713339f5af1dade2d62d372c923e3 |
push id | 23139 |
push user | Ms2ger@gmail.com |
push date | Wed, 18 Jul 2012 10:37:46 +0000 |
treeherder | mozilla-central@bf09f11b69d8 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | froydnj |
bugs | 772829 |
milestone | 17.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/dom/tests/browser/Makefile.in +++ b/dom/tests/browser/Makefile.in @@ -1,28 +1,25 @@ -# # 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 = ../../.. -topsrcdir = @top_srcdir@ -srcdir = @srcdir@ -VPATH = @srcdir@ -relativesrcdir = dom/tests/browser +DEPTH := ../../.. +topsrcdir := @top_srcdir@ +srcdir := @srcdir@ +VPATH := @srcdir@ +relativesrcdir := dom/tests/browser include $(DEPTH)/config/autoconf.mk -include $(topsrcdir)/config/rules.mk -_BROWSER_FILES = \ - browser_focus_steal_from_chrome.js \ - browser_focus_steal_from_chrome_during_mousedown.js \ - browser_autofocus_background.js \ - browser_ConsoleAPITests.js \ - test-console-api.html \ - browser_ConsoleStorageAPITests.js \ - browser_ConsoleStoragePBTest.js \ - browser_autofocus_preference.js \ - browser_bug396843.js \ - $(NULL) +MOCHITEST_BROWSER_FILES := \ + browser_focus_steal_from_chrome.js \ + browser_focus_steal_from_chrome_during_mousedown.js \ + browser_autofocus_background.js \ + browser_ConsoleAPITests.js \ + test-console-api.html \ + browser_ConsoleStorageAPITests.js \ + browser_ConsoleStoragePBTest.js \ + browser_autofocus_preference.js \ + browser_bug396843.js \ + $(NULL) -libs:: $(_BROWSER_FILES) - $(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/browser/$(relativesrcdir) +include $(topsrcdir)/config/rules.mk