Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(484)

Unified Diff: chrome/chrome_tests.gypi

Issue 7006005: Move UrlFetcher to content. I originally thought that it's only used by chrome code, but turns o... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix linux Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/net/gaia/gaia_auth_fetcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/net/gaia/gaia_auth_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698