Do not collect network_session_configurator and libjavascript

Unship javascript.lib from windows
https://pdfium-review.googlesource.com/c/pdfium/+/17047
This commit is contained in:
Samuel Attard 2018-03-28 17:29:30 +11:00 коммит произвёл Aleksei Kuzmin
Родитель 78e69f1fdd
Коммит 8489c2d2d3
2 изменённых файлов: 0 добавлений и 9 удалений

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

@ -153,7 +153,6 @@ with open(args.out, 'w') as out:
"components/mus/input_devices",
"components/mus/public",
"components/network_session_configurator/browser",
"components/network_session_configurator/common",
"components/os_crypt",
"components/password_manager/core/common",
"components/payments",

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

@ -84,7 +84,6 @@ BINARIES = {
BINARIES_SHARED_LIBRARY = {
'darwin': [
os.path.join('obj', 'components', 'cdm', 'renderer', 'librenderer.a'),
os.path.join('obj', 'components', 'network_session_configurator', 'common', 'libcommon.a'),
os.path.join('obj', 'net', 'libhttp_server.a'),
os.path.join('obj', 'third_party', 'webrtc', 'rtc_base', 'librtc_base.a'),
os.path.join('obj', 'third_party', 'webrtc', 'rtc_base', 'librtc_base_generic.a'),
@ -102,12 +101,10 @@ BINARIES_SHARED_LIBRARY = {
os.path.join('obj', 'third_party', 'pdfium', 'libfxcrt.a'),
os.path.join('obj', 'third_party', 'pdfium', 'libfxge.a'),
os.path.join('obj', 'third_party', 'pdfium', 'libfxjs.a'),
os.path.join('obj', 'third_party', 'pdfium', 'libjavascript.a'),
os.path.join('obj', 'third_party', 'pdfium', 'libpwl.a'),
],
'linux': [
os.path.join('obj', 'components', 'cdm', 'renderer', 'librenderer.a'),
os.path.join('obj', 'components', 'network_session_configurator', 'common', 'libcommon.a'),
os.path.join('obj', 'net', 'libhttp_server.a'),
os.path.join('obj', 'third_party', 'webrtc', 'rtc_base', 'librtc_base.a'),
os.path.join('obj', 'third_party', 'webrtc', 'rtc_base', 'librtc_base_generic.a'),
@ -125,7 +122,6 @@ BINARIES_SHARED_LIBRARY = {
os.path.join('obj', 'third_party', 'pdfium', 'libfxcrt.a'),
os.path.join('obj', 'third_party', 'pdfium', 'libfxge.a'),
os.path.join('obj', 'third_party', 'pdfium', 'libfxjs.a'),
os.path.join('obj', 'third_party', 'pdfium', 'libjavascript.a'),
os.path.join('obj', 'third_party', 'pdfium', 'libpwl.a'),
],
'win32': [
@ -135,8 +131,6 @@ BINARIES_SHARED_LIBRARY = {
os.path.join('obj', 'base', 'win', 'pe_image.lib'),
os.path.join('obj', 'components', 'cdm', 'renderer', 'renderer_cc.pdb'),
os.path.join('obj', 'components', 'cdm', 'renderer', 'renderer.lib'),
os.path.join('obj', 'components', 'network_session_configurator', 'common', 'common_cc.pdb'),
os.path.join('obj', 'components', 'network_session_configurator', 'common', 'common.lib'),
os.path.join('obj', 'net', 'http_server_cc.pdb'),
os.path.join('obj', 'net', 'http_server.lib'),
os.path.join('obj', 'pdf', 'pdf_cc.pdb'),
@ -166,8 +160,6 @@ BINARIES_SHARED_LIBRARY = {
os.path.join('obj', 'third_party', 'pdfium', 'fxge.lib'),
os.path.join('obj', 'third_party', 'pdfium', 'fxjs_cc.pdb'),
os.path.join('obj', 'third_party', 'pdfium', 'fxjs.lib'),
os.path.join('obj', 'third_party', 'pdfium', 'javascript_cc.pdb'),
os.path.join('obj', 'third_party', 'pdfium', 'javascript.lib'),
os.path.join('obj', 'third_party', 'pdfium', 'pwl_cc.pdb'),
os.path.join('obj', 'third_party', 'pdfium', 'pwl.lib'),
os.path.join('obj', 'third_party', 'pdfium', 'third_party', 'bigint_cc.pdb'),