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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 516663002: Introducing the OffDomainInclusionDetector to analyze resource requests for suspicious activity. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: probably unecessary but harmless reset Created 6 years, 1 month 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
« no previous file with comments | « chrome/browser/safe_browsing/safe_browsing_service.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 { 5 {
6 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 2644 matching lines...) Expand 10 before | Expand all | Expand 10 after
2655 'browser/safe_browsing/incident_reporting/delayed_callback_runner.cc', 2655 'browser/safe_browsing/incident_reporting/delayed_callback_runner.cc',
2656 'browser/safe_browsing/incident_reporting/delayed_callback_runner.h', 2656 'browser/safe_browsing/incident_reporting/delayed_callback_runner.h',
2657 'browser/safe_browsing/incident_reporting/download_metadata_manager.cc', 2657 'browser/safe_browsing/incident_reporting/download_metadata_manager.cc',
2658 'browser/safe_browsing/incident_reporting/download_metadata_manager.h', 2658 'browser/safe_browsing/incident_reporting/download_metadata_manager.h',
2659 'browser/safe_browsing/incident_reporting/environment_data_collection.cc', 2659 'browser/safe_browsing/incident_reporting/environment_data_collection.cc',
2660 'browser/safe_browsing/incident_reporting/environment_data_collection.h', 2660 'browser/safe_browsing/incident_reporting/environment_data_collection.h',
2661 'browser/safe_browsing/incident_reporting/environment_data_collection_win. cc', 2661 'browser/safe_browsing/incident_reporting/environment_data_collection_win. cc',
2662 'browser/safe_browsing/incident_reporting/environment_data_collection_win. h', 2662 'browser/safe_browsing/incident_reporting/environment_data_collection_win. h',
2663 'browser/safe_browsing/incident_reporting/incident_handler_util.cc', 2663 'browser/safe_browsing/incident_reporting/incident_handler_util.cc',
2664 'browser/safe_browsing/incident_reporting/incident_handler_util.h', 2664 'browser/safe_browsing/incident_reporting/incident_handler_util.h',
2665 'browser/safe_browsing/incident_reporting/incident_reporting_service.cc',
2666 'browser/safe_browsing/incident_reporting/incident_reporting_service.h',
2667 'browser/safe_browsing/incident_reporting/incident_report_uploader.cc', 2665 'browser/safe_browsing/incident_reporting/incident_report_uploader.cc',
2668 'browser/safe_browsing/incident_reporting/incident_report_uploader.h', 2666 'browser/safe_browsing/incident_reporting/incident_report_uploader.h',
2669 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl.cc ', 2667 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl.cc ',
2670 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl.h' , 2668 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl.h' ,
2669 'browser/safe_browsing/incident_reporting/incident_reporting_service.cc',
2670 'browser/safe_browsing/incident_reporting/incident_reporting_service.h',
2671 'browser/safe_browsing/incident_reporting/last_download_finder.cc', 2671 'browser/safe_browsing/incident_reporting/last_download_finder.cc',
2672 'browser/safe_browsing/incident_reporting/last_download_finder.h', 2672 'browser/safe_browsing/incident_reporting/last_download_finder.h',
2673 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.cc ', 2673 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.cc ',
2674 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.h' , 2674 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.h' ,
2675 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.cc ',
2676 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.h' ,
2675 'browser/safe_browsing/incident_reporting/preference_validation_delegate.c c', 2677 'browser/safe_browsing/incident_reporting/preference_validation_delegate.c c',
2676 'browser/safe_browsing/incident_reporting/preference_validation_delegate.h ', 2678 'browser/safe_browsing/incident_reporting/preference_validation_delegate.h ',
2677 'browser/safe_browsing/incident_reporting/tracked_preference_incident_hand lers.cc', 2679 'browser/safe_browsing/incident_reporting/tracked_preference_incident_hand lers.cc',
2678 'browser/safe_browsing/incident_reporting/tracked_preference_incident_hand lers.h', 2680 'browser/safe_browsing/incident_reporting/tracked_preference_incident_hand lers.h',
2679 'browser/safe_browsing/path_sanitizer.cc', 2681 'browser/safe_browsing/path_sanitizer.cc',
2680 'browser/safe_browsing/path_sanitizer.h', 2682 'browser/safe_browsing/path_sanitizer.h',
2681 'browser/safe_browsing/pe_image_reader_win.cc', 2683 'browser/safe_browsing/pe_image_reader_win.cc',
2682 'browser/safe_browsing/pe_image_reader_win.h', 2684 'browser/safe_browsing/pe_image_reader_win.h',
2683 'browser/safe_browsing/prefix_set.cc', 2685 'browser/safe_browsing/prefix_set.cc',
2684 'browser/safe_browsing/prefix_set.h', 2686 'browser/safe_browsing/prefix_set.h',
(...skipping 978 matching lines...) Expand 10 before | Expand all | Expand 10 after
3663 'variables': { 3665 'variables': {
3664 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3666 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3665 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3667 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3666 }, 3668 },
3667 'includes': [ '../build/protoc.gypi' ] 3669 'includes': [ '../build/protoc.gypi' ]
3668 }, 3670 },
3669 ], 3671 ],
3670 },], 3672 },],
3671 ], 3673 ],
3672 } 3674 }
OLDNEW
« no previous file with comments | « chrome/browser/safe_browsing/safe_browsing_service.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698