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

Side by Side Diff: components/components_tests.gyp

Issue 1692873004: Move ProfileSyncService tests for autofill & typed URLs to components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@581640_no_browser_thread
Patch Set: Just rebased Created 4 years, 10 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 { 5 {
6 'variables': { 6 'variables': {
7 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 ], 69 ],
70 'bookmarks_unittest_sources': [ 70 'bookmarks_unittest_sources': [
71 'bookmarks/browser/bookmark_codec_unittest.cc', 71 'bookmarks/browser/bookmark_codec_unittest.cc',
72 'bookmarks/browser/bookmark_expanded_state_tracker_unittest.cc', 72 'bookmarks/browser/bookmark_expanded_state_tracker_unittest.cc',
73 'bookmarks/browser/bookmark_index_unittest.cc', 73 'bookmarks/browser/bookmark_index_unittest.cc',
74 'bookmarks/browser/bookmark_model_unittest.cc', 74 'bookmarks/browser/bookmark_model_unittest.cc',
75 'bookmarks/browser/bookmark_utils_unittest.cc', 75 'bookmarks/browser/bookmark_utils_unittest.cc',
76 'bookmarks/managed/managed_bookmarks_tracker_unittest.cc', 76 'bookmarks/managed/managed_bookmarks_tracker_unittest.cc',
77 ], 77 ],
78 'browser_sync_unittest_sources': [ 78 'browser_sync_unittest_sources': [
79 'browser_sync/browser/profile_sync_service_autofill_unittest.cc',
79 'browser_sync/browser/profile_sync_service_startup_unittest.cc', 80 'browser_sync/browser/profile_sync_service_startup_unittest.cc',
80 'browser_sync/browser/profile_sync_service_unittest.cc', 81 'browser_sync/browser/profile_sync_service_unittest.cc',
82 'browser_sync/browser/profile_sync_service_typed_url_unittest.cc',
81 ], 83 ],
82 'browser_watcher_unittest_sources': [ 84 'browser_watcher_unittest_sources': [
83 'browser_watcher/crash_reporting_metrics_win_unittest.cc', 85 'browser_watcher/crash_reporting_metrics_win_unittest.cc',
84 'browser_watcher/endsession_watcher_window_win_unittest.cc', 86 'browser_watcher/endsession_watcher_window_win_unittest.cc',
85 'browser_watcher/exit_code_watcher_win_unittest.cc', 87 'browser_watcher/exit_code_watcher_win_unittest.cc',
86 'browser_watcher/exit_funnel_win_unittest.cc', 88 'browser_watcher/exit_funnel_win_unittest.cc',
87 'browser_watcher/watcher_client_win_unittest.cc', 89 'browser_watcher/watcher_client_win_unittest.cc',
88 'browser_watcher/watcher_metrics_provider_win_unittest.cc', 90 'browser_watcher/watcher_metrics_provider_win_unittest.cc',
89 'browser_watcher/window_hang_monitor_win_unittest.cc', 91 'browser_watcher/window_hang_monitor_win_unittest.cc',
90 ], 92 ],
(...skipping 1006 matching lines...) Expand 10 before | Expand all | Expand 10 after
1097 'components.gyp:search_engines_test_support', 1099 'components.gyp:search_engines_test_support',
1098 'components.gyp:search_provider_logos', 1100 'components.gyp:search_provider_logos',
1099 'components.gyp:security_state', 1101 'components.gyp:security_state',
1100 'components.gyp:sessions_test_support', 1102 'components.gyp:sessions_test_support',
1101 'components.gyp:signin_core_browser', 1103 'components.gyp:signin_core_browser',
1102 'components.gyp:signin_core_browser_test_support', 1104 'components.gyp:signin_core_browser_test_support',
1103 'components.gyp:ssl_config', 1105 'components.gyp:ssl_config',
1104 'components.gyp:ssl_errors', 1106 'components.gyp:ssl_errors',
1105 'components.gyp:suggestions', 1107 'components.gyp:suggestions',
1106 'components.gyp:sync_bookmarks', 1108 'components.gyp:sync_bookmarks',
1109 'components.gyp:sync_driver',
1107 'components.gyp:sync_driver_features', 1110 'components.gyp:sync_driver_features',
1108 'components.gyp:sync_driver_test_support', 1111 'components.gyp:sync_driver_test_support',
1109 'components.gyp:sync_sessions', 1112 'components.gyp:sync_sessions',
1110 'components.gyp:sync_sessions_test_support', 1113 'components.gyp:sync_sessions_test_support',
1111 'components.gyp:syncable_prefs_test_support', 1114 'components.gyp:syncable_prefs_test_support',
1112 'components.gyp:toolbar_test_support', 1115 'components.gyp:toolbar_test_support',
1113 'components.gyp:translate_core_browser', 1116 'components.gyp:translate_core_browser',
1114 'components.gyp:translate_core_common', 1117 'components.gyp:translate_core_common',
1115 'components.gyp:translate_core_language_detection', 1118 'components.gyp:translate_core_language_detection',
1116 'components.gyp:undo_component', 1119 'components.gyp:undo_component',
1117 'components.gyp:update_client', 1120 'components.gyp:update_client',
1118 'components.gyp:update_client_test_support', 1121 'components.gyp:update_client_test_support',
1119 'components.gyp:upload_list', 1122 'components.gyp:upload_list',
1120 'components.gyp:url_matcher', 1123 'components.gyp:url_matcher',
1121 'components.gyp:user_prefs_tracked', 1124 'components.gyp:user_prefs_tracked',
1122 'components.gyp:user_prefs_tracked_test_support', 1125 'components.gyp:user_prefs_tracked_test_support',
1123 'components.gyp:variations', 1126 'components.gyp:variations',
1124 'components.gyp:variations_net', 1127 'components.gyp:variations_net',
1125 'components.gyp:variations_service', 1128 'components.gyp:variations_service',
1126 'components.gyp:version_info', 1129 'components.gyp:version_info',
1130 'components.gyp:webdata_services_test_support',
1127 'components.gyp:web_resource', 1131 'components.gyp:web_resource',
1128 'components.gyp:web_resource_test_support', 1132 'components.gyp:web_resource_test_support',
1129 'components_resources.gyp:components_resources', 1133 'components_resources.gyp:components_resources',
1130 'components_strings.gyp:components_strings', 1134 'components_strings.gyp:components_strings',
1131 'components_tests_pak', 1135 'components_tests_pak',
1132 'mime_util/mime_util.gyp:mime_util', 1136 'mime_util/mime_util.gyp:mime_util',
1133 'prefs/prefs.gyp:prefs', 1137 'prefs/prefs.gyp:prefs',
1134 'prefs/prefs.gyp:prefs_test_support', 1138 'prefs/prefs.gyp:prefs_test_support',
1135 'url_formatter/url_formatter.gyp:url_formatter', 1139 'url_formatter/url_formatter.gyp:url_formatter',
1136 ], 1140 ],
(...skipping 756 matching lines...) Expand 10 before | Expand all | Expand 10 after
1893 'dependencies': [ 1897 'dependencies': [
1894 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1898 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1895 ], 1899 ],
1896 }], 1900 }],
1897 ], 1901 ],
1898 }, 1902 },
1899 ], 1903 ],
1900 }], 1904 }],
1901 ], 1905 ],
1902 } 1906 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698