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

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: Created 5 years, 2 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 2456 matching lines...) Expand 10 before | Expand all | Expand 10 after
2467 'browser/safe_browsing/client_side_model_loader.h', 2467 'browser/safe_browsing/client_side_model_loader.h',
2468 'browser/safe_browsing/database_manager.h', 2468 'browser/safe_browsing/database_manager.h',
2469 'browser/safe_browsing/download_feedback.cc', 2469 'browser/safe_browsing/download_feedback.cc',
2470 'browser/safe_browsing/download_feedback.h', 2470 'browser/safe_browsing/download_feedback.h',
2471 'browser/safe_browsing/download_feedback_service.cc', 2471 'browser/safe_browsing/download_feedback_service.cc',
2472 'browser/safe_browsing/download_feedback_service.h', 2472 'browser/safe_browsing/download_feedback_service.h',
2473 'browser/safe_browsing/download_protection_service.cc', 2473 'browser/safe_browsing/download_protection_service.cc',
2474 'browser/safe_browsing/download_protection_service.h', 2474 'browser/safe_browsing/download_protection_service.h',
2475 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer.cc', 2475 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer.cc',
2476 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer.h', 2476 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer.h',
2477 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer_mac.cc ',
2477 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer_win.cc ', 2478 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer_win.cc ',
2478 'browser/safe_browsing/incident_reporting/binary_integrity_incident.cc', 2479 'browser/safe_browsing/incident_reporting/binary_integrity_incident.cc',
2479 'browser/safe_browsing/incident_reporting/binary_integrity_incident.h', 2480 'browser/safe_browsing/incident_reporting/binary_integrity_incident.h',
2480 'browser/safe_browsing/incident_reporting/blacklist_load_analyzer.cc', 2481 'browser/safe_browsing/incident_reporting/blacklist_load_analyzer.cc',
2481 'browser/safe_browsing/incident_reporting/blacklist_load_analyzer.h', 2482 'browser/safe_browsing/incident_reporting/blacklist_load_analyzer.h',
2482 'browser/safe_browsing/incident_reporting/blacklist_load_analyzer_win.cc', 2483 'browser/safe_browsing/incident_reporting/blacklist_load_analyzer_win.cc',
2483 'browser/safe_browsing/incident_reporting/blacklist_load_incident.cc', 2484 'browser/safe_browsing/incident_reporting/blacklist_load_incident.cc',
2484 'browser/safe_browsing/incident_reporting/blacklist_load_incident.h', 2485 'browser/safe_browsing/incident_reporting/blacklist_load_incident.h',
2485 'browser/safe_browsing/incident_reporting/delayed_analysis_callback.h', 2486 'browser/safe_browsing/incident_reporting/delayed_analysis_callback.h',
2486 'browser/safe_browsing/incident_reporting/delayed_callback_runner.cc', 2487 'browser/safe_browsing/incident_reporting/delayed_callback_runner.cc',
(...skipping 14 matching lines...) Expand all
2501 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl.cc ', 2502 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl.cc ',
2502 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl.h' , 2503 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl.h' ,
2503 'browser/safe_browsing/incident_reporting/incident_reporting_service.cc', 2504 'browser/safe_browsing/incident_reporting/incident_reporting_service.cc',
2504 'browser/safe_browsing/incident_reporting/incident_reporting_service.h', 2505 'browser/safe_browsing/incident_reporting/incident_reporting_service.h',
2505 'browser/safe_browsing/incident_reporting/last_download_finder.cc', 2506 'browser/safe_browsing/incident_reporting/last_download_finder.cc',
2506 'browser/safe_browsing/incident_reporting/last_download_finder.h', 2507 'browser/safe_browsing/incident_reporting/last_download_finder.h',
2507 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.cc ', 2508 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.cc ',
2508 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.h' , 2509 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.h' ,
2509 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.cc ', 2510 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.cc ',
2510 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.h' , 2511 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.h' ,
2512 'browser/safe_browsing/incident_reporting/osx_binary_integrity_incident.cc ',
2513 'browser/safe_browsing/incident_reporting/osx_binary_integrity_incident.h' ,
2511 'browser/safe_browsing/incident_reporting/platform_state_store.cc', 2514 'browser/safe_browsing/incident_reporting/platform_state_store.cc',
2512 'browser/safe_browsing/incident_reporting/platform_state_store.h', 2515 'browser/safe_browsing/incident_reporting/platform_state_store.h',
2513 'browser/safe_browsing/incident_reporting/platform_state_store_win.cc', 2516 'browser/safe_browsing/incident_reporting/platform_state_store_win.cc',
2514 'browser/safe_browsing/incident_reporting/preference_validation_delegate.c c', 2517 'browser/safe_browsing/incident_reporting/preference_validation_delegate.c c',
2515 'browser/safe_browsing/incident_reporting/preference_validation_delegate.h ', 2518 'browser/safe_browsing/incident_reporting/preference_validation_delegate.h ',
2516 'browser/safe_browsing/incident_reporting/resource_request_detector.cc', 2519 'browser/safe_browsing/incident_reporting/resource_request_detector.cc',
2517 'browser/safe_browsing/incident_reporting/resource_request_detector.h', 2520 'browser/safe_browsing/incident_reporting/resource_request_detector.h',
2518 'browser/safe_browsing/incident_reporting/resource_request_incident.cc', 2521 'browser/safe_browsing/incident_reporting/resource_request_incident.cc',
2519 'browser/safe_browsing/incident_reporting/resource_request_incident.h', 2522 'browser/safe_browsing/incident_reporting/resource_request_incident.h',
2520 'browser/safe_browsing/incident_reporting/state_store.cc', 2523 'browser/safe_browsing/incident_reporting/state_store.cc',
(...skipping 17 matching lines...) Expand all
2538 'browser/safe_browsing/safe_browsing_database.cc', 2541 'browser/safe_browsing/safe_browsing_database.cc',
2539 'browser/safe_browsing/safe_browsing_database.h', 2542 'browser/safe_browsing/safe_browsing_database.h',
2540 'browser/safe_browsing/safe_browsing_store.cc', 2543 'browser/safe_browsing/safe_browsing_store.cc',
2541 'browser/safe_browsing/safe_browsing_store.h', 2544 'browser/safe_browsing/safe_browsing_store.h',
2542 'browser/safe_browsing/safe_browsing_store_file.cc', 2545 'browser/safe_browsing/safe_browsing_store_file.cc',
2543 'browser/safe_browsing/safe_browsing_store_file.h', 2546 'browser/safe_browsing/safe_browsing_store_file.h',
2544 'browser/safe_browsing/sandboxed_dmg_analyzer_mac.cc', 2547 'browser/safe_browsing/sandboxed_dmg_analyzer_mac.cc',
2545 'browser/safe_browsing/sandboxed_dmg_analyzer_mac.h', 2548 'browser/safe_browsing/sandboxed_dmg_analyzer_mac.h',
2546 'browser/safe_browsing/sandboxed_zip_analyzer.cc', 2549 'browser/safe_browsing/sandboxed_zip_analyzer.cc',
2547 'browser/safe_browsing/sandboxed_zip_analyzer.h', 2550 'browser/safe_browsing/sandboxed_zip_analyzer.h',
2551 'browser/safe_browsing/signature_evaluator_mac.h',
2552 'browser/safe_browsing/signature_evaluator_mac.mm',
2548 'browser/safe_browsing/two_phase_uploader.cc', 2553 'browser/safe_browsing/two_phase_uploader.cc',
2549 'browser/safe_browsing/two_phase_uploader.h', 2554 'browser/safe_browsing/two_phase_uploader.h',
2550 ], 2555 ],
2551 'chrome_browser_search_engines_sources': [ 2556 'chrome_browser_search_engines_sources': [
2552 'browser/search_engines/chrome_template_url_service_client.cc', 2557 'browser/search_engines/chrome_template_url_service_client.cc',
2553 'browser/search_engines/chrome_template_url_service_client.h', 2558 'browser/search_engines/chrome_template_url_service_client.h',
2554 'browser/search_engines/search_provider_install_data.cc', 2559 'browser/search_engines/search_provider_install_data.cc',
2555 'browser/search_engines/search_provider_install_data.h', 2560 'browser/search_engines/search_provider_install_data.h',
2556 'browser/search_engines/search_provider_install_state_message_filter.cc', 2561 'browser/search_engines/search_provider_install_state_message_filter.cc',
2557 'browser/search_engines/search_provider_install_state_message_filter.h', 2562 'browser/search_engines/search_provider_install_state_message_filter.h',
(...skipping 1547 matching lines...) Expand 10 before | Expand all | Expand 10 after
4105 '../components/components.gyp:omnibox_browser', 4110 '../components/components.gyp:omnibox_browser',
4106 '../components/components.gyp:rlz', 4111 '../components/components.gyp:rlz',
4107 '../components/components.gyp:search_engines', 4112 '../components/components.gyp:search_engines',
4108 '../rlz/rlz.gyp:rlz_lib', 4113 '../rlz/rlz.gyp:rlz_lib',
4109 ], 4114 ],
4110 }, 4115 },
4111 ], 4116 ],
4112 }], 4117 }],
4113 ], 4118 ],
4114 } 4119 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698