Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 38167b32a973084a1be49b4588fa194c7f2ae55b..ebbb5cd162b0e58b9bfa0649c64dc55ab1d9ab95 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -541,12 +541,9 @@ |
| # Enable basic printing for Chrome for Android but disable printing |
| # completely for WebView. |
|
joth
2013/11/04 20:30:38
needs update
sgurun-gerrit only
2013/11/21 18:25:43
Done.
|
| - ['OS=="android" and android_webview_build==0', { |
| + ['OS=="android"', { |
|
Peter Beverloo
2013/11/12 13:38:29
You can also consolidate this with the conditional
sgurun-gerrit only
2013/11/21 18:25:43
good point.
On 2013/11/12 13:38:29, Peter Beverlo
|
| 'enable_printing%': 2, |
| }], |
| - ['OS=="android" and android_webview_build==1', { |
| - 'enable_printing%': 0, |
| - }], |
| # Android OS includes support for proprietary codecs regardless of |
| # building Chromium or Google Chrome. We also ship Google Chrome with |