Chromium Code Reviews| Index: trunk/src/build/config/BUILD.gn |
| =================================================================== |
| --- trunk/src/build/config/BUILD.gn (revision 284516) |
| +++ trunk/src/build/config/BUILD.gn (working copy) |
| @@ -52,9 +52,9 @@ |
| if (enable_plugins) { |
| defines += [ "ENABLE_PLUGINS=1" ] |
| } |
| - if (printing_mode > 0) { |
| + if (enable_printing > 0) { |
| defines += [ "ENABLE_PRINTING=1" ] |
| - if (printing_mode < 2) { |
| + if (enable_printing < 2) { |
| defines += [ "ENABLE_FULL_PRINTING=1" ] |
| } |
| } |