| Index: components/components.gyp
|
| diff --git a/components/components.gyp b/components/components.gyp
|
| index f21dc39c955d49dc7bb7a8af5ef0dd9fbc55b10d..c6619c62dedde227fa636a97176f5763c848a181 100644
|
| --- a/components/components.gyp
|
| +++ b/components/components.gyp
|
| @@ -139,6 +139,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',
|
|
|