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

Side by Side Diff: components/components_tests.gyp

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