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

Side by Side Diff: components/components_tests.gyp

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