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 567 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
578 'proximity_auth/remote_status_update_unittest.cc', | 578 'proximity_auth/remote_status_update_unittest.cc', |
579 'proximity_auth/throttled_bluetooth_connection_finder_unittest.cc', | 579 'proximity_auth/throttled_bluetooth_connection_finder_unittest.cc', |
580 'proximity_auth/unlock_manager_unittest.cc', | 580 'proximity_auth/unlock_manager_unittest.cc', |
581 'proximity_auth/wire_message_unittest.cc', | 581 'proximity_auth/wire_message_unittest.cc', |
582 ], | 582 ], |
583 'proxy_config_unittest_sources': [ | 583 'proxy_config_unittest_sources': [ |
584 'proxy_config/pref_proxy_config_tracker_impl_unittest.cc', | 584 'proxy_config/pref_proxy_config_tracker_impl_unittest.cc', |
585 'proxy_config/proxy_config_dictionary_unittest.cc', | 585 'proxy_config/proxy_config_dictionary_unittest.cc', |
586 'proxy_config/proxy_prefs_unittest.cc', | 586 'proxy_config/proxy_prefs_unittest.cc', |
587 ], | 587 ], |
588 'prefs_unittest_sources': [ | |
589 'prefs/default_pref_store_unittest.cc', | |
590 'prefs/json_pref_store_unittest.cc', | |
591 'prefs/overlay_user_pref_store_unittest.cc', | |
592 'prefs/pref_change_registrar_unittest.cc', | |
593 'prefs/pref_member_unittest.cc', | |
594 'prefs/pref_notifier_impl_unittest.cc', | |
595 'prefs/pref_service_unittest.cc', | |
596 'prefs/pref_value_map_unittest.cc', | |
597 'prefs/pref_value_store_unittest.cc', | |
598 'prefs/scoped_user_pref_update_unittest.cc', | |
599 ], | |
600 'query_parser_unittest_sources': [ | 588 'query_parser_unittest_sources': [ |
601 'query_parser/query_parser_unittest.cc', | 589 'query_parser/query_parser_unittest.cc', |
602 'query_parser/snippet_unittest.cc', | 590 'query_parser/snippet_unittest.cc', |
603 ], | 591 ], |
604 'rappor_unittest_sources': [ | 592 'rappor_unittest_sources': [ |
605 'rappor/bloom_filter_unittest.cc', | 593 'rappor/bloom_filter_unittest.cc', |
606 'rappor/byte_vector_utils_unittest.cc', | 594 'rappor/byte_vector_utils_unittest.cc', |
607 'rappor/log_uploader_unittest.cc', | 595 'rappor/log_uploader_unittest.cc', |
608 'rappor/rappor_metric_unittest.cc', | 596 'rappor/rappor_metric_unittest.cc', |
609 'rappor/rappor_prefs_unittest.cc', | 597 'rappor/rappor_prefs_unittest.cc', |
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
943 '<@(mime_util_unittest_sources)', | 931 '<@(mime_util_unittest_sources)', |
944 '<@(network_time_unittest_sources)', | 932 '<@(network_time_unittest_sources)', |
945 '<@(ntp_snippets_unittest_sources)', | 933 '<@(ntp_snippets_unittest_sources)', |
946 '<@(offline_page_unittest_sources)', | 934 '<@(offline_page_unittest_sources)', |
947 '<@(omnibox_unittest_sources)', | 935 '<@(omnibox_unittest_sources)', |
948 '<@(open_from_clipboard_unittest_sources)', | 936 '<@(open_from_clipboard_unittest_sources)', |
949 '<@(os_crypt_unittest_sources)', | 937 '<@(os_crypt_unittest_sources)', |
950 '<@(password_manager_unittest_sources)', | 938 '<@(password_manager_unittest_sources)', |
951 '<@(precache_unittest_sources)', | 939 '<@(precache_unittest_sources)', |
952 '<@(proxy_config_unittest_sources)', | 940 '<@(proxy_config_unittest_sources)', |
953 '<@(prefs_unittest_sources)', | |
954 '<@(query_parser_unittest_sources)', | 941 '<@(query_parser_unittest_sources)', |
955 '<@(rappor_unittest_sources)', | 942 '<@(rappor_unittest_sources)', |
956 '<@(search_engines_unittest_sources)', | 943 '<@(search_engines_unittest_sources)', |
957 '<@(search_provider_logos_unittest_sources)', | 944 '<@(search_provider_logos_unittest_sources)', |
958 '<@(search_unittest_sources)', | 945 '<@(search_unittest_sources)', |
959 '<@(security_state_unittest_sources)', | 946 '<@(security_state_unittest_sources)', |
960 '<@(sessions_unittest_sources)', | 947 '<@(sessions_unittest_sources)', |
961 '<@(signin_unittest_sources)', | 948 '<@(signin_unittest_sources)', |
962 '<@(ssl_config_unittest_sources)', | 949 '<@(ssl_config_unittest_sources)', |
963 '<@(ssl_errors_unittest_sources)', | 950 '<@(ssl_errors_unittest_sources)', |
(...skipping 12 matching lines...) Expand all Loading... |
976 '<@(variations_unittest_sources)', | 963 '<@(variations_unittest_sources)', |
977 '<@(web_resource_unittest_sources)', | 964 '<@(web_resource_unittest_sources)', |
978 '<@(webdata_unittest_sources)', | 965 '<@(webdata_unittest_sources)', |
979 'net_log/net_log_temp_file_unittest.cc', | 966 'net_log/net_log_temp_file_unittest.cc', |
980 ], | 967 ], |
981 'include_dirs': [ | 968 'include_dirs': [ |
982 '..', | 969 '..', |
983 ], | 970 ], |
984 'dependencies': [ | 971 'dependencies': [ |
985 '../base/base.gyp:base', | 972 '../base/base.gyp:base', |
| 973 '../base/base.gyp:base_prefs_test_support', |
986 '../base/base.gyp:test_support_base', | 974 '../base/base.gyp:test_support_base', |
987 '../google_apis/google_apis.gyp:google_apis_test_support', | 975 '../google_apis/google_apis.gyp:google_apis_test_support', |
988 '../jingle/jingle.gyp:notifier_test_util', | 976 '../jingle/jingle.gyp:notifier_test_util', |
989 '../net/net.gyp:net_test_support', | 977 '../net/net.gyp:net_test_support', |
990 '../sql/sql.gyp:test_support_sql', | 978 '../sql/sql.gyp:test_support_sql', |
991 '../sync/sync.gyp:sync', | 979 '../sync/sync.gyp:sync', |
992 '../sync/sync.gyp:test_support_sync_api', | 980 '../sync/sync.gyp:test_support_sync_api', |
993 '../testing/gmock.gyp:gmock', | 981 '../testing/gmock.gyp:gmock', |
994 '../testing/gtest.gyp:gtest', | 982 '../testing/gtest.gyp:gtest', |
995 '../third_party/icu/icu.gyp:icui18n', | 983 '../third_party/icu/icu.gyp:icui18n', |
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1110 'components.gyp:variations', | 1098 'components.gyp:variations', |
1111 'components.gyp:variations_net', | 1099 'components.gyp:variations_net', |
1112 'components.gyp:variations_service', | 1100 'components.gyp:variations_service', |
1113 'components.gyp:version_info', | 1101 'components.gyp:version_info', |
1114 'components.gyp:web_resource', | 1102 'components.gyp:web_resource', |
1115 'components.gyp:web_resource_test_support', | 1103 'components.gyp:web_resource_test_support', |
1116 'components_resources.gyp:components_resources', | 1104 'components_resources.gyp:components_resources', |
1117 'components_strings.gyp:components_strings', | 1105 'components_strings.gyp:components_strings', |
1118 'components_tests_pak', | 1106 'components_tests_pak', |
1119 'mime_util/mime_util.gyp:mime_util', | 1107 'mime_util/mime_util.gyp:mime_util', |
1120 'prefs/prefs.gyp:prefs', | |
1121 'prefs/prefs.gyp:prefs_test_support', | |
1122 'url_formatter/url_formatter.gyp:url_formatter', | 1108 'url_formatter/url_formatter.gyp:url_formatter', |
1123 ], | 1109 ], |
1124 'conditions': [ | 1110 'conditions': [ |
1125 ['OS!="mac" and OS!="ios"', { | 1111 ['OS!="mac" and OS!="ios"', { |
1126 'sources!': [ | 1112 'sources!': [ |
1127 'crash/core/common/objc_zombie_unittest.mm', | 1113 'crash/core/common/objc_zombie_unittest.mm', |
1128 ], | 1114 ], |
1129 }], | 1115 }], |
1130 ['enable_rlz_support==1', { | 1116 ['enable_rlz_support==1', { |
1131 'sources': [ | 1117 'sources': [ |
(...skipping 736 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1868 'dependencies': [ | 1854 'dependencies': [ |
1869 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1855 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1870 ], | 1856 ], |
1871 }], | 1857 }], |
1872 ], | 1858 ], |
1873 }, | 1859 }, |
1874 ], | 1860 ], |
1875 }], | 1861 }], |
1876 ], | 1862 ], |
1877 } | 1863 } |
OLD | NEW |