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

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: Resolve comments on #8 and add consent level to 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 2575 matching lines...) Expand 10 before | Expand all | Expand 10 after
2586 'browser/safe_browsing/incident_reporting/incident_report_uploader.cc', 2586 'browser/safe_browsing/incident_reporting/incident_report_uploader.cc',
2587 'browser/safe_browsing/incident_reporting/incident_report_uploader.h', 2587 'browser/safe_browsing/incident_reporting/incident_report_uploader.h',
2588 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl.cc ', 2588 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl.cc ',
2589 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl.h' , 2589 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl.h' ,
2590 'browser/safe_browsing/incident_reporting/incident_reporting_service.cc', 2590 'browser/safe_browsing/incident_reporting/incident_reporting_service.cc',
2591 'browser/safe_browsing/incident_reporting/incident_reporting_service.h', 2591 'browser/safe_browsing/incident_reporting/incident_reporting_service.h',
2592 'browser/safe_browsing/incident_reporting/last_download_finder.cc', 2592 'browser/safe_browsing/incident_reporting/last_download_finder.cc',
2593 'browser/safe_browsing/incident_reporting/last_download_finder.h', 2593 'browser/safe_browsing/incident_reporting/last_download_finder.h',
2594 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.cc ', 2594 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.cc ',
2595 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.h' , 2595 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.h' ,
2596 'browser/safe_browsing/incident_reporting/module_load_analyzer.cc',
2597 'browser/safe_browsing/incident_reporting/module_load_analyzer.h',
2598 'browser/safe_browsing/incident_reporting/module_load_analyzer_win.cc',
2596 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.cc ', 2599 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.cc ',
2597 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.h' , 2600 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.h' ,
2598 'browser/safe_browsing/incident_reporting/platform_state_store.cc', 2601 'browser/safe_browsing/incident_reporting/platform_state_store.cc',
2599 'browser/safe_browsing/incident_reporting/platform_state_store.h', 2602 'browser/safe_browsing/incident_reporting/platform_state_store.h',
2600 'browser/safe_browsing/incident_reporting/platform_state_store_win.cc', 2603 'browser/safe_browsing/incident_reporting/platform_state_store_win.cc',
2601 'browser/safe_browsing/incident_reporting/preference_validation_delegate.c c', 2604 'browser/safe_browsing/incident_reporting/preference_validation_delegate.c c',
2602 'browser/safe_browsing/incident_reporting/preference_validation_delegate.h ', 2605 'browser/safe_browsing/incident_reporting/preference_validation_delegate.h ',
2603 'browser/safe_browsing/incident_reporting/resource_request_detector.cc', 2606 'browser/safe_browsing/incident_reporting/resource_request_detector.cc',
2604 'browser/safe_browsing/incident_reporting/resource_request_detector.h', 2607 'browser/safe_browsing/incident_reporting/resource_request_detector.h',
2605 'browser/safe_browsing/incident_reporting/resource_request_incident.cc', 2608 'browser/safe_browsing/incident_reporting/resource_request_incident.cc',
2606 'browser/safe_browsing/incident_reporting/resource_request_incident.h', 2609 'browser/safe_browsing/incident_reporting/resource_request_incident.h',
2607 'browser/safe_browsing/incident_reporting/state_store.cc', 2610 'browser/safe_browsing/incident_reporting/state_store.cc',
2608 'browser/safe_browsing/incident_reporting/state_store.h', 2611 'browser/safe_browsing/incident_reporting/state_store.h',
2612 'browser/safe_browsing/incident_reporting/suspicious_module_incident.cc',
2613 'browser/safe_browsing/incident_reporting/suspicious_module_incident.h',
2609 'browser/safe_browsing/incident_reporting/tracked_preference_incident.cc', 2614 'browser/safe_browsing/incident_reporting/tracked_preference_incident.cc',
2610 'browser/safe_browsing/incident_reporting/tracked_preference_incident.h', 2615 'browser/safe_browsing/incident_reporting/tracked_preference_incident.h',
2611 'browser/safe_browsing/incident_reporting/variations_seed_signature_analyz er.cc', 2616 'browser/safe_browsing/incident_reporting/variations_seed_signature_analyz er.cc',
2612 'browser/safe_browsing/incident_reporting/variations_seed_signature_analyz er.h', 2617 'browser/safe_browsing/incident_reporting/variations_seed_signature_analyz er.h',
2613 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide nt.cc', 2618 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide nt.cc',
2614 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide nt.h', 2619 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide nt.h',
2615 'browser/safe_browsing/local_database_manager.cc', 2620 'browser/safe_browsing/local_database_manager.cc',
2616 'browser/safe_browsing/local_database_manager.h', 2621 'browser/safe_browsing/local_database_manager.h',
2617 'browser/safe_browsing/path_sanitizer.cc', 2622 'browser/safe_browsing/path_sanitizer.cc',
2618 'browser/safe_browsing/path_sanitizer.h', 2623 'browser/safe_browsing/path_sanitizer.h',
(...skipping 1573 matching lines...) Expand 10 before | Expand all | Expand 10 after
4192 '../components/components.gyp:omnibox_browser', 4197 '../components/components.gyp:omnibox_browser',
4193 '../components/components.gyp:rlz', 4198 '../components/components.gyp:rlz',
4194 '../components/components.gyp:search_engines', 4199 '../components/components.gyp:search_engines',
4195 '../rlz/rlz.gyp:rlz_lib', 4200 '../rlz/rlz.gyp:rlz_lib',
4196 ], 4201 ],
4197 }, 4202 },
4198 ], 4203 ],
4199 }], 4204 }],
4200 ], 4205 ],
4201 } 4206 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698