Chromium Code Reviews| Index: content/browser/BUILD.gn |
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn |
| index fe3c729626b4fb2126b573d86b51fc1858c67660..a2b0f26c6d6865c05c0b2652f56acc7bb1950c06 100644 |
| --- a/content/browser/BUILD.gn |
| +++ b/content/browser/BUILD.gn |
| @@ -134,7 +134,7 @@ source_set("browser") { |
| sources += [ "gamepad/gamepad_platform_data_fetcher.cc" ] |
| } |
| - if (enable_printing != 0) { |
| + if (printing_mode != 0) { |
| deps += [ "//printing" ] |
| } |