| 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, |
| 11 | 11 |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 871 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 973 'target_name': 'components_unittests', | 976 'target_name': 'components_unittests', |
| 974 'type': '<(gtest_target_type)', | 977 'type': '<(gtest_target_type)', |
| 975 'sources': [ | 978 'sources': [ |
| 976 'test/run_all_unittests.cc', | 979 'test/run_all_unittests.cc', |
| 977 | 980 |
| 978 '<@(auto_login_parser_unittest_sources)', | 981 '<@(auto_login_parser_unittest_sources)', |
| 979 '<@(autofill_unittest_sources)', | 982 '<@(autofill_unittest_sources)', |
| 980 '<@(bookmarks_unittest_sources)', | 983 '<@(bookmarks_unittest_sources)', |
| 981 '<@(browser_sync_unittest_sources)', | 984 '<@(browser_sync_unittest_sources)', |
| 982 '<@(browser_watcher_unittest_sources)', | 985 '<@(browser_watcher_unittest_sources)', |
| 986 '<@(browsing_data_ui_unittest_sources)', |
| 983 '<@(bubble_unittest_sources)', | 987 '<@(bubble_unittest_sources)', |
| 984 '<@(captive_portal_unittest_sources)', | 988 '<@(captive_portal_unittest_sources)', |
| 985 '<@(cast_certificate_unittest_sources)', | 989 '<@(cast_certificate_unittest_sources)', |
| 986 '<@(certificate_reporting_unittest_sources)', | 990 '<@(certificate_reporting_unittest_sources)', |
| 987 '<@(client_update_protocol_unittest_sources)', | 991 '<@(client_update_protocol_unittest_sources)', |
| 988 '<@(cloud_devices_unittest_sources)', | 992 '<@(cloud_devices_unittest_sources)', |
| 989 '<@(component_updater_unittest_sources)', | 993 '<@(component_updater_unittest_sources)', |
| 990 '<@(content_settings_unittest_sources)', | 994 '<@(content_settings_unittest_sources)', |
| 991 '<@(crash_unittest_sources)', | 995 '<@(crash_unittest_sources)', |
| 992 '<@(crx_file_unittest_sources)', | 996 '<@(crx_file_unittest_sources)', |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1083 '../url/url.gyp:url_lib', | 1087 '../url/url.gyp:url_lib', |
| 1084 'components.gyp:auto_login_parser', | 1088 'components.gyp:auto_login_parser', |
| 1085 'components.gyp:autofill_core_browser', | 1089 'components.gyp:autofill_core_browser', |
| 1086 'components.gyp:autofill_core_common', | 1090 'components.gyp:autofill_core_common', |
| 1087 'components.gyp:autofill_core_test_support', | 1091 'components.gyp:autofill_core_test_support', |
| 1088 'components.gyp:bookmarks_browser', | 1092 'components.gyp:bookmarks_browser', |
| 1089 'components.gyp:bookmarks_managed', | 1093 'components.gyp:bookmarks_managed', |
| 1090 'components.gyp:bookmarks_test_support', | 1094 'components.gyp:bookmarks_test_support', |
| 1091 'components.gyp:browser_sync_browser', | 1095 'components.gyp:browser_sync_browser', |
| 1092 'components.gyp:browser_sync_browser_test_support', | 1096 'components.gyp:browser_sync_browser_test_support', |
| 1097 'components.gyp:browsing_data_ui', |
| 1093 'components.gyp:bubble', | 1098 'components.gyp:bubble', |
| 1094 'components.gyp:captive_portal_test_support', | 1099 'components.gyp:captive_portal_test_support', |
| 1095 'components.gyp:cast_certificate', | 1100 'components.gyp:cast_certificate', |
| 1096 'components.gyp:certificate_reporting', | 1101 'components.gyp:certificate_reporting', |
| 1097 'components.gyp:cloud_devices_common', | 1102 'components.gyp:cloud_devices_common', |
| 1098 'components.gyp:component_updater', | 1103 'components.gyp:component_updater', |
| 1099 'components.gyp:component_updater_test_support', | 1104 'components.gyp:component_updater_test_support', |
| 1100 'components.gyp:content_settings_core_browser', | 1105 'components.gyp:content_settings_core_browser', |
| 1101 'components.gyp:content_settings_core_common', | 1106 'components.gyp:content_settings_core_common', |
| 1102 'components.gyp:content_settings_core_test_support', | 1107 'components.gyp:content_settings_core_test_support', |
| (...skipping 848 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1951 'dependencies': [ | 1956 'dependencies': [ |
| 1952 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1957 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1953 ], | 1958 ], |
| 1954 }], | 1959 }], |
| 1955 ], | 1960 ], |
| 1956 }, | 1961 }, |
| 1957 ], | 1962 ], |
| 1958 }], | 1963 }], |
| 1959 ], | 1964 ], |
| 1960 } | 1965 } |
| OLD | NEW |