| OLD | NEW |
| 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 803 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 814 'sync_unittest_sources': [ | 814 'sync_unittest_sources': [ |
| 815 'sync/api/attachments/attachment_id_unittest.cc', | 815 'sync/api/attachments/attachment_id_unittest.cc', |
| 816 'sync/api/attachments/attachment_metadata_unittest.cc', | 816 'sync/api/attachments/attachment_metadata_unittest.cc', |
| 817 'sync/api/attachments/attachment_unittest.cc', | 817 'sync/api/attachments/attachment_unittest.cc', |
| 818 'sync/api/entity_data_unittest.cc', | 818 'sync/api/entity_data_unittest.cc', |
| 819 'sync/api/model_type_service_unittest.cc', | 819 'sync/api/model_type_service_unittest.cc', |
| 820 'sync/api/sync_change_unittest.cc', | 820 'sync/api/sync_change_unittest.cc', |
| 821 'sync/api/sync_data_unittest.cc', | 821 'sync/api/sync_data_unittest.cc', |
| 822 'sync/api/sync_error_unittest.cc', | 822 'sync/api/sync_error_unittest.cc', |
| 823 'sync/api/sync_merge_result_unittest.cc', | 823 'sync/api/sync_merge_result_unittest.cc', |
| 824 'sync/driver/about_sync_util_unittest.cc', |
| 825 'sync/driver/backend_migrator_unittest.cc', |
| 826 'sync/driver/data_type_manager_impl_unittest.cc', |
| 827 'sync/driver/device_count_metrics_provider_unittest.cc', |
| 828 'sync/driver/device_info_data_type_controller_unittest.cc', |
| 829 'sync/driver/device_info_service_unittest.cc', |
| 830 'sync/driver/device_info_sync_service_unittest.cc', |
| 831 'sync/driver/device_info_util_unittest.cc', |
| 832 'sync/driver/frontend_data_type_controller_unittest.cc', |
| 833 'sync/driver/generic_change_processor_unittest.cc', |
| 834 'sync/driver/glue/browser_thread_model_worker_unittest.cc', |
| 835 'sync/driver/glue/sync_backend_host_impl_unittest.cc', |
| 836 'sync/driver/glue/sync_backend_registrar_unittest.cc', |
| 837 'sync/driver/glue/ui_model_worker_unittest.cc', |
| 838 'sync/driver/local_device_info_provider_unittest.cc', |
| 839 'sync/driver/model_association_manager_unittest.cc', |
| 840 'sync/driver/non_blocking_data_type_controller_unittest.cc', |
| 841 'sync/driver/non_ui_data_type_controller_unittest.cc', |
| 842 'sync/driver/non_ui_model_type_controller_unittest.cc', |
| 843 'sync/driver/profile_sync_auth_provider_unittest.cc', |
| 844 'sync/driver/shared_change_processor_unittest.cc', |
| 845 'sync/driver/startup_controller_unittest.cc', |
| 846 'sync/driver/sync_prefs_unittest.cc', |
| 847 'sync/driver/sync_stopped_reporter_unittest.cc', |
| 848 'sync/driver/sync_util_unittest.cc', |
| 849 'sync/driver/system_encryptor_unittest.cc', |
| 850 'sync/driver/ui_data_type_controller_unittest.cc', |
| 851 'sync/driver/ui_model_type_controller_unittest.cc', |
| 824 'sync/engine_impl/apply_control_data_updates_unittest.cc', | 852 'sync/engine_impl/apply_control_data_updates_unittest.cc', |
| 825 'sync/engine_impl/backoff_delay_provider_unittest.cc', | 853 'sync/engine_impl/backoff_delay_provider_unittest.cc', |
| 826 'sync/engine_impl/directory_commit_contribution_unittest.cc', | 854 'sync/engine_impl/directory_commit_contribution_unittest.cc', |
| 827 'sync/engine_impl/directory_update_handler_unittest.cc', | 855 'sync/engine_impl/directory_update_handler_unittest.cc', |
| 828 'sync/engine_impl/get_updates_processor_unittest.cc', | 856 'sync/engine_impl/get_updates_processor_unittest.cc', |
| 829 'sync/engine_impl/model_type_worker_unittest.cc', | 857 'sync/engine_impl/model_type_worker_unittest.cc', |
| 830 'sync/engine_impl/sync_scheduler_unittest.cc', | 858 'sync/engine_impl/sync_scheduler_unittest.cc', |
| 831 'sync/engine_impl/syncer_proto_util_unittest.cc', | 859 'sync/engine_impl/syncer_proto_util_unittest.cc', |
| 832 'sync/engine_impl/syncer_unittest.cc', | 860 'sync/engine_impl/syncer_unittest.cc', |
| 833 'sync/engine_impl/syncer_util_unittest.cc', | 861 'sync/engine_impl/syncer_util_unittest.cc', |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 891 'sync/syncable/syncable_util_unittest.cc', | 919 'sync/syncable/syncable_util_unittest.cc', |
| 892 'sync/base/cryptographer_unittest.cc', | 920 'sync/base/cryptographer_unittest.cc', |
| 893 'sync/base/data_type_histogram_unittest.cc', | 921 'sync/base/data_type_histogram_unittest.cc', |
| 894 'sync/base/get_session_name_unittest.cc', | 922 'sync/base/get_session_name_unittest.cc', |
| 895 'sync/base/nigori_unittest.cc', | 923 'sync/base/nigori_unittest.cc', |
| 896 'sync/base/protobuf_unittest.cc', | 924 'sync/base/protobuf_unittest.cc', |
| 897 ], | 925 ], |
| 898 'sync_bookmarks_unittest_sources': [ | 926 'sync_bookmarks_unittest_sources': [ |
| 899 'sync_bookmarks/bookmark_data_type_controller_unittest.cc', | 927 'sync_bookmarks/bookmark_data_type_controller_unittest.cc', |
| 900 ], | 928 ], |
| 901 'sync_driver_unittest_sources': [ | |
| 902 'sync_driver/about_sync_util_unittest.cc', | |
| 903 'sync_driver/backend_migrator_unittest.cc', | |
| 904 'sync_driver/data_type_manager_impl_unittest.cc', | |
| 905 'sync_driver/device_count_metrics_provider_unittest.cc', | |
| 906 'sync_driver/device_info_data_type_controller_unittest.cc', | |
| 907 'sync_driver/device_info_service_unittest.cc', | |
| 908 'sync_driver/device_info_sync_service_unittest.cc', | |
| 909 'sync_driver/device_info_util_unittest.cc', | |
| 910 'sync_driver/frontend_data_type_controller_unittest.cc', | |
| 911 'sync_driver/generic_change_processor_unittest.cc', | |
| 912 'sync_driver/glue/browser_thread_model_worker_unittest.cc', | |
| 913 'sync_driver/glue/sync_backend_host_impl_unittest.cc', | |
| 914 'sync_driver/glue/sync_backend_registrar_unittest.cc', | |
| 915 'sync_driver/glue/ui_model_worker_unittest.cc', | |
| 916 'sync_driver/local_device_info_provider_unittest.cc', | |
| 917 'sync_driver/model_association_manager_unittest.cc', | |
| 918 'sync_driver/non_blocking_data_type_controller_unittest.cc', | |
| 919 'sync_driver/non_ui_data_type_controller_unittest.cc', | |
| 920 'sync_driver/non_ui_model_type_controller_unittest.cc', | |
| 921 'sync_driver/profile_sync_auth_provider_unittest.cc', | |
| 922 'sync_driver/shared_change_processor_unittest.cc', | |
| 923 'sync_driver/startup_controller_unittest.cc', | |
| 924 'sync_driver/sync_prefs_unittest.cc', | |
| 925 'sync_driver/sync_stopped_reporter_unittest.cc', | |
| 926 'sync_driver/sync_util_unittest.cc', | |
| 927 'sync_driver/system_encryptor_unittest.cc', | |
| 928 'sync_driver/ui_data_type_controller_unittest.cc', | |
| 929 'sync_driver/ui_model_type_controller_unittest.cc', | |
| 930 ], | |
| 931 'sync_sessions_unittest_sources': [ | 929 'sync_sessions_unittest_sources': [ |
| 932 'sync_sessions/favicon_cache_unittest.cc', | 930 'sync_sessions/favicon_cache_unittest.cc', |
| 933 'sync_sessions/revisit/bookmarks_page_revisit_observer_unittest.cc', | 931 'sync_sessions/revisit/bookmarks_page_revisit_observer_unittest.cc', |
| 934 'sync_sessions/revisit/current_tab_matcher_unittest.cc', | 932 'sync_sessions/revisit/current_tab_matcher_unittest.cc', |
| 935 'sync_sessions/revisit/offset_tab_matcher_unittest.cc', | 933 'sync_sessions/revisit/offset_tab_matcher_unittest.cc', |
| 936 'sync_sessions/revisit/page_revisit_broadcaster_unittest.cc', | 934 'sync_sessions/revisit/page_revisit_broadcaster_unittest.cc', |
| 937 'sync_sessions/revisit/sessions_page_revisit_observer_unittest.cc', | 935 'sync_sessions/revisit/sessions_page_revisit_observer_unittest.cc', |
| 938 'sync_sessions/revisit/typed_url_page_revisit_task_unittest.cc', | 936 'sync_sessions/revisit/typed_url_page_revisit_task_unittest.cc', |
| 939 'sync_sessions/session_data_type_controller_unittest.cc', | 937 'sync_sessions/session_data_type_controller_unittest.cc', |
| 940 'sync_sessions/sync_sessions_metrics_unittest.cc', | 938 'sync_sessions/sync_sessions_metrics_unittest.cc', |
| (...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1160 '<@(sessions_unittest_sources)', | 1158 '<@(sessions_unittest_sources)', |
| 1161 '<@(signin_unittest_sources)', | 1159 '<@(signin_unittest_sources)', |
| 1162 '<@(ssl_config_unittest_sources)', | 1160 '<@(ssl_config_unittest_sources)', |
| 1163 '<@(ssl_errors_unittest_sources)', | 1161 '<@(ssl_errors_unittest_sources)', |
| 1164 '<@(subresource_filter_core_browser_unittest_sources)', | 1162 '<@(subresource_filter_core_browser_unittest_sources)', |
| 1165 '<@(subresource_filter_core_common_unittest_sources)', | 1163 '<@(subresource_filter_core_common_unittest_sources)', |
| 1166 '<@(suggestions_unittest_sources)', | 1164 '<@(suggestions_unittest_sources)', |
| 1167 '<@(supervised_user_error_page_unittest_sources)', | 1165 '<@(supervised_user_error_page_unittest_sources)', |
| 1168 '<@(sync_unittest_sources)', | 1166 '<@(sync_unittest_sources)', |
| 1169 '<@(sync_bookmarks_unittest_sources)', | 1167 '<@(sync_bookmarks_unittest_sources)', |
| 1170 '<@(sync_driver_unittest_sources)', | |
| 1171 '<@(sync_sessions_unittest_sources)', | 1168 '<@(sync_sessions_unittest_sources)', |
| 1172 '<@(syncable_prefs_unittest_sources)', | 1169 '<@(syncable_prefs_unittest_sources)', |
| 1173 '<@(translate_unittest_sources)', | 1170 '<@(translate_unittest_sources)', |
| 1174 '<@(undo_unittest_sources)', | 1171 '<@(undo_unittest_sources)', |
| 1175 '<@(update_client_unittest_sources)', | 1172 '<@(update_client_unittest_sources)', |
| 1176 '<@(upload_list_unittest_sources)', | 1173 '<@(upload_list_unittest_sources)', |
| 1177 '<@(url_formatter_unittest_sources)', | 1174 '<@(url_formatter_unittest_sources)', |
| 1178 '<@(url_matcher_unittest_sources)', | 1175 '<@(url_matcher_unittest_sources)', |
| 1179 '<@(user_prefs_unittest_sources)', | 1176 '<@(user_prefs_unittest_sources)', |
| 1180 '<@(variations_unittest_sources)', | 1177 '<@(variations_unittest_sources)', |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1302 'components.gyp:spellcheck_renderer', | 1299 'components.gyp:spellcheck_renderer', |
| 1303 'components.gyp:ssl_config', | 1300 'components.gyp:ssl_config', |
| 1304 'components.gyp:ssl_errors', | 1301 'components.gyp:ssl_errors', |
| 1305 'components.gyp:subresource_filter_core_browser_test_support', | 1302 'components.gyp:subresource_filter_core_browser_test_support', |
| 1306 'components.gyp:subresource_filter_core_browser', | 1303 'components.gyp:subresource_filter_core_browser', |
| 1307 'components.gyp:subresource_filter_core_common', | 1304 'components.gyp:subresource_filter_core_common', |
| 1308 'components.gyp:subresource_filter_core_common_test_support', | 1305 'components.gyp:subresource_filter_core_common_test_support', |
| 1309 'components.gyp:suggestions', | 1306 'components.gyp:suggestions', |
| 1310 'components.gyp:supervised_user_error_page', | 1307 'components.gyp:supervised_user_error_page', |
| 1311 'components.gyp:sync_bookmarks', | 1308 'components.gyp:sync_bookmarks', |
| 1312 'components.gyp:sync_driver', | |
| 1313 'components.gyp:sync_driver_test_support', | |
| 1314 'components.gyp:sync_sessions', | 1309 'components.gyp:sync_sessions', |
| 1315 'components.gyp:sync_sessions_test_support', | 1310 'components.gyp:sync_sessions_test_support', |
| 1316 'components.gyp:syncable_prefs_test_support', | 1311 'components.gyp:syncable_prefs_test_support', |
| 1317 'components.gyp:toolbar_test_support', | 1312 'components.gyp:toolbar_test_support', |
| 1318 'components.gyp:translate_core_browser', | 1313 'components.gyp:translate_core_browser', |
| 1319 'components.gyp:translate_core_common', | 1314 'components.gyp:translate_core_common', |
| 1320 'components.gyp:translate_core_language_detection', | 1315 'components.gyp:translate_core_language_detection', |
| 1321 'components.gyp:undo_component', | 1316 'components.gyp:undo_component', |
| 1322 'components.gyp:update_client', | 1317 'components.gyp:update_client', |
| 1323 'components.gyp:update_client_test_support', | 1318 'components.gyp:update_client_test_support', |
| (...skipping 12 matching lines...) Expand all Loading... |
| 1336 'components_strings.gyp:components_strings', | 1331 'components_strings.gyp:components_strings', |
| 1337 'components_tests_pak', | 1332 'components_tests_pak', |
| 1338 'link_header_util/link_header_util.gyp:link_header_util', | 1333 'link_header_util/link_header_util.gyp:link_header_util', |
| 1339 'mime_util/mime_util.gyp:mime_util', | 1334 'mime_util/mime_util.gyp:mime_util', |
| 1340 'prefs/prefs.gyp:prefs', | 1335 'prefs/prefs.gyp:prefs', |
| 1341 'prefs/prefs.gyp:prefs_test_support', | 1336 'prefs/prefs.gyp:prefs_test_support', |
| 1342 'sync.gyp:sync', | 1337 'sync.gyp:sync', |
| 1343 'sync.gyp:test_support_sync_api', | 1338 'sync.gyp:test_support_sync_api', |
| 1344 'sync.gyp:test_support_sync_core', | 1339 'sync.gyp:test_support_sync_core', |
| 1345 'sync.gyp:test_support_sync_core_impl', | 1340 'sync.gyp:test_support_sync_core_impl', |
| 1341 'sync.gyp:test_support_sync_driver', |
| 1346 'url_formatter/url_formatter.gyp:url_formatter', | 1342 'url_formatter/url_formatter.gyp:url_formatter', |
| 1347 ], | 1343 ], |
| 1348 'conditions': [ | 1344 'conditions': [ |
| 1349 ['OS!="mac" and OS!="ios"', { | 1345 ['OS!="mac" and OS!="ios"', { |
| 1350 'sources!': [ | 1346 'sources!': [ |
| 1351 'crash/core/common/objc_zombie_unittest.mm', | 1347 'crash/core/common/objc_zombie_unittest.mm', |
| 1352 ], | 1348 ], |
| 1353 }], | 1349 }], |
| 1354 ['enable_rlz_support==1', { | 1350 ['enable_rlz_support==1', { |
| 1355 'sources': [ | 1351 'sources': [ |
| (...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1724 ], | 1720 ], |
| 1725 }], | 1721 }], |
| 1726 ['configuration_policy==1', { | 1722 ['configuration_policy==1', { |
| 1727 'dependencies': [ | 1723 'dependencies': [ |
| 1728 'components.gyp:policy_component', | 1724 'components.gyp:policy_component', |
| 1729 'components.gyp:policy_component_test_support', | 1725 'components.gyp:policy_component_test_support', |
| 1730 'components.gyp:policy_test_support', | 1726 'components.gyp:policy_test_support', |
| 1731 ], | 1727 ], |
| 1732 'sources': [ | 1728 'sources': [ |
| 1733 '<@(policy_unittest_sources)', | 1729 '<@(policy_unittest_sources)', |
| 1734 'sync_driver/sync_policy_handler_unittest.cc', | 1730 'sync/driver/sync_policy_handler_unittest.cc', |
| 1735 ], | 1731 ], |
| 1736 'conditions': [ | 1732 'conditions': [ |
| 1737 ['OS=="android"', { | 1733 ['OS=="android"', { |
| 1738 'sources/': [ | 1734 'sources/': [ |
| 1739 ['exclude', '^policy/core/common/async_policy_provider_unittest\
\.cc'], | 1735 ['exclude', '^policy/core/common/async_policy_provider_unittest\
\.cc'], |
| 1740 ['exclude', '^tracing/browser/trace_config_file_unittest\\.cc'], | 1736 ['exclude', '^tracing/browser/trace_config_file_unittest\\.cc'], |
| 1741 ], | 1737 ], |
| 1742 }], | 1738 }], |
| 1743 ['OS=="android" or OS=="ios"', { | 1739 ['OS=="android" or OS=="ios"', { |
| 1744 # Note: 'sources!' is processed before any 'sources/', so the | 1740 # Note: 'sources!' is processed before any 'sources/', so the |
| (...skipping 21 matching lines...) Expand all Loading... |
| 1766 }], | 1762 }], |
| 1767 ['OS=="ios" or OS=="mac"', { | 1763 ['OS=="ios" or OS=="mac"', { |
| 1768 'sources': [ | 1764 'sources': [ |
| 1769 'policy/core/common/mac_util_unittest.cc', | 1765 'policy/core/common/mac_util_unittest.cc', |
| 1770 ], | 1766 ], |
| 1771 }], | 1767 }], |
| 1772 ], | 1768 ], |
| 1773 }, { # configuration_policy!=1 | 1769 }, { # configuration_policy!=1 |
| 1774 'sources!': [ | 1770 'sources!': [ |
| 1775 'search_engines/default_search_policy_handler_unittest.cc', | 1771 'search_engines/default_search_policy_handler_unittest.cc', |
| 1776 'sync_driver/sync_policy_handler_unittest.cc', | 1772 'sync/driver/sync_policy_handler_unittest.cc', |
| 1777 ], | 1773 ], |
| 1778 }], | 1774 }], |
| 1779 ['enable_plugins == 1', { | 1775 ['enable_plugins == 1', { |
| 1780 'sources': [ | 1776 'sources': [ |
| 1781 'content_settings/core/browser/content_settings_provider_unittest.cc
', | 1777 'content_settings/core/browser/content_settings_provider_unittest.cc
', |
| 1782 ], | 1778 ], |
| 1783 }], | 1779 }], |
| 1784 ], | 1780 ], |
| 1785 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 1781 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 1786 'msvs_disabled_warnings': [4267, ], | 1782 'msvs_disabled_warnings': [4267, ], |
| (...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2137 'dependencies': [ | 2133 'dependencies': [ |
| 2138 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2134 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2139 ], | 2135 ], |
| 2140 }], | 2136 }], |
| 2141 ], | 2137 ], |
| 2142 }, | 2138 }, |
| 2143 ], | 2139 ], |
| 2144 }], | 2140 }], |
| 2145 ], | 2141 ], |
| 2146 } | 2142 } |
| OLD | NEW |