зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
56339f490b
Коммит
92b72bf21b
|
@ -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']
|
||||
|
|
Загрузка…
Ссылка в новой задаче