| 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 618 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 629 'search_engines/keyword_table_unittest.cc', | 629 'search_engines/keyword_table_unittest.cc', |
| 630 'search_engines/search_host_to_urls_map_unittest.cc', | 630 'search_engines/search_host_to_urls_map_unittest.cc', |
| 631 'search_engines/template_url_prepopulate_data_unittest.cc', | 631 'search_engines/template_url_prepopulate_data_unittest.cc', |
| 632 'search_engines/template_url_service_util_unittest.cc', | 632 'search_engines/template_url_service_util_unittest.cc', |
| 633 'search_engines/template_url_unittest.cc', | 633 'search_engines/template_url_unittest.cc', |
| 634 ], | 634 ], |
| 635 'search_provider_logos_unittest_sources': [ | 635 'search_provider_logos_unittest_sources': [ |
| 636 'search_provider_logos/logo_cache_unittest.cc', | 636 'search_provider_logos/logo_cache_unittest.cc', |
| 637 'search_provider_logos/logo_tracker_unittest.cc', | 637 'search_provider_logos/logo_tracker_unittest.cc', |
| 638 ], | 638 ], |
| 639 'security_state_unittest_sources': [ |
| 640 'security_state/security_state_model_unittest.cc', |
| 641 ], |
| 639 'sessions_unittest_sources': [ | 642 'sessions_unittest_sources': [ |
| 640 'sessions/content/content_serialized_navigation_builder_unittest.cc', | 643 'sessions/content/content_serialized_navigation_builder_unittest.cc', |
| 641 'sessions/content/content_serialized_navigation_driver_unittest.cc', | 644 'sessions/content/content_serialized_navigation_driver_unittest.cc', |
| 642 'sessions/core/serialized_navigation_entry_unittest.cc', | 645 'sessions/core/serialized_navigation_entry_unittest.cc', |
| 643 'sessions/core/session_backend_unittest.cc', | 646 'sessions/core/session_backend_unittest.cc', |
| 644 'sessions/core/session_types_unittest.cc', | 647 'sessions/core/session_types_unittest.cc', |
| 645 'sessions/ios/ios_serialized_navigation_builder_unittest.cc', | 648 'sessions/ios/ios_serialized_navigation_builder_unittest.cc', |
| 646 'sessions/ios/ios_serialized_navigation_driver_unittest.cc', | 649 'sessions/ios/ios_serialized_navigation_driver_unittest.cc', |
| 647 ], | 650 ], |
| 648 'signin_unittest_sources': [ | 651 'signin_unittest_sources': [ |
| (...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 901 '<@(open_from_clipboard_unittest_sources)', | 904 '<@(open_from_clipboard_unittest_sources)', |
| 902 '<@(os_crypt_unittest_sources)', | 905 '<@(os_crypt_unittest_sources)', |
| 903 '<@(password_manager_unittest_sources)', | 906 '<@(password_manager_unittest_sources)', |
| 904 '<@(precache_unittest_sources)', | 907 '<@(precache_unittest_sources)', |
| 905 '<@(proxy_config_unittest_sources)', | 908 '<@(proxy_config_unittest_sources)', |
| 906 '<@(query_parser_unittest_sources)', | 909 '<@(query_parser_unittest_sources)', |
| 907 '<@(rappor_unittest_sources)', | 910 '<@(rappor_unittest_sources)', |
| 908 '<@(search_engines_unittest_sources)', | 911 '<@(search_engines_unittest_sources)', |
| 909 '<@(search_provider_logos_unittest_sources)', | 912 '<@(search_provider_logos_unittest_sources)', |
| 910 '<@(search_unittest_sources)', | 913 '<@(search_unittest_sources)', |
| 914 '<@(security_state_unittest_sources)', |
| 911 '<@(sessions_unittest_sources)', | 915 '<@(sessions_unittest_sources)', |
| 912 '<@(signin_unittest_sources)', | 916 '<@(signin_unittest_sources)', |
| 913 '<@(ssl_config_unittest_sources)', | 917 '<@(ssl_config_unittest_sources)', |
| 914 '<@(ssl_errors_unittest_sources)', | 918 '<@(ssl_errors_unittest_sources)', |
| 915 '<@(suggestions_unittest_sources)', | 919 '<@(suggestions_unittest_sources)', |
| 916 '<@(sync_bookmarks_unittest_sources)', | 920 '<@(sync_bookmarks_unittest_sources)', |
| 917 '<@(sync_driver_unittest_sources)', | 921 '<@(sync_driver_unittest_sources)', |
| 918 '<@(sync_sessions_unittest_sources)', | 922 '<@(sync_sessions_unittest_sources)', |
| 919 '<@(syncable_prefs_unittest_sources)', | 923 '<@(syncable_prefs_unittest_sources)', |
| 920 '<@(translate_unittest_sources)', | 924 '<@(translate_unittest_sources)', |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1026 'components.gyp:precache_core', | 1030 'components.gyp:precache_core', |
| 1027 'components.gyp:pref_registry_test_support', | 1031 'components.gyp:pref_registry_test_support', |
| 1028 'components.gyp:proxy_config', | 1032 'components.gyp:proxy_config', |
| 1029 'components.gyp:query_parser', | 1033 'components.gyp:query_parser', |
| 1030 'components.gyp:rappor', | 1034 'components.gyp:rappor', |
| 1031 'components.gyp:rappor_test_support', | 1035 'components.gyp:rappor_test_support', |
| 1032 'components.gyp:search', | 1036 'components.gyp:search', |
| 1033 'components.gyp:search_engines', | 1037 'components.gyp:search_engines', |
| 1034 'components.gyp:search_engines_test_support', | 1038 'components.gyp:search_engines_test_support', |
| 1035 'components.gyp:search_provider_logos', | 1039 'components.gyp:search_provider_logos', |
| 1040 'components.gyp:security_state', |
| 1036 'components.gyp:sessions_test_support', | 1041 'components.gyp:sessions_test_support', |
| 1037 'components.gyp:signin_core_browser', | 1042 'components.gyp:signin_core_browser', |
| 1038 'components.gyp:signin_core_browser_test_support', | 1043 'components.gyp:signin_core_browser_test_support', |
| 1039 'components.gyp:ssl_config', | 1044 'components.gyp:ssl_config', |
| 1040 'components.gyp:ssl_errors', | 1045 'components.gyp:ssl_errors', |
| 1041 'components.gyp:suggestions', | 1046 'components.gyp:suggestions', |
| 1042 'components.gyp:sync_bookmarks', | 1047 'components.gyp:sync_bookmarks', |
| 1043 'components.gyp:sync_driver_test_support', | 1048 'components.gyp:sync_driver_test_support', |
| 1044 'components.gyp:sync_sessions', | 1049 'components.gyp:sync_sessions', |
| 1045 'components.gyp:sync_sessions_test_support', | 1050 'components.gyp:sync_sessions_test_support', |
| (...skipping 797 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1843 'dependencies': [ | 1848 'dependencies': [ |
| 1844 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1849 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1845 ], | 1850 ], |
| 1846 }], | 1851 }], |
| 1847 ], | 1852 ], |
| 1848 }, | 1853 }, |
| 1849 ], | 1854 ], |
| 1850 }], | 1855 }], |
| 1851 ], | 1856 ], |
| 1852 } | 1857 } |
| OLD | NEW |