Chromium Code Reviews| Index: chrome/chrome_common.gypi |
| diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi |
| index e5bdb5212fe1b370def2282fa2f794f72b5721be..c29bd660305f8fc81992fb0592e146213362db44 100644 |
| --- a/chrome/chrome_common.gypi |
| +++ b/chrome/chrome_common.gypi |
| @@ -661,6 +661,12 @@ |
| 'common/media/webrtc_logging_messages.h', |
| ] |
| }], |
| + ['enable_printing==0', { |
| + 'sources!': [ |
| + 'common/print_messages.cc', |
| + 'common/print_messages.h', |
| + ] |
| + }], |
| ], |
| 'target_conditions': [ |
| ['OS == "ios"', { |