diff options
Diffstat (limited to 'components/components.gyp')
-rw-r--r-- | components/components.gyp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/components/components.gyp b/components/components.gyp index 6d3fb3e..0972d45 100644 --- a/components/components.gyp +++ b/components/components.gyp @@ -140,6 +140,13 @@ 'webdata_services.gypi', ], }], + ['android_webview_build == 0 and OS != "ios"', { + 'includes': [ + # TODO(dgn) move it to a condition based on whether print is enabled + # once the duplicates have been removed from webview. + 'printing.gypi', + ], + }], ['enable_plugins==1', { 'includes': [ 'pdf.gypi', |