| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 6adfe513ff23b0a9a33bc80a4f15867515cde861..8e17736c5bdc4c23246ff0645cf445f639b3f5e4 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -3414,8 +3414,17 @@
|
| ],
|
| 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ],
|
| 'sources': [
|
| + 'app/chrome_command_ids.h',
|
| + 'app/chrome_dll.rc',
|
| + 'app/chrome_dll_resource.h',
|
| + 'app/chrome_version.rc.version',
|
| 'browser/password_manager/password_form_data.cc',
|
| + 'browser/sessions/session_backend.cc',
|
| + 'browser/sync/glue/session_model_associator.cc',
|
| 'test/base/out_of_proc_test_runner.cc',
|
| + 'test/base/test_notification_tracker.cc',
|
| + 'test/base/test_notification_tracker.h',
|
| + 'test/data/resource.rc',
|
| 'test/live_sync/autofill_helper.cc',
|
| 'test/live_sync/autofill_helper.h',
|
| 'test/live_sync/bookmarks_helper.cc',
|
|
|