Issue #65 - Remove AppConstants from toolkit/components/places

This commit is contained in:
Matt A. Tobin 2020-02-06 09:43:27 -05:00 committed by Roy Tam
commit afa0dd0701
2 changed files with 7 additions and 3 deletions

View file

@ -72,9 +72,10 @@ if CONFIG['MOZ_PLACES']:
'PlacesSearchAutocompleteProvider.jsm',
'PlacesSyncUtils.jsm',
'PlacesTransactions.jsm',
'PlacesUtils.jsm',
]
EXTRA_PP_JS_MODULES += ['PlacesUtils.jsm']
EXTRA_COMPONENTS += [
'ColorAnalyzer.js',
'nsLivemarkService.js',