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

Side by Side Diff: components/components_tests.gyp

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

Powered by Google App Engine
This is Rietveld 408576698