Skip to content

Commit f594de1

Browse files
committed
fix windows printing
1 parent 080f170 commit f594de1

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

nw.gypi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,10 @@
516516
'src/browser/shell_content_utility_client.cc',
517517
'src/browser/shell_content_utility_client.h',
518518
'<(DEPTH)/chrome/browser/printing/pdf_to_emf_converter.cc',
519+
'<(DEPTH)/chrome/utility/cloud_print/bitmap_image.cc',
520+
'<(DEPTH)/chrome/utility/cloud_print/bitmap_image.h',
521+
'<(DEPTH)/chrome/utility/cloud_print/pwg_encoder.cc',
522+
'<(DEPTH)/chrome/utility/cloud_print/pwg_encoder.h',
519523
],
520524
'resource_include_dirs': [
521525
'<(SHARED_INTERMEDIATE_DIR)/webkit',

tools/package_binaries.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ def generate_target_nw(platform_name, arch, version):
130130
'icudtl.dat',
131131
'libEGL.dll',
132132
'libGLESv2.dll',
133+
'pdf.dll',
133134
'nw.exe',
134135
'nw.pak',
135136
'locales',

0 commit comments

Comments
 (0)