Loading tbb-tests/mochitest.ini 0 → 100644 +2 −0 Original line number Diff line number Diff line [DEFAULT] tbb-tests/moz.build 0 → 100644 +10 −0 Original line number Diff line number Diff line # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # vim: set filetype=python: # 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/. MOCHITEST_MANIFESTS += ['mochitest.ini'] #BROWSER_CHROME_MANIFESTS += [ 'browser.ini' ] toolkit/toolkit.mozbuild +2 −1 Original line number Diff line number Diff line Loading @@ -84,7 +84,8 @@ if CONFIG['MOZ_OMX_PLUGIN']: ] if CONFIG['ENABLE_TESTS']: DIRS += ['/testing/specialpowers'] DIRS += ['/testing/specialpowers', '/tbb-tests'] DIRS += [ '/testing/gtest', Loading Loading
tbb-tests/moz.build 0 → 100644 +10 −0 Original line number Diff line number Diff line # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # vim: set filetype=python: # 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/. MOCHITEST_MANIFESTS += ['mochitest.ini'] #BROWSER_CHROME_MANIFESTS += [ 'browser.ini' ]
toolkit/toolkit.mozbuild +2 −1 Original line number Diff line number Diff line Loading @@ -84,7 +84,8 @@ if CONFIG['MOZ_OMX_PLUGIN']: ] if CONFIG['ENABLE_TESTS']: DIRS += ['/testing/specialpowers'] DIRS += ['/testing/specialpowers', '/tbb-tests'] DIRS += [ '/testing/gtest', Loading