| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index dc96fa790edee568b7a2754ff6053e8d764d3213..c35827972702e1565a9e8e46e17f4c838098c867 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -2455,6 +2455,12 @@
|
| 'sources/': [
|
| ['exclude', '^browser/captive_portal/'],
|
| ['exclude', '^browser/chrome_to_mobile'],
|
| + ['exclude', '^browser/first_run/'],
|
| + ['exclude', '^browser/importer/'],
|
| + ['exclude', '^browser/lifetime/'],
|
| + ['exclude', '^browser/speech/'],
|
| + ['exclude', '^browser/sync/glue/app_'],
|
| + ['exclude', '^browser/sync/glue/extension_'],
|
| ['exclude', '^browser/themes/'],
|
| ['exclude', '^browser/ui/intents/'],
|
| ['exclude', '^browser/ui/omnibox/'],
|
| @@ -2471,6 +2477,7 @@
|
| ['exclude', '^browser/ui/webui/suggestions_internals'],
|
| ['exclude', '^browser/ui/webui/sync_promo'],
|
| # No service process on Android.
|
| + ['exclude', '^browser/service/'],
|
| ['exclude', '^common/service_'],
|
| ['exclude', '^service/'],
|
| ],
|
|
|