diff options
Diffstat (limited to 'toolkit/components/places/moz.build')
-rw-r--r-- | toolkit/components/places/moz.build | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/toolkit/components/places/moz.build b/toolkit/components/places/moz.build index 478b18e02..0d0ea7768 100644 --- a/toolkit/components/places/moz.build +++ b/toolkit/components/places/moz.build @@ -4,9 +4,6 @@ # 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/. -if CONFIG['MOZ_PLACES']: - TEST_DIRS += ['tests'] - XPIDL_SOURCES += [ 'nsINavHistoryService.idl', ] @@ -93,8 +90,5 @@ if CONFIG['MOZ_PLACES']: include('/ipc/chromium/chromium-config.mozbuild') -with Files('**'): - BUG_COMPONENT = ('Toolkit', 'Places') - if CONFIG['GNU_CXX']: CXXFLAGS += ['-Wno-error=shadow'] |