| Index: build/config/BUILD.gn
|
| diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
|
| index 7fbbd5d70efbd85c6c600cbb5e86c055e150a020..3f3506b7bd4acba871e6c36b17acaea95875cc0e 100644
|
| --- a/build/config/BUILD.gn
|
| +++ b/build/config/BUILD.gn
|
| @@ -55,9 +55,9 @@ config("feature_flags") {
|
| defines += [ "ENABLE_PLUGINS=1" ]
|
| }
|
| if (printing_mode > 0) {
|
| - defines += [ "ENABLE_PRINTING=1" ]
|
| + defines += [ "ENABLE_PRINTING=1", "ENABLE_BASIC_PRINTING=1" ]
|
| if (printing_mode < 2) {
|
| - defines += [ "ENABLE_FULL_PRINTING=1" ]
|
| + defines += [ "ENABLE_PRINT_PREVIEW=1" ]
|
| }
|
| }
|
| if (enable_spellcheck) {
|
|
|