| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index d4c00c688df03942a2431b0c51cec420117b369d..8184ca28dbfe8360fb865a054942448f50f92827 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -2236,6 +2236,11 @@
|
| ['exclude', '^browser/automation/'],
|
| ],
|
| }],
|
| + ['enable_session_service!=1', {
|
| + 'sources!': [
|
| + 'browser/sessions/session_service_unittest.cc',
|
| + ],
|
| + }],
|
| ['chromeos==1', {
|
| 'sources/': [
|
| ['exclude', '^browser/password_manager/native_backend_gnome_x_unittest.cc'],
|
| @@ -2464,7 +2469,6 @@
|
| 'browser/browser_commands_unittest.cc',
|
| 'browser/net/gaia/gaia_oauth_fetcher_unittest.cc',
|
| 'browser/profiles/off_the_record_profile_impl_unittest.cc',
|
| - 'browser/sessions/session_service_unittest.cc',
|
| 'browser/sync/profile_sync_service_session_unittest.cc',
|
| 'browser/sync/sync_global_error_unittest.cc',
|
| 'browser/sync/sync_setup_wizard_unittest.cc',
|
|
|