Index: chrome/chrome_common.gypi |
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi |
index f7f3edacce12691be727ef1783ac332873f3ba93..dc15523e9a60aded77e13afc4795a860d80b6fb8 100644 |
--- a/chrome/chrome_common.gypi |
+++ b/chrome/chrome_common.gypi |
@@ -87,8 +87,6 @@ |
'common/pref_names_util.cc', |
'common/pref_names_util.h', |
'common/prerender_types.h', |
- 'common/print_messages.cc', |
- 'common/print_messages.h', |
'common/profiling.cc', |
'common/profiling.h', |
'common/ref_counted_util.h', |
@@ -413,13 +411,9 @@ |
'common/pepper_permission_util.h', |
], |
}], |
- ['enable_basic_printing==0 and enable_print_preview==0', { |
- 'sources!': [ |
- 'common/print_messages.cc', |
- 'common/print_messages.h', |
- ] |
- }, { |
+ ['enable_basic_printing==1 or enable_print_preview==1', { |
'dependencies': [ |
+ '<(DEPTH)/components/components.gyp:printing_common', |
'<(DEPTH)/printing/printing.gyp:printing', |
], |
}], |