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

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: rebase-update'd Created 4 years, 9 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
« 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 2596 matching lines...) Expand 10 before | Expand all | Expand 10 after
2607 'browser/safe_browsing/incident_reporting/incident_report_uploader.cc', 2607 'browser/safe_browsing/incident_reporting/incident_report_uploader.cc',
2608 'browser/safe_browsing/incident_reporting/incident_report_uploader.h', 2608 'browser/safe_browsing/incident_reporting/incident_report_uploader.h',
2609 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl.cc ', 2609 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl.cc ',
2610 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl.h' , 2610 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl.h' ,
2611 'browser/safe_browsing/incident_reporting/incident_reporting_service.cc', 2611 'browser/safe_browsing/incident_reporting/incident_reporting_service.cc',
2612 'browser/safe_browsing/incident_reporting/incident_reporting_service.h', 2612 'browser/safe_browsing/incident_reporting/incident_reporting_service.h',
2613 'browser/safe_browsing/incident_reporting/last_download_finder.cc', 2613 'browser/safe_browsing/incident_reporting/last_download_finder.cc',
2614 'browser/safe_browsing/incident_reporting/last_download_finder.h', 2614 'browser/safe_browsing/incident_reporting/last_download_finder.h',
2615 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.cc ', 2615 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.cc ',
2616 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.h' , 2616 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.h' ,
2617 'browser/safe_browsing/incident_reporting/module_load_analyzer.cc',
2618 'browser/safe_browsing/incident_reporting/module_load_analyzer.h',
2619 'browser/safe_browsing/incident_reporting/module_load_analyzer_win.cc',
2617 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.cc ', 2620 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.cc ',
2618 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.h' , 2621 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.h' ,
2619 'browser/safe_browsing/incident_reporting/platform_state_store.cc', 2622 'browser/safe_browsing/incident_reporting/platform_state_store.cc',
2620 'browser/safe_browsing/incident_reporting/platform_state_store.h', 2623 'browser/safe_browsing/incident_reporting/platform_state_store.h',
2621 'browser/safe_browsing/incident_reporting/platform_state_store_win.cc', 2624 'browser/safe_browsing/incident_reporting/platform_state_store_win.cc',
2622 'browser/safe_browsing/incident_reporting/preference_validation_delegate.c c', 2625 'browser/safe_browsing/incident_reporting/preference_validation_delegate.c c',
2623 'browser/safe_browsing/incident_reporting/preference_validation_delegate.h ', 2626 'browser/safe_browsing/incident_reporting/preference_validation_delegate.h ',
2624 'browser/safe_browsing/incident_reporting/resource_request_detector.cc', 2627 'browser/safe_browsing/incident_reporting/resource_request_detector.cc',
2625 'browser/safe_browsing/incident_reporting/resource_request_detector.h', 2628 'browser/safe_browsing/incident_reporting/resource_request_detector.h',
2626 'browser/safe_browsing/incident_reporting/resource_request_incident.cc', 2629 'browser/safe_browsing/incident_reporting/resource_request_incident.cc',
2627 'browser/safe_browsing/incident_reporting/resource_request_incident.h', 2630 'browser/safe_browsing/incident_reporting/resource_request_incident.h',
2628 'browser/safe_browsing/incident_reporting/state_store.cc', 2631 'browser/safe_browsing/incident_reporting/state_store.cc',
2629 'browser/safe_browsing/incident_reporting/state_store.h', 2632 'browser/safe_browsing/incident_reporting/state_store.h',
2633 'browser/safe_browsing/incident_reporting/suspicious_module_incident.cc',
2634 'browser/safe_browsing/incident_reporting/suspicious_module_incident.h',
2630 'browser/safe_browsing/incident_reporting/tracked_preference_incident.cc', 2635 'browser/safe_browsing/incident_reporting/tracked_preference_incident.cc',
2631 'browser/safe_browsing/incident_reporting/tracked_preference_incident.h', 2636 'browser/safe_browsing/incident_reporting/tracked_preference_incident.h',
2632 'browser/safe_browsing/incident_reporting/variations_seed_signature_analyz er.cc', 2637 'browser/safe_browsing/incident_reporting/variations_seed_signature_analyz er.cc',
2633 'browser/safe_browsing/incident_reporting/variations_seed_signature_analyz er.h', 2638 'browser/safe_browsing/incident_reporting/variations_seed_signature_analyz er.h',
2634 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide nt.cc', 2639 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide nt.cc',
2635 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide nt.h', 2640 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide nt.h',
2636 'browser/safe_browsing/local_database_manager.cc', 2641 'browser/safe_browsing/local_database_manager.cc',
2637 'browser/safe_browsing/local_database_manager.h', 2642 'browser/safe_browsing/local_database_manager.h',
2638 'browser/safe_browsing/path_sanitizer.cc', 2643 'browser/safe_browsing/path_sanitizer.cc',
2639 'browser/safe_browsing/path_sanitizer.h', 2644 'browser/safe_browsing/path_sanitizer.h',
(...skipping 1581 matching lines...) Expand 10 before | Expand all | Expand 10 after
4221 '../components/components.gyp:rlz', 4226 '../components/components.gyp:rlz',
4222 '../components/components.gyp:search_engines', 4227 '../components/components.gyp:search_engines',
4223 '../rlz/rlz.gyp:rlz_lib', 4228 '../rlz/rlz.gyp:rlz_lib',
4224 'common', 4229 'common',
4225 ], 4230 ],
4226 }, 4231 },
4227 ], 4232 ],
4228 }], 4233 }],
4229 ], 4234 ],
4230 } 4235 }
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