Skip to content
This repository was archived by the owner on Apr 3, 2020. It is now read-only.

Commit e8bc8e3

Browse files
author
Mrunal Kapade
committed
Disable print preview in common.gypi in crosswalk rather than cr-cw
1 parent 071d2e6 commit e8bc8e3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build/common.gypi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@
7373
# Whether to disable NaCl support.
7474
'disable_nacl%': 0,
7575

76+
# Disable print preview as it enables lot of unnecessary preview code which
77+
# we don't need. Also, if we enable it disables basic printing without
78+
# implementing additional code for preview.
79+
'enable_print_preview%': 0,
80+
7681
# From src/third_party/ffmpeg/ffmpeg.gyp.
7782
# Whether to build the Chromium or Google Chrome version of FFmpeg (the
7883
# latter contains additional codecs).

0 commit comments

Comments
 (0)