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

Side by Side Diff: components/components_tests.gyp

Issue 1983073002: Query the existence other forms of browsing history. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Wrong include in pref_service_bridge Created 4 years, 7 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
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,
11 11
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 'browser_sync/browser/profile_sync_service_typed_url_unittest.cc', 82 'browser_sync/browser/profile_sync_service_typed_url_unittest.cc',
83 ], 83 ],
84 'browser_watcher_unittest_sources': [ 84 'browser_watcher_unittest_sources': [
85 'browser_watcher/endsession_watcher_window_win_unittest.cc', 85 'browser_watcher/endsession_watcher_window_win_unittest.cc',
86 'browser_watcher/exit_code_watcher_win_unittest.cc', 86 'browser_watcher/exit_code_watcher_win_unittest.cc',
87 'browser_watcher/exit_funnel_win_unittest.cc', 87 'browser_watcher/exit_funnel_win_unittest.cc',
88 'browser_watcher/watcher_client_win_unittest.cc', 88 'browser_watcher/watcher_client_win_unittest.cc',
89 'browser_watcher/watcher_metrics_provider_win_unittest.cc', 89 'browser_watcher/watcher_metrics_provider_win_unittest.cc',
90 'browser_watcher/window_hang_monitor_win_unittest.cc', 90 'browser_watcher/window_hang_monitor_win_unittest.cc',
91 ], 91 ],
92 'browsing_data_ui_unittest_sources': [
93 'browsing_data_ui/history_notice_utils_unittest.cc'
94 ],
92 'bubble_unittest_sources': [ 95 'bubble_unittest_sources': [
93 'bubble/bubble_manager_mocks.cc', 96 'bubble/bubble_manager_mocks.cc',
94 'bubble/bubble_manager_mocks.h', 97 'bubble/bubble_manager_mocks.h',
95 'bubble/bubble_manager_unittest.cc', 98 'bubble/bubble_manager_unittest.cc',
96 ], 99 ],
97 'captive_portal_unittest_sources': [ 100 'captive_portal_unittest_sources': [
98 'captive_portal/captive_portal_detector_unittest.cc', 101 'captive_portal/captive_portal_detector_unittest.cc',
99 ], 102 ],
100 'cast_certificate_unittest_sources': [ 103 'cast_certificate_unittest_sources': [
101 'cast_certificate/cast_cert_validator_test_helpers.cc', 104 'cast_certificate/cast_cert_validator_test_helpers.cc',
(...skipping 867 matching lines...) Expand 10 before | Expand all | Expand 10 after
969 'target_name': 'components_unittests', 972 'target_name': 'components_unittests',
970 'type': '<(gtest_target_type)', 973 'type': '<(gtest_target_type)',
971 'sources': [ 974 'sources': [
972 'test/run_all_unittests.cc', 975 'test/run_all_unittests.cc',
973 976
974 '<@(auto_login_parser_unittest_sources)', 977 '<@(auto_login_parser_unittest_sources)',
975 '<@(autofill_unittest_sources)', 978 '<@(autofill_unittest_sources)',
976 '<@(bookmarks_unittest_sources)', 979 '<@(bookmarks_unittest_sources)',
977 '<@(browser_sync_unittest_sources)', 980 '<@(browser_sync_unittest_sources)',
978 '<@(browser_watcher_unittest_sources)', 981 '<@(browser_watcher_unittest_sources)',
982 '<@(browsing_data_ui_unittest_sources)',
979 '<@(bubble_unittest_sources)', 983 '<@(bubble_unittest_sources)',
980 '<@(captive_portal_unittest_sources)', 984 '<@(captive_portal_unittest_sources)',
981 '<@(cast_certificate_unittest_sources)', 985 '<@(cast_certificate_unittest_sources)',
982 '<@(certificate_reporting_unittest_sources)', 986 '<@(certificate_reporting_unittest_sources)',
983 '<@(client_update_protocol_unittest_sources)', 987 '<@(client_update_protocol_unittest_sources)',
984 '<@(cloud_devices_unittest_sources)', 988 '<@(cloud_devices_unittest_sources)',
985 '<@(component_updater_unittest_sources)', 989 '<@(component_updater_unittest_sources)',
986 '<@(content_settings_unittest_sources)', 990 '<@(content_settings_unittest_sources)',
987 '<@(crash_unittest_sources)', 991 '<@(crash_unittest_sources)',
988 '<@(crx_file_unittest_sources)', 992 '<@(crx_file_unittest_sources)',
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
1078 '../url/url.gyp:url_lib', 1082 '../url/url.gyp:url_lib',
1079 'components.gyp:auto_login_parser', 1083 'components.gyp:auto_login_parser',
1080 'components.gyp:autofill_core_browser', 1084 'components.gyp:autofill_core_browser',
1081 'components.gyp:autofill_core_common', 1085 'components.gyp:autofill_core_common',
1082 'components.gyp:autofill_core_test_support', 1086 'components.gyp:autofill_core_test_support',
1083 'components.gyp:bookmarks_browser', 1087 'components.gyp:bookmarks_browser',
1084 'components.gyp:bookmarks_managed', 1088 'components.gyp:bookmarks_managed',
1085 'components.gyp:bookmarks_test_support', 1089 'components.gyp:bookmarks_test_support',
1086 'components.gyp:browser_sync_browser', 1090 'components.gyp:browser_sync_browser',
1087 'components.gyp:browser_sync_browser_test_support', 1091 'components.gyp:browser_sync_browser_test_support',
1092 'components.gyp:browsing_data_ui',
1088 'components.gyp:bubble', 1093 'components.gyp:bubble',
1089 'components.gyp:captive_portal_test_support', 1094 'components.gyp:captive_portal_test_support',
1090 'components.gyp:cast_certificate', 1095 'components.gyp:cast_certificate',
1091 'components.gyp:certificate_reporting', 1096 'components.gyp:certificate_reporting',
1092 'components.gyp:cloud_devices_common', 1097 'components.gyp:cloud_devices_common',
1093 'components.gyp:component_updater', 1098 'components.gyp:component_updater',
1094 'components.gyp:component_updater_test_support', 1099 'components.gyp:component_updater_test_support',
1095 'components.gyp:content_settings_core_browser', 1100 'components.gyp:content_settings_core_browser',
1096 'components.gyp:content_settings_core_common', 1101 'components.gyp:content_settings_core_common',
1097 'components.gyp:content_settings_core_test_support', 1102 'components.gyp:content_settings_core_test_support',
(...skipping 847 matching lines...) Expand 10 before | Expand all | Expand 10 after
1945 'dependencies': [ 1950 'dependencies': [
1946 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1951 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1947 ], 1952 ],
1948 }], 1953 }],
1949 ], 1954 ],
1950 }, 1955 },
1951 ], 1956 ],
1952 }], 1957 }],
1953 ], 1958 ],
1954 } 1959 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698