Chromium Code Reviews| Index: components/components.gyp |
| diff --git a/components/components.gyp b/components/components.gyp |
| index c6619c62dedde227fa636a97176f5763c848a181..a00c4e0bc10ae087aa167b38d6feb1266b03e161 100644 |
| --- a/components/components.gyp |
| +++ b/components/components.gyp |
| @@ -139,10 +139,8 @@ |
| 'webdata_services.gypi', |
| ], |
| }], |
| - ['android_webview_build == 0 and OS != "ios"', { |
| + ['OS != "ios" and (enable_basic_printing==1 or enable_print_preview==1)', { |
|
Vitaly Buka (NO REVIEWS)
2015/01/08 22:54:27
Isn't (enable_basic_printing==0 and enable_print_p
dgn
2015/01/16 10:26:43
Done.
|
| 'includes': [ |
| - # TODO(dgn) move it to a condition based on whether print is enabled |
| - # once the duplicates have been removed from webview. |
| 'printing.gypi', |
| ], |
| }], |