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