| Index: trunk/src/build/config/features.gni
|
| ===================================================================
|
| --- trunk/src/build/config/features.gni (revision 284516)
|
| +++ trunk/src/build/config/features.gni (working copy)
|
| @@ -56,9 +56,9 @@
|
| # fully, and 2 enables only the codepath to generate a Metafile (e.g. usually
|
| # a PDF or EMF) and disables print preview, cloud print, UI, etc.
|
| if (is_android) {
|
| - printing_mode = 2
|
| + enable_printing = 2
|
| } else {
|
| - printing_mode = 1
|
| + enable_printing = 1
|
| }
|
|
|
| # The seccomp-bpf sandbox is only supported on three architectures
|
|
|