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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1408643002: [Sync] Componentize synced_tab_delegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test broken by rebase Created 5 years, 1 month 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 unified diff | Download patch
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'variables': { 5 'variables': {
6 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this
8 # dependency is needed to make commit bots run unit_tests on 8 # dependency is needed to make commit bots run unit_tests on
9 # histograms.xml changes. 9 # histograms.xml changes.
10 '../tools/metrics/histograms/histograms.xml', 10 '../tools/metrics/histograms/histograms.xml',
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 'browser/ssl/security_state_model_unittest.cc', 215 'browser/ssl/security_state_model_unittest.cc',
216 'browser/ssl/ssl_error_classification_unittest.cc', 216 'browser/ssl/ssl_error_classification_unittest.cc',
217 'browser/ssl/ssl_error_handler_unittest.cc', 217 'browser/ssl/ssl_error_handler_unittest.cc',
218 'browser/status_icons/status_icon_menu_model_unittest.cc', 218 'browser/status_icons/status_icon_menu_model_unittest.cc',
219 'browser/status_icons/status_icon_unittest.cc', 219 'browser/status_icons/status_icon_unittest.cc',
220 'browser/status_icons/status_tray_unittest.cc', 220 'browser/status_icons/status_tray_unittest.cc',
221 'browser/storage/durable_storage_permission_context_unittest.cc', 221 'browser/storage/durable_storage_permission_context_unittest.cc',
222 'browser/sync/abstract_profile_sync_service_test.cc', 222 'browser/sync/abstract_profile_sync_service_test.cc',
223 'browser/sync/abstract_profile_sync_service_test.h', 223 'browser/sync/abstract_profile_sync_service_test.h',
224 'browser/sync/backend_migrator_unittest.cc', 224 'browser/sync/backend_migrator_unittest.cc',
225 'browser/sync/chrome_sync_client_unittest.cc',
225 'browser/sync/glue/bookmark_data_type_controller_unittest.cc', 226 'browser/sync/glue/bookmark_data_type_controller_unittest.cc',
226 'browser/sync/glue/local_device_info_provider_unittest.cc', 227 'browser/sync/glue/local_device_info_provider_unittest.cc',
227 'browser/sync/glue/search_engine_data_type_controller_unittest.cc', 228 'browser/sync/glue/search_engine_data_type_controller_unittest.cc',
228 'browser/sync/glue/sync_backend_host_impl_unittest.cc', 229 'browser/sync/glue/sync_backend_host_impl_unittest.cc',
229 'browser/sync/glue/sync_backend_host_mock.cc', 230 'browser/sync/glue/sync_backend_host_mock.cc',
230 'browser/sync/glue/sync_backend_host_mock.h', 231 'browser/sync/glue/sync_backend_host_mock.h',
231 'browser/sync/glue/synced_session_tracker_unittest.cc', 232 'browser/sync/glue/synced_session_tracker_unittest.cc',
232 'browser/sync/glue/synced_session_util_unittest.cc',
233 'browser/sync/glue/synced_tab_delegate_unittest.cc',
234 'browser/sync/profile_sync_auth_provider_unittest.cc', 233 'browser/sync/profile_sync_auth_provider_unittest.cc',
235 'browser/sync/profile_sync_components_factory_impl_unittest.cc', 234 'browser/sync/profile_sync_components_factory_impl_unittest.cc',
236 'browser/sync/profile_sync_service_autofill_unittest.cc', 235 'browser/sync/profile_sync_service_autofill_unittest.cc',
237 'browser/sync/profile_sync_service_bookmark_unittest.cc', 236 'browser/sync/profile_sync_service_bookmark_unittest.cc',
238 'browser/sync/profile_sync_service_factory_unittest.cc', 237 'browser/sync/profile_sync_service_factory_unittest.cc',
239 'browser/sync/profile_sync_service_startup_unittest.cc', 238 'browser/sync/profile_sync_service_startup_unittest.cc',
240 'browser/sync/profile_sync_service_typed_url_unittest.cc', 239 'browser/sync/profile_sync_service_typed_url_unittest.cc',
241 'browser/sync/profile_sync_service_unittest.cc', 240 'browser/sync/profile_sync_service_unittest.cc',
242 'browser/sync/profile_sync_test_util.cc', 241 'browser/sync/profile_sync_test_util.cc',
243 'browser/sync/profile_sync_test_util.h', 242 'browser/sync/profile_sync_test_util.h',
(...skipping 1419 matching lines...) Expand 10 before | Expand all | Expand 10 after
1663 '../components/components.gyp:invalidation_impl', 1662 '../components/components.gyp:invalidation_impl',
1664 '../components/components.gyp:invalidation_test_support', 1663 '../components/components.gyp:invalidation_test_support',
1665 '../components/components.gyp:metrics_test_support', 1664 '../components/components.gyp:metrics_test_support',
1666 '../components/components.gyp:omnibox_test_support', 1665 '../components/components.gyp:omnibox_test_support',
1667 '../components/components.gyp:password_manager_core_browser_test_support ', 1666 '../components/components.gyp:password_manager_core_browser_test_support ',
1668 '../components/components.gyp:pref_registry_test_support', 1667 '../components/components.gyp:pref_registry_test_support',
1669 '../components/components.gyp:rappor_test_support', 1668 '../components/components.gyp:rappor_test_support',
1670 '../components/components.gyp:search_engines_test_support', 1669 '../components/components.gyp:search_engines_test_support',
1671 '../components/components.gyp:signin_core_browser_test_support', 1670 '../components/components.gyp:signin_core_browser_test_support',
1672 '../components/components.gyp:sync_driver_test_support', 1671 '../components/components.gyp:sync_driver_test_support',
1672 '../components/components.gyp:sync_sessions_test_support',
1673 '../components/components.gyp:syncable_prefs_test_support', 1673 '../components/components.gyp:syncable_prefs_test_support',
1674 '../components/components.gyp:update_client_test_support', 1674 '../components/components.gyp:update_client_test_support',
1675 '../components/components.gyp:user_prefs_tracked_test_support', 1675 '../components/components.gyp:user_prefs_tracked_test_support',
1676 '../content/content.gyp:content_app_both', 1676 '../content/content.gyp:content_app_both',
1677 '../content/content_shell_and_tests.gyp:test_support_content', 1677 '../content/content_shell_and_tests.gyp:test_support_content',
1678 '../net/net.gyp:net', 1678 '../net/net.gyp:net',
1679 '../net/net.gyp:net_test_support', 1679 '../net/net.gyp:net_test_support',
1680 '../skia/skia.gyp:skia', 1680 '../skia/skia.gyp:skia',
1681 '../sql/sql.gyp:sql', 1681 '../sql/sql.gyp:sql',
1682 '../sql/sql.gyp:test_support_sql', 1682 '../sql/sql.gyp:test_support_sql',
(...skipping 1293 matching lines...) Expand 10 before | Expand all | Expand 10 after
2976 'dependencies': [ 2976 'dependencies': [
2977 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2977 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2978 ], 2978 ],
2979 }], 2979 }],
2980 ], 2980 ],
2981 }, 2981 },
2982 ], 2982 ],
2983 }], 2983 }],
2984 ], # 'conditions' 2984 ], # 'conditions'
2985 } 2985 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698