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

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: Addressed comments. 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 861 matching lines...) Expand 10 before | Expand all | Expand 10 after
963 'target_name': 'components_unittests', 966 'target_name': 'components_unittests',
964 'type': '<(gtest_target_type)', 967 'type': '<(gtest_target_type)',
965 'sources': [ 968 'sources': [
966 'test/run_all_unittests.cc', 969 'test/run_all_unittests.cc',
967 970
968 '<@(auto_login_parser_unittest_sources)', 971 '<@(auto_login_parser_unittest_sources)',
969 '<@(autofill_unittest_sources)', 972 '<@(autofill_unittest_sources)',
970 '<@(bookmarks_unittest_sources)', 973 '<@(bookmarks_unittest_sources)',
971 '<@(browser_sync_unittest_sources)', 974 '<@(browser_sync_unittest_sources)',
972 '<@(browser_watcher_unittest_sources)', 975 '<@(browser_watcher_unittest_sources)',
976 '<@(browsing_data_ui_unittest_sources)',
973 '<@(bubble_unittest_sources)', 977 '<@(bubble_unittest_sources)',
974 '<@(captive_portal_unittest_sources)', 978 '<@(captive_portal_unittest_sources)',
975 '<@(cast_certificate_unittest_sources)', 979 '<@(cast_certificate_unittest_sources)',
976 '<@(certificate_reporting_unittest_sources)', 980 '<@(certificate_reporting_unittest_sources)',
977 '<@(client_update_protocol_unittest_sources)', 981 '<@(client_update_protocol_unittest_sources)',
978 '<@(cloud_devices_unittest_sources)', 982 '<@(cloud_devices_unittest_sources)',
979 '<@(component_updater_unittest_sources)', 983 '<@(component_updater_unittest_sources)',
980 '<@(content_settings_unittest_sources)', 984 '<@(content_settings_unittest_sources)',
981 '<@(crash_unittest_sources)', 985 '<@(crash_unittest_sources)',
982 '<@(crx_file_unittest_sources)', 986 '<@(crx_file_unittest_sources)',
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
1071 '../url/url.gyp:url_lib', 1075 '../url/url.gyp:url_lib',
1072 'components.gyp:auto_login_parser', 1076 'components.gyp:auto_login_parser',
1073 'components.gyp:autofill_core_browser', 1077 'components.gyp:autofill_core_browser',
1074 'components.gyp:autofill_core_common', 1078 'components.gyp:autofill_core_common',
1075 'components.gyp:autofill_core_test_support', 1079 'components.gyp:autofill_core_test_support',
1076 'components.gyp:bookmarks_browser', 1080 'components.gyp:bookmarks_browser',
1077 'components.gyp:bookmarks_managed', 1081 'components.gyp:bookmarks_managed',
1078 'components.gyp:bookmarks_test_support', 1082 'components.gyp:bookmarks_test_support',
1079 'components.gyp:browser_sync_browser', 1083 'components.gyp:browser_sync_browser',
1080 'components.gyp:browser_sync_browser_test_support', 1084 'components.gyp:browser_sync_browser_test_support',
1085 'components.gyp:browsing_data_ui',
1081 'components.gyp:bubble', 1086 'components.gyp:bubble',
1082 'components.gyp:captive_portal_test_support', 1087 'components.gyp:captive_portal_test_support',
1083 'components.gyp:cast_certificate', 1088 'components.gyp:cast_certificate',
1084 'components.gyp:certificate_reporting', 1089 'components.gyp:certificate_reporting',
1085 'components.gyp:cloud_devices_common', 1090 'components.gyp:cloud_devices_common',
1086 'components.gyp:component_updater', 1091 'components.gyp:component_updater',
1087 'components.gyp:component_updater_test_support', 1092 'components.gyp:component_updater_test_support',
1088 'components.gyp:content_settings_core_browser', 1093 'components.gyp:content_settings_core_browser',
1089 'components.gyp:content_settings_core_common', 1094 'components.gyp:content_settings_core_common',
1090 'components.gyp:content_settings_core_test_support', 1095 'components.gyp:content_settings_core_test_support',
(...skipping 846 matching lines...) Expand 10 before | Expand all | Expand 10 after
1937 'dependencies': [ 1942 'dependencies': [
1938 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1943 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1939 ], 1944 ],
1940 }], 1945 }],
1941 ], 1946 ],
1942 }, 1947 },
1943 ], 1948 ],
1944 }], 1949 }],
1945 ], 1950 ],
1946 } 1951 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698