Index: chrome/chrome_tests.gypi |
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi |
index 7e69db8b12d92132a09029088cb861181ef33d79..151cf2c22f2e24835bca305fa3d6ce8d3a85abbe 100644 |
--- a/chrome/chrome_tests.gypi |
+++ b/chrome/chrome_tests.gypi |
@@ -2106,6 +2106,12 @@ |
['exclude', '^browser/automation/'], |
], |
}], |
+ ['enable_printing!=1', { |
+ 'sources/': [ |
+ ['exclude', '^browser/printing/'], |
+ ['exclude', '^browser/ui/webui/print_preview/'], |
+ ], |
+ }], |
['enable_session_service!=1', { |
'sources!': [ |
'browser/sessions/session_service_unittest.cc', |
@@ -2366,14 +2372,12 @@ |
'sources/': [ |
['exclude', '^browser/captive_portal/'], |
['exclude', '^browser/chrome_to_mobile'], |
- ['exclude', '^browser/printing/'], |
['exclude', '^browser/themes/'], |
['exclude', '^browser/ui/panels'], |
['exclude', '^browser/ui/tabs/'], |
['exclude', '^browser/ui/toolbar/'], |
['exclude', '^browser/ui/webui/options/'], |
['exclude', '^browser/ui/webui/options2/'], |
- ['exclude', '^browser/ui/webui/print_preview/'], |
# No service process on Android. |
['exclude', '^common/service_'], |
['exclude', '^service/'], |