| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 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 'variables': { | 5 'variables': { |
| 6 'chrome_unit_tests_sources': [ | 6 'chrome_unit_tests_sources': [ |
| 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this | 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this |
| 8 # dependency is needed to make commit bots run unit_tests on | 8 # dependency is needed to make commit bots run unit_tests on |
| 9 # histograms.xml changes. | 9 # histograms.xml changes. |
| 10 '../tools/metrics/histograms/histograms.xml', | 10 '../tools/metrics/histograms/histograms.xml', |
| (...skipping 944 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 955 ], | 955 ], |
| 956 'chrome_unit_tests_full_safe_browsing_sources': [ | 956 'chrome_unit_tests_full_safe_browsing_sources': [ |
| 957 'browser/safe_browsing/browser_feature_extractor_unittest.cc', | 957 'browser/safe_browsing/browser_feature_extractor_unittest.cc', |
| 958 'browser/safe_browsing/chunk_range_unittest.cc', | 958 'browser/safe_browsing/chunk_range_unittest.cc', |
| 959 'browser/safe_browsing/client_side_detection_host_unittest.cc', | 959 'browser/safe_browsing/client_side_detection_host_unittest.cc', |
| 960 'browser/safe_browsing/client_side_detection_service_unittest.cc', | 960 'browser/safe_browsing/client_side_detection_service_unittest.cc', |
| 961 'browser/safe_browsing/client_side_model_loader_unittest.cc', | 961 'browser/safe_browsing/client_side_model_loader_unittest.cc', |
| 962 'browser/safe_browsing/download_feedback_service_unittest.cc', | 962 'browser/safe_browsing/download_feedback_service_unittest.cc', |
| 963 'browser/safe_browsing/download_feedback_unittest.cc', | 963 'browser/safe_browsing/download_feedback_unittest.cc', |
| 964 'browser/safe_browsing/download_protection_service_unittest.cc', | 964 'browser/safe_browsing/download_protection_service_unittest.cc', |
| 965 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer_mac_un
ittest.cc', |
| 965 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer_win_un
ittest.cc', | 966 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer_win_un
ittest.cc', |
| 966 'browser/safe_browsing/incident_reporting/binary_integrity_incident_unitte
st.cc', | 967 'browser/safe_browsing/incident_reporting/binary_integrity_incident_unitte
st.cc', |
| 967 'browser/safe_browsing/incident_reporting/blacklist_load_analyzer_win_unit
test.cc', | 968 'browser/safe_browsing/incident_reporting/blacklist_load_analyzer_win_unit
test.cc', |
| 968 'browser/safe_browsing/incident_reporting/blacklist_load_incident_unittest
.cc', | 969 'browser/safe_browsing/incident_reporting/blacklist_load_incident_unittest
.cc', |
| 969 'browser/safe_browsing/incident_reporting/delayed_callback_runner_unittest
.cc', | 970 'browser/safe_browsing/incident_reporting/delayed_callback_runner_unittest
.cc', |
| 970 'browser/safe_browsing/incident_reporting/download_metadata_manager_unitte
st.cc', | 971 'browser/safe_browsing/incident_reporting/download_metadata_manager_unitte
st.cc', |
| 971 'browser/safe_browsing/incident_reporting/environment_data_collection_win_
unittest.cc', | 972 'browser/safe_browsing/incident_reporting/environment_data_collection_win_
unittest.cc', |
| 972 'browser/safe_browsing/incident_reporting/extension_data_collection_unitte
st.cc', | 973 'browser/safe_browsing/incident_reporting/extension_data_collection_unitte
st.cc', |
| 973 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl_un
ittest.cc', | 974 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl_un
ittest.cc', |
| 974 'browser/safe_browsing/incident_reporting/incident_reporting_service_unitt
est.cc', | 975 'browser/safe_browsing/incident_reporting/incident_reporting_service_unitt
est.cc', |
| (...skipping 15 matching lines...) Expand all Loading... |
| 990 'browser/safe_browsing/local_two_phase_testserver.cc', | 991 'browser/safe_browsing/local_two_phase_testserver.cc', |
| 991 'browser/safe_browsing/path_sanitizer_unittest.cc', | 992 'browser/safe_browsing/path_sanitizer_unittest.cc', |
| 992 'browser/safe_browsing/protocol_manager_unittest.cc', | 993 'browser/safe_browsing/protocol_manager_unittest.cc', |
| 993 'browser/safe_browsing/protocol_parser_unittest.cc', | 994 'browser/safe_browsing/protocol_parser_unittest.cc', |
| 994 'browser/safe_browsing/safe_browsing_database_unittest.cc', | 995 'browser/safe_browsing/safe_browsing_database_unittest.cc', |
| 995 'browser/safe_browsing/safe_browsing_store_file_unittest.cc', | 996 'browser/safe_browsing/safe_browsing_store_file_unittest.cc', |
| 996 'browser/safe_browsing/safe_browsing_store_unittest.cc', | 997 'browser/safe_browsing/safe_browsing_store_unittest.cc', |
| 997 'browser/safe_browsing/safe_browsing_util_unittest.cc', | 998 'browser/safe_browsing/safe_browsing_util_unittest.cc', |
| 998 'browser/safe_browsing/sandboxed_dmg_analyzer_mac_unittest.cc', | 999 'browser/safe_browsing/sandboxed_dmg_analyzer_mac_unittest.cc', |
| 999 'browser/safe_browsing/sandboxed_zip_analyzer_unittest.cc', | 1000 'browser/safe_browsing/sandboxed_zip_analyzer_unittest.cc', |
| 1001 'browser/safe_browsing/signature_evaluator_mac_unittest.cc', |
| 1000 'browser/safe_browsing/test_database_manager.cc', | 1002 'browser/safe_browsing/test_database_manager.cc', |
| 1001 'browser/safe_browsing/test_database_manager.h', | 1003 'browser/safe_browsing/test_database_manager.h', |
| 1002 'browser/safe_browsing/two_phase_uploader_unittest.cc', | 1004 'browser/safe_browsing/two_phase_uploader_unittest.cc', |
| 1003 'browser/safe_browsing/unverified_download_field_trial_unittest.cc', | 1005 'browser/safe_browsing/unverified_download_field_trial_unittest.cc', |
| 1004 'common/safe_browsing/binary_feature_extractor_mac_unittest.cc', | 1006 'common/safe_browsing/binary_feature_extractor_mac_unittest.cc', |
| 1005 'common/safe_browsing/binary_feature_extractor_unittest.cc', | 1007 'common/safe_browsing/binary_feature_extractor_unittest.cc', |
| 1006 'common/safe_browsing/binary_feature_extractor_win_unittest.cc', | 1008 'common/safe_browsing/binary_feature_extractor_win_unittest.cc', |
| 1007 'common/safe_browsing/download_protection_util_unittest.cc', | 1009 'common/safe_browsing/download_protection_util_unittest.cc', |
| 1008 'common/safe_browsing/ipc_protobuf_message_test_messages.h', | 1010 'common/safe_browsing/ipc_protobuf_message_test_messages.h', |
| 1009 'common/safe_browsing/ipc_protobuf_message_unittest.cc', | 1011 'common/safe_browsing/ipc_protobuf_message_unittest.cc', |
| (...skipping 1963 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2973 'dependencies': [ | 2975 'dependencies': [ |
| 2974 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2976 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2975 ], | 2977 ], |
| 2976 }], | 2978 }], |
| 2977 ], | 2979 ], |
| 2978 }, | 2980 }, |
| 2979 ], | 2981 ], |
| 2980 }], | 2982 }], |
| 2981 ], # 'conditions' | 2983 ], # 'conditions' |
| 2982 } | 2984 } |
| OLD | NEW |