| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index ccce188b60955928e673416ceed0c4255fce21d8..2b56187d504448443537d6c694a158d6ef7377ee 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -86,12 +86,14 @@
|
| 'browser/renderer_host/test/test_backing_store.h',
|
| 'browser/renderer_host/test/test_render_view_host.cc',
|
| 'browser/renderer_host/test/test_render_view_host.h',
|
| - 'browser/tab_contents/test_tab_contents.cc',
|
| - 'browser/tab_contents/test_tab_contents.h',
|
| + 'browser/sessions/session_service_test_helper.cc',
|
| + 'browser/sessions/session_service_test_helper.h',
|
| 'browser/sync/profile_sync_service_mock.cc',
|
| 'browser/sync/profile_sync_service_mock.h',
|
| 'browser/sync/syncable/syncable_mock.cc',
|
| 'browser/sync/syncable/syncable_mock.h',
|
| + 'browser/tab_contents/test_tab_contents.cc',
|
| + 'browser/tab_contents/test_tab_contents.h',
|
| 'browser/ui/browser.h',
|
| 'browser/ui/cocoa/browser_test_helper.h',
|
| 'browser/ui/tab_contents/test_tab_contents_wrapper.cc',
|
| @@ -1407,8 +1409,6 @@
|
| 'browser/search_engines/template_url_scraper_unittest.cc',
|
| 'browser/search_engines/template_url_unittest.cc',
|
| 'browser/sessions/session_backend_unittest.cc',
|
| - 'browser/sessions/session_service_test_helper.cc',
|
| - 'browser/sessions/session_service_test_helper.h',
|
| 'browser/sessions/session_service_unittest.cc',
|
| 'browser/shell_integration_unittest.cc',
|
| 'browser/speech/endpointer/endpointer_unittest.cc',
|
| @@ -2915,13 +2915,13 @@
|
| 'app/chrome_dll_version.rc.version',
|
| 'browser/password_manager/password_form_data.cc',
|
| 'browser/sessions/session_backend.cc',
|
| - 'browser/sessions/session_service_test_helper.cc',
|
| 'browser/sync/glue/session_model_associator.cc',
|
| 'test/bookmark_load_observer.h',
|
| 'test/out_of_proc_test_runner.cc',
|
| 'test/live_sync/bookmark_model_verifier.cc',
|
| 'test/live_sync/bookmark_model_verifier.h',
|
| 'test/live_sync/live_autofill_sync_test.h',
|
| + 'test/live_sync/live_bookmarks_sync_test.cc',
|
| 'test/live_sync/live_bookmarks_sync_test.h',
|
| 'test/live_sync/live_extensions_sync_test_base.cc',
|
| 'test/live_sync/live_extensions_sync_test_base.h',
|
| @@ -2929,6 +2929,7 @@
|
| 'test/live_sync/live_extensions_sync_test.h',
|
| 'test/live_sync/live_passwords_sync_test.h',
|
| 'test/live_sync/live_preferences_sync_test.h',
|
| + 'test/live_sync/live_sessions_sync_test.cc',
|
| 'test/live_sync/live_sessions_sync_test.h',
|
| 'test/live_sync/live_themes_sync_test.cc',
|
| 'test/live_sync/live_themes_sync_test.h',
|
|
|