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

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: review:mattm 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
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 2608 matching lines...) Expand 10 before | Expand all | Expand 10 after
2619 'browser/safe_browsing/incident_reporting/blacklist_load_incident_handlers .h', 2619 'browser/safe_browsing/incident_reporting/blacklist_load_incident_handlers .h',
2620 'browser/safe_browsing/incident_reporting/delayed_analysis_callback.h', 2620 'browser/safe_browsing/incident_reporting/delayed_analysis_callback.h',
2621 'browser/safe_browsing/incident_reporting/delayed_callback_runner.cc', 2621 'browser/safe_browsing/incident_reporting/delayed_callback_runner.cc',
2622 'browser/safe_browsing/incident_reporting/delayed_callback_runner.h', 2622 'browser/safe_browsing/incident_reporting/delayed_callback_runner.h',
2623 'browser/safe_browsing/incident_reporting/environment_data_collection.cc', 2623 'browser/safe_browsing/incident_reporting/environment_data_collection.cc',
2624 'browser/safe_browsing/incident_reporting/environment_data_collection.h', 2624 'browser/safe_browsing/incident_reporting/environment_data_collection.h',
2625 'browser/safe_browsing/incident_reporting/environment_data_collection_win. cc', 2625 'browser/safe_browsing/incident_reporting/environment_data_collection_win. cc',
2626 'browser/safe_browsing/incident_reporting/environment_data_collection_win. h', 2626 'browser/safe_browsing/incident_reporting/environment_data_collection_win. h',
2627 'browser/safe_browsing/incident_reporting/incident_handler_util.cc', 2627 'browser/safe_browsing/incident_reporting/incident_handler_util.cc',
2628 'browser/safe_browsing/incident_reporting/incident_handler_util.h', 2628 'browser/safe_browsing/incident_reporting/incident_handler_util.h',
2629 'browser/safe_browsing/incident_reporting/incident_reporting_service.cc',
2630 'browser/safe_browsing/incident_reporting/incident_reporting_service.h',
2631 'browser/safe_browsing/incident_reporting/incident_report_uploader.cc', 2629 'browser/safe_browsing/incident_reporting/incident_report_uploader.cc',
2632 'browser/safe_browsing/incident_reporting/incident_report_uploader.h', 2630 'browser/safe_browsing/incident_reporting/incident_report_uploader.h',
2633 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl.cc ', 2631 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl.cc ',
2634 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl.h' , 2632 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl.h' ,
2633 'browser/safe_browsing/incident_reporting/incident_reporting_service.cc',
2634 'browser/safe_browsing/incident_reporting/incident_reporting_service.h',
2635 'browser/safe_browsing/incident_reporting/last_download_finder.cc', 2635 'browser/safe_browsing/incident_reporting/last_download_finder.cc',
2636 'browser/safe_browsing/incident_reporting/last_download_finder.h', 2636 'browser/safe_browsing/incident_reporting/last_download_finder.h',
2637 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.cc ', 2637 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.cc ',
2638 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.h' , 2638 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.h' ,
2639 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.cc ',
2640 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.h' ,
2639 'browser/safe_browsing/incident_reporting/preference_validation_delegate.c c', 2641 'browser/safe_browsing/incident_reporting/preference_validation_delegate.c c',
2640 'browser/safe_browsing/incident_reporting/preference_validation_delegate.h ', 2642 'browser/safe_browsing/incident_reporting/preference_validation_delegate.h ',
2641 'browser/safe_browsing/incident_reporting/tracked_preference_incident_hand lers.cc', 2643 'browser/safe_browsing/incident_reporting/tracked_preference_incident_hand lers.cc',
2642 'browser/safe_browsing/incident_reporting/tracked_preference_incident_hand lers.h', 2644 'browser/safe_browsing/incident_reporting/tracked_preference_incident_hand lers.h',
2643 'browser/safe_browsing/path_sanitizer.cc', 2645 'browser/safe_browsing/path_sanitizer.cc',
2644 'browser/safe_browsing/path_sanitizer.h', 2646 'browser/safe_browsing/path_sanitizer.h',
2645 'browser/safe_browsing/pe_image_reader_win.cc', 2647 'browser/safe_browsing/pe_image_reader_win.cc',
2646 'browser/safe_browsing/pe_image_reader_win.h', 2648 'browser/safe_browsing/pe_image_reader_win.h',
2647 'browser/safe_browsing/prefix_set.cc', 2649 'browser/safe_browsing/prefix_set.cc',
2648 'browser/safe_browsing/prefix_set.h', 2650 'browser/safe_browsing/prefix_set.h',
(...skipping 963 matching lines...) Expand 10 before | Expand all | Expand 10 after
3612 'variables': { 3614 'variables': {
3613 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3615 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3614 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3616 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3615 }, 3617 },
3616 'includes': [ '../build/protoc.gypi' ] 3618 'includes': [ '../build/protoc.gypi' ]
3617 }, 3619 },
3618 ], 3620 ],
3619 },], 3621 },],
3620 ], 3622 ],
3621 } 3623 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698