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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1643573002: Add a ModuleLoadAnalyzer which checks modules against a whitelist (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix incorrect and misleading unit tests in for blacklist_load and suspicious_module incidents Created 4 years, 10 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 { 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 2578 matching lines...) Expand 10 before | Expand all | Expand 10 after
2589 'browser/safe_browsing/incident_reporting/incident_report_uploader.cc', 2589 'browser/safe_browsing/incident_reporting/incident_report_uploader.cc',
2590 'browser/safe_browsing/incident_reporting/incident_report_uploader.h', 2590 'browser/safe_browsing/incident_reporting/incident_report_uploader.h',
2591 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl.cc ', 2591 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl.cc ',
2592 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl.h' , 2592 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl.h' ,
2593 'browser/safe_browsing/incident_reporting/incident_reporting_service.cc', 2593 'browser/safe_browsing/incident_reporting/incident_reporting_service.cc',
2594 'browser/safe_browsing/incident_reporting/incident_reporting_service.h', 2594 'browser/safe_browsing/incident_reporting/incident_reporting_service.h',
2595 'browser/safe_browsing/incident_reporting/last_download_finder.cc', 2595 'browser/safe_browsing/incident_reporting/last_download_finder.cc',
2596 'browser/safe_browsing/incident_reporting/last_download_finder.h', 2596 'browser/safe_browsing/incident_reporting/last_download_finder.h',
2597 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.cc ', 2597 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.cc ',
2598 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.h' , 2598 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.h' ,
2599 'browser/safe_browsing/incident_reporting/module_load_analyzer.cc',
2600 'browser/safe_browsing/incident_reporting/module_load_analyzer.h',
2601 'browser/safe_browsing/incident_reporting/module_load_analyzer_win.cc',
2599 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.cc ', 2602 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.cc ',
2600 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.h' , 2603 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.h' ,
2601 'browser/safe_browsing/incident_reporting/platform_state_store.cc', 2604 'browser/safe_browsing/incident_reporting/platform_state_store.cc',
2602 'browser/safe_browsing/incident_reporting/platform_state_store.h', 2605 'browser/safe_browsing/incident_reporting/platform_state_store.h',
2603 'browser/safe_browsing/incident_reporting/platform_state_store_win.cc', 2606 'browser/safe_browsing/incident_reporting/platform_state_store_win.cc',
2604 'browser/safe_browsing/incident_reporting/preference_validation_delegate.c c', 2607 'browser/safe_browsing/incident_reporting/preference_validation_delegate.c c',
2605 'browser/safe_browsing/incident_reporting/preference_validation_delegate.h ', 2608 'browser/safe_browsing/incident_reporting/preference_validation_delegate.h ',
2606 'browser/safe_browsing/incident_reporting/resource_request_detector.cc', 2609 'browser/safe_browsing/incident_reporting/resource_request_detector.cc',
2607 'browser/safe_browsing/incident_reporting/resource_request_detector.h', 2610 'browser/safe_browsing/incident_reporting/resource_request_detector.h',
2608 'browser/safe_browsing/incident_reporting/resource_request_incident.cc', 2611 'browser/safe_browsing/incident_reporting/resource_request_incident.cc',
2609 'browser/safe_browsing/incident_reporting/resource_request_incident.h', 2612 'browser/safe_browsing/incident_reporting/resource_request_incident.h',
2610 'browser/safe_browsing/incident_reporting/state_store.cc', 2613 'browser/safe_browsing/incident_reporting/state_store.cc',
2611 'browser/safe_browsing/incident_reporting/state_store.h', 2614 'browser/safe_browsing/incident_reporting/state_store.h',
2615 'browser/safe_browsing/incident_reporting/suspicious_module_incident.cc',
2616 'browser/safe_browsing/incident_reporting/suspicious_module_incident.h',
2612 'browser/safe_browsing/incident_reporting/tracked_preference_incident.cc', 2617 'browser/safe_browsing/incident_reporting/tracked_preference_incident.cc',
2613 'browser/safe_browsing/incident_reporting/tracked_preference_incident.h', 2618 'browser/safe_browsing/incident_reporting/tracked_preference_incident.h',
2614 'browser/safe_browsing/incident_reporting/variations_seed_signature_analyz er.cc', 2619 'browser/safe_browsing/incident_reporting/variations_seed_signature_analyz er.cc',
2615 'browser/safe_browsing/incident_reporting/variations_seed_signature_analyz er.h', 2620 'browser/safe_browsing/incident_reporting/variations_seed_signature_analyz er.h',
2616 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide nt.cc', 2621 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide nt.cc',
2617 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide nt.h', 2622 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide nt.h',
2618 'browser/safe_browsing/local_database_manager.cc', 2623 'browser/safe_browsing/local_database_manager.cc',
2619 'browser/safe_browsing/local_database_manager.h', 2624 'browser/safe_browsing/local_database_manager.h',
2620 'browser/safe_browsing/path_sanitizer.cc', 2625 'browser/safe_browsing/path_sanitizer.cc',
2621 'browser/safe_browsing/path_sanitizer.h', 2626 'browser/safe_browsing/path_sanitizer.h',
(...skipping 1569 matching lines...) Expand 10 before | Expand all | Expand 10 after
4191 '../components/components.gyp:rlz', 4196 '../components/components.gyp:rlz',
4192 '../components/components.gyp:search_engines', 4197 '../components/components.gyp:search_engines',
4193 '../rlz/rlz.gyp:rlz_lib', 4198 '../rlz/rlz.gyp:rlz_lib',
4194 'common', 4199 'common',
4195 ], 4200 ],
4196 }, 4201 },
4197 ], 4202 ],
4198 }], 4203 }],
4199 ], 4204 ],
4200 } 4205 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698