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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1363613004: Implement anonymous, opt-in, collection of OS X binary integrity incidents. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ran git cl format Created 5 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 2475 matching lines...) Expand 10 before | Expand all | Expand 10 after
2486 'browser/safe_browsing/client_side_model_loader.h', 2486 'browser/safe_browsing/client_side_model_loader.h',
2487 'browser/safe_browsing/database_manager.h', 2487 'browser/safe_browsing/database_manager.h',
2488 'browser/safe_browsing/download_feedback.cc', 2488 'browser/safe_browsing/download_feedback.cc',
2489 'browser/safe_browsing/download_feedback.h', 2489 'browser/safe_browsing/download_feedback.h',
2490 'browser/safe_browsing/download_feedback_service.cc', 2490 'browser/safe_browsing/download_feedback_service.cc',
2491 'browser/safe_browsing/download_feedback_service.h', 2491 'browser/safe_browsing/download_feedback_service.h',
2492 'browser/safe_browsing/download_protection_service.cc', 2492 'browser/safe_browsing/download_protection_service.cc',
2493 'browser/safe_browsing/download_protection_service.h', 2493 'browser/safe_browsing/download_protection_service.h',
2494 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer.cc', 2494 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer.cc',
2495 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer.h', 2495 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer.h',
2496 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer_mac.cc ',
2496 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer_win.cc ', 2497 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer_win.cc ',
2497 'browser/safe_browsing/incident_reporting/binary_integrity_incident.cc', 2498 'browser/safe_browsing/incident_reporting/binary_integrity_incident.cc',
2498 'browser/safe_browsing/incident_reporting/binary_integrity_incident.h', 2499 'browser/safe_browsing/incident_reporting/binary_integrity_incident.h',
2499 'browser/safe_browsing/incident_reporting/blacklist_load_analyzer.cc', 2500 'browser/safe_browsing/incident_reporting/blacklist_load_analyzer.cc',
2500 'browser/safe_browsing/incident_reporting/blacklist_load_analyzer.h', 2501 'browser/safe_browsing/incident_reporting/blacklist_load_analyzer.h',
2501 'browser/safe_browsing/incident_reporting/blacklist_load_analyzer_win.cc', 2502 'browser/safe_browsing/incident_reporting/blacklist_load_analyzer_win.cc',
2502 'browser/safe_browsing/incident_reporting/blacklist_load_incident.cc', 2503 'browser/safe_browsing/incident_reporting/blacklist_load_incident.cc',
2503 'browser/safe_browsing/incident_reporting/blacklist_load_incident.h', 2504 'browser/safe_browsing/incident_reporting/blacklist_load_incident.h',
2504 'browser/safe_browsing/incident_reporting/delayed_analysis_callback.h', 2505 'browser/safe_browsing/incident_reporting/delayed_analysis_callback.h',
2505 'browser/safe_browsing/incident_reporting/delayed_callback_runner.cc', 2506 'browser/safe_browsing/incident_reporting/delayed_callback_runner.cc',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
2557 'browser/safe_browsing/safe_browsing_database.cc', 2558 'browser/safe_browsing/safe_browsing_database.cc',
2558 'browser/safe_browsing/safe_browsing_database.h', 2559 'browser/safe_browsing/safe_browsing_database.h',
2559 'browser/safe_browsing/safe_browsing_store.cc', 2560 'browser/safe_browsing/safe_browsing_store.cc',
2560 'browser/safe_browsing/safe_browsing_store.h', 2561 'browser/safe_browsing/safe_browsing_store.h',
2561 'browser/safe_browsing/safe_browsing_store_file.cc', 2562 'browser/safe_browsing/safe_browsing_store_file.cc',
2562 'browser/safe_browsing/safe_browsing_store_file.h', 2563 'browser/safe_browsing/safe_browsing_store_file.h',
2563 'browser/safe_browsing/sandboxed_dmg_analyzer_mac.cc', 2564 'browser/safe_browsing/sandboxed_dmg_analyzer_mac.cc',
2564 'browser/safe_browsing/sandboxed_dmg_analyzer_mac.h', 2565 'browser/safe_browsing/sandboxed_dmg_analyzer_mac.h',
2565 'browser/safe_browsing/sandboxed_zip_analyzer.cc', 2566 'browser/safe_browsing/sandboxed_zip_analyzer.cc',
2566 'browser/safe_browsing/sandboxed_zip_analyzer.h', 2567 'browser/safe_browsing/sandboxed_zip_analyzer.h',
2568 'browser/safe_browsing/signature_evaluator_mac.h',
2569 'browser/safe_browsing/signature_evaluator_mac.mm',
2567 'browser/safe_browsing/two_phase_uploader.cc', 2570 'browser/safe_browsing/two_phase_uploader.cc',
2568 'browser/safe_browsing/two_phase_uploader.h', 2571 'browser/safe_browsing/two_phase_uploader.h',
2569 'browser/safe_browsing/unverified_download_field_trial.cc', 2572 'browser/safe_browsing/unverified_download_field_trial.cc',
2570 'browser/safe_browsing/unverified_download_field_trial.h', 2573 'browser/safe_browsing/unverified_download_field_trial.h',
2571 'browser/safe_browsing/unverified_download_policy.cc', 2574 'browser/safe_browsing/unverified_download_policy.cc',
2572 'browser/safe_browsing/unverified_download_policy.h', 2575 'browser/safe_browsing/unverified_download_policy.h',
2573 ], 2576 ],
2574 'chrome_browser_search_engines_sources': [ 2577 'chrome_browser_search_engines_sources': [
2575 'browser/search_engines/chrome_template_url_service_client.cc', 2578 'browser/search_engines/chrome_template_url_service_client.cc',
2576 'browser/search_engines/chrome_template_url_service_client.h', 2579 'browser/search_engines/chrome_template_url_service_client.h',
(...skipping 1542 matching lines...) Expand 10 before | Expand all | Expand 10 after
4119 '../components/components.gyp:omnibox_browser', 4122 '../components/components.gyp:omnibox_browser',
4120 '../components/components.gyp:rlz', 4123 '../components/components.gyp:rlz',
4121 '../components/components.gyp:search_engines', 4124 '../components/components.gyp:search_engines',
4122 '../rlz/rlz.gyp:rlz_lib', 4125 '../rlz/rlz.gyp:rlz_lib',
4123 ], 4126 ],
4124 }, 4127 },
4125 ], 4128 ],
4126 }], 4129 }],
4127 ], 4130 ],
4128 } 4131 }
OLDNEW
« no previous file with comments | « chrome/browser/safe_browsing/signature_evaluator_mac_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698