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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1579403002: Move remote_db_manager into the safe_browsing_db component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a gn dep on safe_browsing_db_mobile Created 4 years, 11 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 753 matching lines...) Expand 10 before | Expand all | Expand 10 after
764 'browser/notifications/platform_notification_service_unittest.cc', 764 'browser/notifications/platform_notification_service_unittest.cc',
765 ], 765 ],
766 # Used by Full Safe Browsing (safe_browsing==1) and Mobile Safe 766 # Used by Full Safe Browsing (safe_browsing==1) and Mobile Safe
767 # Browsing (==2) modes. 767 # Browsing (==2) modes.
768 'chrome_unit_tests_shared_safe_browsing_sources': [ 768 'chrome_unit_tests_shared_safe_browsing_sources': [
769 'browser/safe_browsing/ping_manager_unittest.cc', 769 'browser/safe_browsing/ping_manager_unittest.cc',
770 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc', 770 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc',
771 'browser/safe_browsing/threat_details_unittest.cc', 771 'browser/safe_browsing/threat_details_unittest.cc',
772 'browser/safe_browsing/ui_manager_unittest.cc', 772 'browser/safe_browsing/ui_manager_unittest.cc',
773 ], 773 ],
774 'chrome_unit_tests_mobile_safe_browsing_sources': [
775 'browser/safe_browsing/remote_database_manager_unittest.cc',
776 'browser/safe_browsing/safe_browsing_api_handler_unittest.cc',
777 ],
778 'chrome_unit_tests_full_safe_browsing_sources': [ 774 'chrome_unit_tests_full_safe_browsing_sources': [
779 'browser/safe_browsing/browser_feature_extractor_unittest.cc', 775 'browser/safe_browsing/browser_feature_extractor_unittest.cc',
780 'browser/safe_browsing/chunk_range_unittest.cc', 776 'browser/safe_browsing/chunk_range_unittest.cc',
781 'browser/safe_browsing/client_side_detection_host_unittest.cc', 777 'browser/safe_browsing/client_side_detection_host_unittest.cc',
782 'browser/safe_browsing/client_side_detection_service_unittest.cc', 778 'browser/safe_browsing/client_side_detection_service_unittest.cc',
783 'browser/safe_browsing/client_side_model_loader_unittest.cc', 779 'browser/safe_browsing/client_side_model_loader_unittest.cc',
784 'browser/safe_browsing/download_feedback_service_unittest.cc', 780 'browser/safe_browsing/download_feedback_service_unittest.cc',
785 'browser/safe_browsing/download_feedback_unittest.cc', 781 'browser/safe_browsing/download_feedback_unittest.cc',
786 'browser/safe_browsing/download_protection_service_unittest.cc', 782 'browser/safe_browsing/download_protection_service_unittest.cc',
787 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer_mac_un ittest.cc', 783 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer_mac_un ittest.cc',
(...skipping 1717 matching lines...) Expand 10 before | Expand all | Expand 10 after
2505 # TODO(sgurun): enable tests for safe_browsing==2. 2501 # TODO(sgurun): enable tests for safe_browsing==2.
2506 'sources': [ '<@(chrome_unit_tests_full_safe_browsing_sources)', 2502 'sources': [ '<@(chrome_unit_tests_full_safe_browsing_sources)',
2507 '<@(chrome_unit_tests_shared_safe_browsing_sources)', 2503 '<@(chrome_unit_tests_shared_safe_browsing_sources)',
2508 ], 2504 ],
2509 'dependencies': [ 2505 'dependencies': [
2510 '../components/components.gyp:test_database_manager', 2506 '../components/components.gyp:test_database_manager',
2511 'ipc_protobuf_message_test_proto', 2507 'ipc_protobuf_message_test_proto',
2512 ], 2508 ],
2513 }], 2509 }],
2514 ['safe_browsing==2', { 2510 ['safe_browsing==2', {
2515 'sources': [ '<@(chrome_unit_tests_mobile_safe_browsing_sources)', 2511 'sources': [ '<@(chrome_unit_tests_shared_safe_browsing_sources)' ],
2516 '<@(chrome_unit_tests_shared_safe_browsing_sources)',
2517 ],
2518 }], 2512 }],
2519 ['enable_autofill_dialog==1 and OS!="android"', { 2513 ['enable_autofill_dialog==1 and OS!="android"', {
2520 'sources': [ '<@(chrome_unit_tests_autofill_dialog_sources)' ], 2514 'sources': [ '<@(chrome_unit_tests_autofill_dialog_sources)' ],
2521 }], 2515 }],
2522 ['enable_plugins==1', { 2516 ['enable_plugins==1', {
2523 'sources': [ '<@(chrome_unit_tests_plugins_sources)' ], 2517 'sources': [ '<@(chrome_unit_tests_plugins_sources)' ],
2524 }], 2518 }],
2525 ['enable_print_preview==1', { 2519 ['enable_print_preview==1', {
2526 'sources': [ '<@(chrome_unit_tests_print_preview_sources)' ], 2520 'sources': [ '<@(chrome_unit_tests_print_preview_sources)' ],
2527 }], 2521 }],
(...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after
3058 'dependencies': [ 3052 'dependencies': [
3059 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3053 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3060 ], 3054 ],
3061 }], 3055 }],
3062 ], 3056 ],
3063 }, 3057 },
3064 ], 3058 ],
3065 }], 3059 }],
3066 ], # 'conditions' 3060 ], # 'conditions'
3067 } 3061 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698