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

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: works for all platforms commit e75a498951318d4deb65d40ce8b2def44cd5abc0 Created 5 years, 6 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 be4aad8603db57d689c4d7aea8dfee7fda10427d..5236b79dd23ea51a81f04f0ec25b89b6f64d49ad 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -520,11 +520,10 @@
'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',
- 'signin/ios/browser/profile_oauth2_token_service_ios_unittest.mm',
+ 'signin/ios/browser/profile_oauth2_token_service_ios_delegate_unittest.mm',
],
'storage_monitor_unittest_sources': [
'storage_monitor/image_capture_device_manager_unittest.mm',
@@ -957,7 +956,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-
@@ -1036,7 +1034,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