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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1399843003: Move prefix_set and parts of s_b_util into a new component safe_browsing_db. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 986 matching lines...) Expand 10 before | Expand all | Expand 10 after
997 'browser/safe_browsing/incident_reporting/platform_state_store_unittest.cc ', 997 'browser/safe_browsing/incident_reporting/platform_state_store_unittest.cc ',
998 'browser/safe_browsing/incident_reporting/platform_state_store_win_unittes t.cc', 998 'browser/safe_browsing/incident_reporting/platform_state_store_win_unittes t.cc',
999 'browser/safe_browsing/incident_reporting/preference_validation_delegate_u nittest.cc', 999 'browser/safe_browsing/incident_reporting/preference_validation_delegate_u nittest.cc',
1000 'browser/safe_browsing/incident_reporting/resource_request_detector_unitte st.cc', 1000 'browser/safe_browsing/incident_reporting/resource_request_detector_unitte st.cc',
1001 'browser/safe_browsing/incident_reporting/state_store_unittest.cc', 1001 'browser/safe_browsing/incident_reporting/state_store_unittest.cc',
1002 'browser/safe_browsing/incident_reporting/tracked_preference_incident_unit test.cc', 1002 'browser/safe_browsing/incident_reporting/tracked_preference_incident_unit test.cc',
1003 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide nt_unittest.cc', 1003 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide nt_unittest.cc',
1004 'browser/safe_browsing/local_database_manager_unittest.cc', 1004 'browser/safe_browsing/local_database_manager_unittest.cc',
1005 'browser/safe_browsing/local_two_phase_testserver.cc', 1005 'browser/safe_browsing/local_two_phase_testserver.cc',
1006 'browser/safe_browsing/path_sanitizer_unittest.cc', 1006 'browser/safe_browsing/path_sanitizer_unittest.cc',
1007 'browser/safe_browsing/prefix_set_unittest.cc',
1008 'browser/safe_browsing/protocol_manager_unittest.cc', 1007 'browser/safe_browsing/protocol_manager_unittest.cc',
1009 'browser/safe_browsing/protocol_parser_unittest.cc', 1008 'browser/safe_browsing/protocol_parser_unittest.cc',
1010 'browser/safe_browsing/safe_browsing_database_unittest.cc', 1009 'browser/safe_browsing/safe_browsing_database_unittest.cc',
1011 'browser/safe_browsing/safe_browsing_store_file_unittest.cc', 1010 'browser/safe_browsing/safe_browsing_store_file_unittest.cc',
1012 'browser/safe_browsing/safe_browsing_store_unittest.cc', 1011 'browser/safe_browsing/safe_browsing_store_unittest.cc',
1013 'browser/safe_browsing/safe_browsing_util_unittest.cc', 1012 'browser/safe_browsing/safe_browsing_util_unittest.cc',
1014 'browser/safe_browsing/sandboxed_dmg_analyzer_mac_unittest.cc', 1013 'browser/safe_browsing/sandboxed_dmg_analyzer_mac_unittest.cc',
1015 'browser/safe_browsing/sandboxed_zip_analyzer_unittest.cc', 1014 'browser/safe_browsing/sandboxed_zip_analyzer_unittest.cc',
1016 'browser/safe_browsing/test_database_manager.cc', 1015 'browser/safe_browsing/test_database_manager.cc',
1017 'browser/safe_browsing/test_database_manager.h', 1016 'browser/safe_browsing/test_database_manager.h',
(...skipping 1909 matching lines...) Expand 10 before | Expand all | Expand 10 after
2927 'dependencies': [ 2926 'dependencies': [
2928 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2927 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2929 ], 2928 ],
2930 }], 2929 }],
2931 ], 2930 ],
2932 }, 2931 },
2933 ], 2932 ],
2934 }], 2933 }],
2935 ], # 'conditions' 2934 ], # 'conditions'
2936 } 2935 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698