Bug 1533156 - Remove toolkit/components/reader from GeckoView. r=snorp

Differential Revision: https://phabricator.services.mozilla.com/D49035

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Agi Sferro 2019-11-18 16:48:36 +00:00
Родитель 56339f490b
Коммит 92b72bf21b
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -56,7 +56,6 @@ DIRS += [
'promiseworker',
'prompts',
'protobuf',
'reader',
'remotebrowserutils',
'remotepagemanager',
'reflect',
@ -85,7 +84,10 @@ DIRS += [
]
if CONFIG['MOZ_BUILD_APP'] != 'mobile/android':
DIRS += ['narrate'];
DIRS += [
'narrate',
'reader',
];
if CONFIG['NS_PRINTING']:
DIRS += ['printing']