| Index: components/components.gyp
|
| diff --git a/components/components.gyp b/components/components.gyp
|
| index 0972d45d32689cb2f08ab1e65499981a496fb050..b6902294b8ef6908c7873bf7d6fa5f328e475755 100644
|
| --- a/components/components.gyp
|
| +++ b/components/components.gyp
|
| @@ -140,10 +140,8 @@
|
| 'webdata_services.gypi',
|
| ],
|
| }],
|
| - ['android_webview_build == 0 and OS != "ios"', {
|
| + ['enable_basic_printing==1 or enable_print_preview==1', {
|
| 'includes': [
|
| - # TODO(dgn) move it to a condition based on whether print is enabled
|
| - # once the duplicates have been removed from webview.
|
| 'printing.gypi',
|
| ],
|
| }],
|
|
|