| Index: chrome/chrome_tests.gypi
|
| ===================================================================
|
| --- chrome/chrome_tests.gypi (revision 87381)
|
| +++ chrome/chrome_tests.gypi (working copy)
|
| @@ -106,8 +106,6 @@
|
| 'browser/ui/cocoa/browser_test_helper.h',
|
| 'browser/ui/tab_contents/test_tab_contents_wrapper.cc',
|
| 'browser/ui/tab_contents/test_tab_contents_wrapper.h',
|
| - 'common/net/test_url_fetcher_factory.cc',
|
| - 'common/net/test_url_fetcher_factory.h',
|
| 'common/pref_store_observer_mock.cc',
|
| 'common/pref_store_observer_mock.h',
|
| 'renderer/mock_keyboard.cc',
|
| @@ -203,6 +201,8 @@
|
| '../content/common/notification_observer_mock.h',
|
| '../content/common/test_url_constants.cc',
|
| '../content/common/test_url_constants.h',
|
| + '../content/common/test_url_fetcher_factory.cc',
|
| + '../content/common/test_url_fetcher_factory.h',
|
| '../ui/gfx/image_unittest_util.h',
|
| '../ui/gfx/image_unittest_util.cc',
|
| ],
|
| @@ -1873,7 +1873,6 @@
|
| 'common/net/gaia/gaia_authenticator_unittest.cc',
|
| 'common/net/gaia/gaia_oauth_client_unittest.cc',
|
| 'common/net/gaia/google_service_auth_error_unittest.cc',
|
| - 'common/net/url_fetcher_unittest.cc',
|
| 'common/random_unittest.cc',
|
| 'common/service_process_util_unittest.cc',
|
| 'common/switch_utils_unittest.cc',
|
| @@ -1960,6 +1959,7 @@
|
| '../content/common/sandbox_mac_unittest_helper.h',
|
| '../content/common/sandbox_mac_unittest_helper.mm',
|
| '../content/common/sandbox_mac_system_access_unittest.mm',
|
| + '../content/common/url_fetcher_unittest.cc',
|
| '../content/gpu/gpu_idirect3d9_mock_win.cc',
|
| '../content/gpu/gpu_idirect3d9_mock_win.h',
|
| '../content/gpu/gpu_info_collector_unittest.cc',
|
|
|