| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index ceea4de85a5cff92b9452c8fcb59060f17de4af7..e34fdc6c590545a0387f672eb32600ffd60adf3f 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -2456,6 +2456,15 @@
|
| 'sources!': [
|
| 'browser/bookmarks/bookmark_context_menu_controller_unittest.cc',
|
| 'browser/shell_integration_unittest.cc',
|
| +
|
| + # No service process (which also requires multiprocess lock)
|
| + 'common/multi_process_lock_unittest.cc',
|
| + 'common/service_process_util_unittest.cc',
|
| +
|
| + # Sync setup uses native ui.
|
| + 'browser/sync/sync_setup_wizard_unittest.cc',
|
| + 'browser/ui/webui/sync_setup_handler_unittest.cc',
|
| +
|
| 'browser/ui/window_sizer_unittest.cc',
|
| ],
|
| 'sources/': [
|
|
|