Chromium Code Reviews| Index: chrome/chrome_tests.gypi |
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi |
| index 5a7529f9a2d2b4732c4f814c2d0b0db9cd6db523..b2eb59c45395f8960343063df77b6a1cf9e85a90 100644 |
| --- a/chrome/chrome_tests.gypi |
| +++ b/chrome/chrome_tests.gypi |
| @@ -84,6 +84,8 @@ |
| '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', |
|
Lei Zhang
2011/02/09 01:56:37
nit: can you move browser/tab_contents/test_tab_co
|
| + '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', |
| @@ -1404,8 +1406,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', |
| @@ -2910,13 +2910,13 @@ |
| 'browser/autofill/autofill_common_test.h', |
| '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', |
| @@ -2924,6 +2924,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', |