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

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 GN, self review Created 5 years, 2 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 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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 'browser/ssl/security_state_model_unittest.cc', 217 'browser/ssl/security_state_model_unittest.cc',
218 'browser/ssl/ssl_error_classification_unittest.cc', 218 'browser/ssl/ssl_error_classification_unittest.cc',
219 'browser/ssl/ssl_error_handler_unittest.cc', 219 'browser/ssl/ssl_error_handler_unittest.cc',
220 'browser/status_icons/status_icon_menu_model_unittest.cc', 220 'browser/status_icons/status_icon_menu_model_unittest.cc',
221 'browser/status_icons/status_icon_unittest.cc', 221 'browser/status_icons/status_icon_unittest.cc',
222 'browser/status_icons/status_tray_unittest.cc', 222 'browser/status_icons/status_tray_unittest.cc',
223 'browser/storage/durable_storage_permission_context_unittest.cc', 223 'browser/storage/durable_storage_permission_context_unittest.cc',
224 'browser/sync/abstract_profile_sync_service_test.cc', 224 'browser/sync/abstract_profile_sync_service_test.cc',
225 'browser/sync/abstract_profile_sync_service_test.h', 225 'browser/sync/abstract_profile_sync_service_test.h',
226 'browser/sync/backend_migrator_unittest.cc', 226 'browser/sync/backend_migrator_unittest.cc',
227 'browser/sync/chrome_sync_client_unittest.cc',
227 'browser/sync/glue/autofill_data_type_controller_unittest.cc', 228 'browser/sync/glue/autofill_data_type_controller_unittest.cc',
228 'browser/sync/glue/bookmark_data_type_controller_unittest.cc', 229 'browser/sync/glue/bookmark_data_type_controller_unittest.cc',
229 'browser/sync/glue/browser_thread_model_worker_unittest.cc', 230 'browser/sync/glue/browser_thread_model_worker_unittest.cc',
230 'browser/sync/glue/frontend_data_type_controller_unittest.cc', 231 'browser/sync/glue/frontend_data_type_controller_unittest.cc',
231 'browser/sync/glue/local_device_info_provider_unittest.cc', 232 'browser/sync/glue/local_device_info_provider_unittest.cc',
232 'browser/sync/glue/non_frontend_data_type_controller_unittest.cc', 233 'browser/sync/glue/non_frontend_data_type_controller_unittest.cc',
233 'browser/sync/glue/search_engine_data_type_controller_unittest.cc', 234 'browser/sync/glue/search_engine_data_type_controller_unittest.cc',
234 'browser/sync/glue/sync_backend_host_impl_unittest.cc', 235 'browser/sync/glue/sync_backend_host_impl_unittest.cc',
235 'browser/sync/glue/sync_backend_host_mock.cc', 236 'browser/sync/glue/sync_backend_host_mock.cc',
236 'browser/sync/glue/sync_backend_host_mock.h', 237 'browser/sync/glue/sync_backend_host_mock.h',
237 'browser/sync/glue/sync_backend_registrar_unittest.cc', 238 'browser/sync/glue/sync_backend_registrar_unittest.cc',
238 'browser/sync/glue/synced_session_tracker_unittest.cc', 239 'browser/sync/glue/synced_session_tracker_unittest.cc',
239 'browser/sync/glue/synced_session_util_unittest.cc',
240 'browser/sync/glue/synced_tab_delegate_unittest.cc',
241 'browser/sync/glue/typed_url_model_associator_unittest.cc', 240 'browser/sync/glue/typed_url_model_associator_unittest.cc',
242 'browser/sync/glue/ui_model_worker_unittest.cc', 241 'browser/sync/glue/ui_model_worker_unittest.cc',
243 'browser/sync/profile_sync_auth_provider_unittest.cc', 242 'browser/sync/profile_sync_auth_provider_unittest.cc',
244 'browser/sync/profile_sync_components_factory_impl_unittest.cc', 243 'browser/sync/profile_sync_components_factory_impl_unittest.cc',
245 'browser/sync/profile_sync_service_autofill_unittest.cc', 244 'browser/sync/profile_sync_service_autofill_unittest.cc',
246 'browser/sync/profile_sync_service_bookmark_unittest.cc', 245 'browser/sync/profile_sync_service_bookmark_unittest.cc',
247 'browser/sync/profile_sync_service_factory_unittest.cc', 246 'browser/sync/profile_sync_service_factory_unittest.cc',
248 'browser/sync/profile_sync_service_startup_unittest.cc', 247 'browser/sync/profile_sync_service_startup_unittest.cc',
249 'browser/sync/profile_sync_service_typed_url_unittest.cc', 248 'browser/sync/profile_sync_service_typed_url_unittest.cc',
250 'browser/sync/profile_sync_service_unittest.cc', 249 'browser/sync/profile_sync_service_unittest.cc',
(...skipping 1416 matching lines...) Expand 10 before | Expand all | Expand 10 after
1667 '../components/components.gyp:invalidation_impl', 1666 '../components/components.gyp:invalidation_impl',
1668 '../components/components.gyp:invalidation_test_support', 1667 '../components/components.gyp:invalidation_test_support',
1669 '../components/components.gyp:metrics_test_support', 1668 '../components/components.gyp:metrics_test_support',
1670 '../components/components.gyp:omnibox_test_support', 1669 '../components/components.gyp:omnibox_test_support',
1671 '../components/components.gyp:password_manager_core_browser_test_support ', 1670 '../components/components.gyp:password_manager_core_browser_test_support ',
1672 '../components/components.gyp:pref_registry_test_support', 1671 '../components/components.gyp:pref_registry_test_support',
1673 '../components/components.gyp:rappor_test_support', 1672 '../components/components.gyp:rappor_test_support',
1674 '../components/components.gyp:search_engines_test_support', 1673 '../components/components.gyp:search_engines_test_support',
1675 '../components/components.gyp:signin_core_browser_test_support', 1674 '../components/components.gyp:signin_core_browser_test_support',
1676 '../components/components.gyp:sync_driver_test_support', 1675 '../components/components.gyp:sync_driver_test_support',
1676 '../components/components.gyp:sync_sessions_test_support',
1677 '../components/components.gyp:syncable_prefs_test_support', 1677 '../components/components.gyp:syncable_prefs_test_support',
1678 '../components/components.gyp:update_client_test_support', 1678 '../components/components.gyp:update_client_test_support',
1679 '../components/components.gyp:user_prefs_tracked_test_support', 1679 '../components/components.gyp:user_prefs_tracked_test_support',
1680 '../components/components.gyp:wallpaper', 1680 '../components/components.gyp:wallpaper',
1681 '../content/content.gyp:content_app_both', 1681 '../content/content.gyp:content_app_both',
1682 '../content/content_shell_and_tests.gyp:test_support_content', 1682 '../content/content_shell_and_tests.gyp:test_support_content',
1683 '../net/net.gyp:net', 1683 '../net/net.gyp:net',
1684 '../net/net.gyp:net_test_support', 1684 '../net/net.gyp:net_test_support',
1685 '../skia/skia.gyp:skia', 1685 '../skia/skia.gyp:skia',
1686 '../sql/sql.gyp:sql', 1686 '../sql/sql.gyp:sql',
(...skipping 1295 matching lines...) Expand 10 before | Expand all | Expand 10 after
2982 'dependencies': [ 2982 'dependencies': [
2983 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2983 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2984 ], 2984 ],
2985 }], 2985 }],
2986 ], 2986 ],
2987 }, 2987 },
2988 ], 2988 ],
2989 }], 2989 }],
2990 ], # 'conditions' 2990 ], # 'conditions'
2991 } 2991 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698