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

Unified Diff: components/components_tests.gyp

Issue 1143323005: Refactor AO2TS to make it easier to componentize. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactor AO2TS to make it easier to componentize. Created 5 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
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 7d0fe535028265f0784c48bb7abd28bc40db0a75..449426954a0baefa40ef052c18b1adc0af308fb3 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -496,7 +496,6 @@
'signin_unittest_sources': [
'signin/core/browser/account_tracker_service_unittest.cc',
'signin/core/browser/gaia_cookie_manager_service_unittest.cc',
- 'signin/core/browser/mutable_profile_oauth2_token_service_unittest.cc',
'signin/core/browser/refresh_token_annotation_request_unittest.cc',
'signin/core/browser/signin_error_controller_unittest.cc',
'signin/core/browser/webdata/token_service_table_unittest.cc',
@@ -928,7 +927,6 @@
],
'sources!': [
'metrics/gpu/gpu_metrics_provider_unittest.cc',
- 'signin/core/browser/mutable_profile_oauth2_token_service_unittest.cc',
],
'sources/': [
# Exclude all tests that depends on //content (based on layered-
@@ -1007,7 +1005,6 @@
'gcm_driver/gcm_stats_recorder_impl_unittest.cc',
'gcm_driver/instance_id/instance_id_driver_unittest.cc',
'sessions/session_backend_unittest.cc',
- 'signin/core/browser/mutable_profile_oauth2_token_service_unittest.cc',
'storage_monitor/media_storage_util_unittest.cc',
'storage_monitor/storage_info_unittest.cc',
'storage_monitor/storage_monitor_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698