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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1243293003: Platform-specific prune state storage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@prune1
Patch Set: compile fix Created 5 years, 4 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 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 1002 matching lines...) Expand 10 before | Expand all | Expand 10 after
1013 'browser/safe_browsing/incident_reporting/environment_data_collection_win_ unittest.cc', 1013 'browser/safe_browsing/incident_reporting/environment_data_collection_win_ unittest.cc',
1014 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl_un ittest.cc', 1014 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl_un ittest.cc',
1015 'browser/safe_browsing/incident_reporting/incident_reporting_service_unitt est.cc', 1015 'browser/safe_browsing/incident_reporting/incident_reporting_service_unitt est.cc',
1016 'browser/safe_browsing/incident_reporting/last_download_finder_unittest.cc ', 1016 'browser/safe_browsing/incident_reporting/last_download_finder_unittest.cc ',
1017 'browser/safe_browsing/incident_reporting/mock_incident_receiver.cc', 1017 'browser/safe_browsing/incident_reporting/mock_incident_receiver.cc',
1018 'browser/safe_browsing/incident_reporting/mock_incident_receiver.h', 1018 'browser/safe_browsing/incident_reporting/mock_incident_receiver.h',
1019 'browser/safe_browsing/incident_reporting/module_integrity_unittest_util_w in.cc', 1019 'browser/safe_browsing/incident_reporting/module_integrity_unittest_util_w in.cc',
1020 'browser/safe_browsing/incident_reporting/module_integrity_unittest_util_w in.h', 1020 'browser/safe_browsing/incident_reporting/module_integrity_unittest_util_w in.h',
1021 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win_un ittest.cc', 1021 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win_un ittest.cc',
1022 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector_un ittest.cc', 1022 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector_un ittest.cc',
1023 'browser/safe_browsing/incident_reporting/platform_state_store_win_unittes t.cc',
1023 'browser/safe_browsing/incident_reporting/preference_validation_delegate_u nittest.cc', 1024 'browser/safe_browsing/incident_reporting/preference_validation_delegate_u nittest.cc',
1024 'browser/safe_browsing/incident_reporting/resource_request_detector_unitte st.cc', 1025 'browser/safe_browsing/incident_reporting/resource_request_detector_unitte st.cc',
1025 'browser/safe_browsing/incident_reporting/state_store_unittest.cc', 1026 'browser/safe_browsing/incident_reporting/state_store_unittest.cc',
1026 'browser/safe_browsing/incident_reporting/tracked_preference_incident_unit test.cc', 1027 'browser/safe_browsing/incident_reporting/tracked_preference_incident_unit test.cc',
1027 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide nt_unittest.cc', 1028 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide nt_unittest.cc',
1028 'browser/safe_browsing/local_database_manager_unittest.cc', 1029 'browser/safe_browsing/local_database_manager_unittest.cc',
1029 'browser/safe_browsing/local_two_phase_testserver.cc', 1030 'browser/safe_browsing/local_two_phase_testserver.cc',
1030 'browser/safe_browsing/malware_details_unittest.cc', 1031 'browser/safe_browsing/malware_details_unittest.cc',
1031 'browser/safe_browsing/path_sanitizer_unittest.cc', 1032 'browser/safe_browsing/path_sanitizer_unittest.cc',
1032 'browser/safe_browsing/ping_manager_unittest.cc', 1033 'browser/safe_browsing/ping_manager_unittest.cc',
(...skipping 1871 matching lines...) Expand 10 before | Expand all | Expand 10 after
2904 'dependencies': [ 2905 'dependencies': [
2905 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2906 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2906 ], 2907 ],
2907 }], 2908 }],
2908 ], 2909 ],
2909 }, 2910 },
2910 ], 2911 ],
2911 }], 2912 }],
2912 ], # 'conditions' 2913 ], # 'conditions'
2913 } 2914 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698