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

Side by Side Diff: components/components_tests.gyp

Issue 2205393002: [Sync] Merge sync_unit_tests into components_unit_tests, take 3. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 4 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
« no previous file with comments | « components/BUILD.gn ('k') | components/sync/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 815 matching lines...) Expand 10 before | Expand all | Expand 10 after
826 ], 826 ],
827 'suggestions_unittest_sources': [ 827 'suggestions_unittest_sources': [
828 'suggestions/blacklist_store_unittest.cc', 828 'suggestions/blacklist_store_unittest.cc',
829 'suggestions/image_manager_unittest.cc', 829 'suggestions/image_manager_unittest.cc',
830 'suggestions/suggestions_service_unittest.cc', 830 'suggestions/suggestions_service_unittest.cc',
831 'suggestions/suggestions_store_unittest.cc', 831 'suggestions/suggestions_store_unittest.cc',
832 ], 832 ],
833 'supervised_user_error_page_unittest_sources': [ 833 'supervised_user_error_page_unittest_sources': [
834 'supervised_user_error_page/supervised_user_error_page_unittest.cc', 834 'supervised_user_error_page/supervised_user_error_page_unittest.cc',
835 ], 835 ],
836 'sync_unittest_sources': [
837 'sync/api/attachments/attachment_id_unittest.cc',
838 'sync/api/attachments/attachment_metadata_unittest.cc',
839 'sync/api/attachments/attachment_unittest.cc',
840 'sync/api/entity_data_unittest.cc',
841 'sync/api/model_type_service_unittest.cc',
842 'sync/api/sync_change_unittest.cc',
843 'sync/api/sync_data_unittest.cc',
844 'sync/api/sync_error_unittest.cc',
845 'sync/api/sync_merge_result_unittest.cc',
846 'sync/engine_impl/apply_control_data_updates_unittest.cc',
847 'sync/engine_impl/backoff_delay_provider_unittest.cc',
848 'sync/engine_impl/directory_commit_contribution_unittest.cc',
849 'sync/engine_impl/directory_update_handler_unittest.cc',
850 'sync/engine_impl/get_updates_processor_unittest.cc',
851 'sync/engine_impl/model_type_worker_unittest.cc',
852 'sync/engine_impl/sync_scheduler_unittest.cc',
853 'sync/engine_impl/syncer_proto_util_unittest.cc',
854 'sync/engine_impl/syncer_unittest.cc',
855 'sync/engine_impl/syncer_util_unittest.cc',
856 'sync/engine_impl/worker_entity_tracker_unittest.cc',
857 'sync/core_impl/attachments/attachment_downloader_impl_unittest.cc',
858 'sync/core_impl/attachments/attachment_service_impl_unittest.cc',
859 'sync/core_impl/attachments/attachment_service_proxy_unittest.cc',
860 'sync/core_impl/attachments/attachment_store_frontend_unittest.cc',
861 'sync/core_impl/attachments/attachment_store_test_template.h',
862 'sync/core_impl/attachments/attachment_uploader_impl_unittest.cc',
863 'sync/core_impl/attachments/fake_attachment_downloader_unittest.cc',
864 'sync/core_impl/attachments/fake_attachment_uploader_unittest.cc',
865 'sync/core_impl/attachments/in_memory_attachment_store_unittest.cc',
866 'sync/core_impl/attachments/on_disk_attachment_store_unittest.cc',
867 'sync/core_impl/attachments/task_queue_unittest.cc',
868 'sync/core_impl/debug_info_event_listener_unittest.cc',
869 'sync/core/http_bridge_unittest.cc',
870 'sync/core_impl/js_mutation_event_observer_unittest.cc',
871 'sync/core_impl/js_sync_encryption_handler_observer_unittest.cc',
872 'sync/core_impl/js_sync_manager_observer_unittest.cc',
873 'sync/core_impl/model_type_connector_proxy_unittest.cc',
874 'sync/core/model_type_store_backend_unittest.cc',
875 'sync/core/model_type_store_impl_unittest.cc',
876 'sync/core/processor_entity_tracker_unittest.cc',
877 'sync/core_impl/protocol_event_buffer_unittest.cc',
878 'sync/base/attachment_id_proto_unittest.cc',
879 'sync/base/cancelation_signal_unittest.cc',
880 'sync/base/enum_set_unittest.cc',
881 'sync/base/node_ordinal_unittest.cc',
882 'sync/base/ordinal_unittest.cc',
883 'sync/base/unique_position_unittest.cc',
884 'sync/core/change_record_unittest.cc',
885 'sync/core/data_batch_impl_unittest.cc',
886 'sync/engine/model_safe_worker_unittest.cc',
887 'sync/sessions/sync_session_snapshot_unittest.cc',
888 'sync/core/simple_metadata_change_list_unittest.cc',
889 'sync/base/immutable_unittest.cc',
890 'sync/base/proto_value_ptr_unittest.cc',
891 'sync/base/weak_handle_unittest.cc',
892 'sync/core/shared_model_type_processor_unittest.cc',
893 'sync/core_impl/sync_encryption_handler_impl_unittest.cc',
894 'sync/core_impl/sync_manager_impl_unittest.cc',
895 'sync/core_impl/syncapi_server_connection_manager_unittest.cc',
896 'sync/js/js_event_details_unittest.cc',
897 'sync/js/sync_js_controller_unittest.cc',
898 'sync/protocol/proto_enum_conversions_unittest.cc',
899 'sync/protocol/proto_value_conversions_unittest.cc',
900 'sync/sessions_impl/model_type_registry_unittest.cc',
901 'sync/sessions_impl/nudge_tracker_unittest.cc',
902 'sync/sessions_impl/status_controller_unittest.cc',
903 'sync/syncable/directory_backing_store_unittest.cc',
904 'sync/syncable/directory_unittest.cc',
905 'sync/syncable/directory_unittest.h',
906 'sync/syncable/entry_kernel_unittest.cc',
907 'sync/syncable/model_type_unittest.cc',
908 'sync/syncable/nigori_util_unittest.cc',
909 'sync/syncable/parent_child_index_unittest.cc',
910 'sync/syncable/syncable_enum_conversions_unittest.cc',
911 'sync/syncable/syncable_id_unittest.cc',
912 'sync/syncable/syncable_unittest.cc',
913 'sync/syncable/syncable_util_unittest.cc',
914 'sync/base/cryptographer_unittest.cc',
915 'sync/base/data_type_histogram_unittest.cc',
916 'sync/base/get_session_name_unittest.cc',
917 'sync/base/nigori_unittest.cc',
918 'sync/base/protobuf_unittest.cc',
919 ],
836 'sync_bookmarks_unittest_sources': [ 920 'sync_bookmarks_unittest_sources': [
837 'sync_bookmarks/bookmark_data_type_controller_unittest.cc', 921 'sync_bookmarks/bookmark_data_type_controller_unittest.cc',
838 ], 922 ],
839 'sync_driver_unittest_sources': [ 923 'sync_driver_unittest_sources': [
840 'sync_driver/about_sync_util_unittest.cc', 924 'sync_driver/about_sync_util_unittest.cc',
841 'sync_driver/backend_migrator_unittest.cc', 925 'sync_driver/backend_migrator_unittest.cc',
842 'sync_driver/data_type_manager_impl_unittest.cc', 926 'sync_driver/data_type_manager_impl_unittest.cc',
843 'sync_driver/device_count_metrics_provider_unittest.cc', 927 'sync_driver/device_count_metrics_provider_unittest.cc',
844 'sync_driver/device_info_data_type_controller_unittest.cc', 928 'sync_driver/device_info_data_type_controller_unittest.cc',
845 'sync_driver/device_info_service_unittest.cc', 929 'sync_driver/device_info_service_unittest.cc',
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
1096 '<@(search_unittest_sources)', 1180 '<@(search_unittest_sources)',
1097 '<@(security_state_unittest_sources)', 1181 '<@(security_state_unittest_sources)',
1098 '<@(sessions_unittest_sources)', 1182 '<@(sessions_unittest_sources)',
1099 '<@(signin_unittest_sources)', 1183 '<@(signin_unittest_sources)',
1100 '<@(ssl_config_unittest_sources)', 1184 '<@(ssl_config_unittest_sources)',
1101 '<@(ssl_errors_unittest_sources)', 1185 '<@(ssl_errors_unittest_sources)',
1102 '<@(subresource_filter_core_browser_unittest_sources)', 1186 '<@(subresource_filter_core_browser_unittest_sources)',
1103 '<@(subresource_filter_core_common_unittest_sources)', 1187 '<@(subresource_filter_core_common_unittest_sources)',
1104 '<@(suggestions_unittest_sources)', 1188 '<@(suggestions_unittest_sources)',
1105 '<@(supervised_user_error_page_unittest_sources)', 1189 '<@(supervised_user_error_page_unittest_sources)',
1190 '<@(sync_unittest_sources)',
1106 '<@(sync_bookmarks_unittest_sources)', 1191 '<@(sync_bookmarks_unittest_sources)',
1107 '<@(sync_driver_unittest_sources)', 1192 '<@(sync_driver_unittest_sources)',
1108 '<@(sync_sessions_unittest_sources)', 1193 '<@(sync_sessions_unittest_sources)',
1109 '<@(syncable_prefs_unittest_sources)', 1194 '<@(syncable_prefs_unittest_sources)',
1110 '<@(translate_unittest_sources)', 1195 '<@(translate_unittest_sources)',
1111 '<@(undo_unittest_sources)', 1196 '<@(undo_unittest_sources)',
1112 '<@(update_client_unittest_sources)', 1197 '<@(update_client_unittest_sources)',
1113 '<@(upload_list_unittest_sources)', 1198 '<@(upload_list_unittest_sources)',
1114 '<@(url_formatter_unittest_sources)', 1199 '<@(url_formatter_unittest_sources)',
1115 '<@(url_matcher_unittest_sources)', 1200 '<@(url_matcher_unittest_sources)',
1116 '<@(user_prefs_unittest_sources)', 1201 '<@(user_prefs_unittest_sources)',
1117 '<@(variations_unittest_sources)', 1202 '<@(variations_unittest_sources)',
1118 '<@(web_resource_unittest_sources)', 1203 '<@(web_resource_unittest_sources)',
1119 '<@(webdata_unittest_sources)', 1204 '<@(webdata_unittest_sources)',
1120 'net_log/net_log_file_writer_unittest.cc', 1205 'net_log/net_log_file_writer_unittest.cc',
1121 ], 1206 ],
1122 'include_dirs': [ 1207 'include_dirs': [
1123 '..', 1208 '..',
1124 ], 1209 ],
1125 'dependencies': [ 1210 'dependencies': [
1126 '../base/base.gyp:base', 1211 '../base/base.gyp:base',
1127 '../base/base.gyp:test_support_base', 1212 '../base/base.gyp:test_support_base',
1128 '../google_apis/google_apis.gyp:google_apis_test_support', 1213 '../google_apis/google_apis.gyp:google_apis_test_support',
1129 '../jingle/jingle.gyp:notifier_test_util', 1214 '../jingle/jingle.gyp:notifier_test_util',
1130 '../net/net.gyp:net_test_support', 1215 '../net/net.gyp:net_test_support',
1131 '../sql/sql.gyp:test_support_sql', 1216 '../sql/sql.gyp:test_support_sql',
1132 '../components/sync.gyp:sync',
1133 '../components/sync.gyp:test_support_sync_api',
1134 '../testing/gmock.gyp:gmock', 1217 '../testing/gmock.gyp:gmock',
1135 '../testing/gtest.gyp:gtest', 1218 '../testing/gtest.gyp:gtest',
1136 '../third_party/icu/icu.gyp:icui18n', 1219 '../third_party/icu/icu.gyp:icui18n',
1137 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1220 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1138 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util ', 1221 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util ',
1139 '../third_party/libjingle/libjingle.gyp:libjingle', 1222 '../third_party/libjingle/libjingle.gyp:libjingle',
1140 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 1223 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
1141 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 1224 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
1142 '../third_party/re2/re2.gyp:re2', 1225 '../third_party/re2/re2.gyp:re2',
1143 '../ui/base/ui_base.gyp:ui_base', 1226 '../ui/base/ui_base.gyp:ui_base',
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
1270 'components.gyp:webdata_services_test_support', 1353 'components.gyp:webdata_services_test_support',
1271 'components.gyp:web_resource', 1354 'components.gyp:web_resource',
1272 'components.gyp:web_resource_test_support', 1355 'components.gyp:web_resource_test_support',
1273 'components_resources.gyp:components_resources', 1356 'components_resources.gyp:components_resources',
1274 'components_strings.gyp:components_strings', 1357 'components_strings.gyp:components_strings',
1275 'components_tests_pak', 1358 'components_tests_pak',
1276 'link_header_util/link_header_util.gyp:link_header_util', 1359 'link_header_util/link_header_util.gyp:link_header_util',
1277 'mime_util/mime_util.gyp:mime_util', 1360 'mime_util/mime_util.gyp:mime_util',
1278 'prefs/prefs.gyp:prefs', 1361 'prefs/prefs.gyp:prefs',
1279 'prefs/prefs.gyp:prefs_test_support', 1362 'prefs/prefs.gyp:prefs_test_support',
1363 'sync.gyp:sync',
1364 'sync.gyp:test_support_sync_api',
1365 'sync.gyp:test_support_sync_core',
1366 'sync.gyp:test_support_sync_core_impl',
1280 'url_formatter/url_formatter.gyp:url_formatter', 1367 'url_formatter/url_formatter.gyp:url_formatter',
1281 ], 1368 ],
1282 'conditions': [ 1369 'conditions': [
1283 ['OS!="mac" and OS!="ios"', { 1370 ['OS!="mac" and OS!="ios"', {
1284 'sources!': [ 1371 'sources!': [
1285 'crash/core/common/objc_zombie_unittest.mm', 1372 'crash/core/common/objc_zombie_unittest.mm',
1286 ], 1373 ],
1287 }], 1374 }],
1288 ['enable_rlz_support==1', { 1375 ['enable_rlz_support==1', {
1289 'sources': [ 1376 'sources': [
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
1437 'display_compositor/buffer_queue_unittest.cc', 1524 'display_compositor/buffer_queue_unittest.cc',
1438 ], 1525 ],
1439 }], 1526 }],
1440 ], 1527 ],
1441 }, { # 'OS == "ios"' 1528 }, { # 'OS == "ios"'
1442 'sources/': [ 1529 'sources/': [
1443 # Exclude all tests that depends on //content (based on layered- 1530 # Exclude all tests that depends on //content (based on layered-
1444 # component directory structure). 1531 # component directory structure).
1445 ['exclude', '^[^/]*/content/'], 1532 ['exclude', '^[^/]*/content/'],
1446 ], 1533 ],
1534 'sources!': [
1535 'core/http_bridge_unittest.cc',
1536 ],
1447 'mac_bundle_resources': [ 1537 'mac_bundle_resources': [
1448 '<(PRODUCT_DIR)/ui_test.pak', 1538 '<(PRODUCT_DIR)/ui_test.pak',
1449 ], 1539 ],
1450 'dependencies': [ 1540 'dependencies': [
1451 '../ios/web/ios_web.gyp:ios_web_test_support', 1541 '../ios/web/ios_web.gyp:ios_web_test_support',
1452 '../third_party/ocmock/ocmock.gyp:ocmock', 1542 '../third_party/ocmock/ocmock.gyp:ocmock',
1453 'components.gyp:autofill_ios_browser', 1543 'components.gyp:autofill_ios_browser',
1454 'components.gyp:sessions_ios', 1544 'components.gyp:sessions_ios',
1455 'components.gyp:signin_ios_browser', 1545 'components.gyp:signin_ios_browser',
1456 'components.gyp:signin_ios_browser_test_support', 1546 'components.gyp:signin_ios_browser_test_support',
(...skipping 596 matching lines...) Expand 10 before | Expand all | Expand 10 after
2053 'dependencies': [ 2143 'dependencies': [
2054 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2144 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2055 ], 2145 ],
2056 }], 2146 }],
2057 ], 2147 ],
2058 }, 2148 },
2059 ], 2149 ],
2060 }], 2150 }],
2061 ], 2151 ],
2062 } 2152 }
OLDNEW
« no previous file with comments | « components/BUILD.gn ('k') | components/sync/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698