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

Unified Diff: chrome/chrome_tests.gypi

Issue 10928017: Moving google_apis and GaiaClient to src/google_apis. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to head Created 8 years, 3 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/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 6c1da7e9808c7193893f70f284aacd1ba5614c45..0ff032d3394e4cd8232823288c5ec574542a7a6a 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -197,7 +197,6 @@
'common/extensions/extension_builder.h',
'common/extensions/value_builder.cc',
'common/extensions/value_builder.h',
- 'common/net/gaia/mock_url_fetcher_factory.h',
'common/pref_store_observer_mock.cc',
'common/pref_store_observer_mock.h',
'renderer/chrome_mock_render_thread.cc',
@@ -983,6 +982,9 @@
'common/extensions/api/api.gyp:api',
'chrome_resources.gyp:chrome_resources',
'chrome_resources.gyp:chrome_strings',
+ # TODO(joi): Move these to their own unittest executable?
+ '../google_apis/google_apis.gyp:google_apis',
+ '../google_apis/google_apis.gyp:google_apis_unittests',
],
'include_dirs': [
'..',
@@ -2035,17 +2037,6 @@
'common/metrics/variations/variations_util_unittest.cc',
'common/multi_process_lock_unittest.cc',
'common/net/url_util_unittest.cc',
- 'common/net/gaia/gaia_auth_fetcher_unittest.cc',
- 'common/net/gaia/gaia_auth_util_unittest.cc',
- '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/gaia/oauth_request_signer_unittest.cc',
- 'common/net/gaia/oauth2_access_token_fetcher_unittest.cc',
- 'common/net/gaia/oauth2_api_call_flow_unittest.cc',
- 'common/net/gaia/oauth2_mint_token_fetcher_unittest.cc',
- 'common/net/gaia/oauth2_mint_token_flow_unittest.cc',
- 'common/net/gaia/oauth2_revocation_fetcher_unittest.cc',
'common/net/x509_certificate_model_unittest.cc',
'common/service_process_util_unittest.cc',
'common/string_ordinal_unittest.cc',
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/net/gaia/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698