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

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: Remove spurious VLOG() 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 2471 matching lines...) Expand 10 before | Expand all | Expand 10 after
2482 'browser/safe_browsing/client_side_model_loader.h', 2482 'browser/safe_browsing/client_side_model_loader.h',
2483 'browser/safe_browsing/database_manager.h', 2483 'browser/safe_browsing/database_manager.h',
2484 'browser/safe_browsing/download_feedback.cc', 2484 'browser/safe_browsing/download_feedback.cc',
2485 'browser/safe_browsing/download_feedback.h', 2485 'browser/safe_browsing/download_feedback.h',
2486 'browser/safe_browsing/download_feedback_service.cc', 2486 'browser/safe_browsing/download_feedback_service.cc',
2487 'browser/safe_browsing/download_feedback_service.h', 2487 'browser/safe_browsing/download_feedback_service.h',
2488 'browser/safe_browsing/download_protection_service.cc', 2488 'browser/safe_browsing/download_protection_service.cc',
2489 'browser/safe_browsing/download_protection_service.h', 2489 'browser/safe_browsing/download_protection_service.h',
2490 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer.cc', 2490 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer.cc',
2491 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer.h', 2491 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer.h',
2492 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer_mac.cc ',
2492 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer_win.cc ', 2493 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer_win.cc ',
2493 'browser/safe_browsing/incident_reporting/binary_integrity_incident.cc', 2494 'browser/safe_browsing/incident_reporting/binary_integrity_incident.cc',
2494 'browser/safe_browsing/incident_reporting/binary_integrity_incident.h', 2495 'browser/safe_browsing/incident_reporting/binary_integrity_incident.h',
2495 'browser/safe_browsing/incident_reporting/blacklist_load_analyzer.cc', 2496 'browser/safe_browsing/incident_reporting/blacklist_load_analyzer.cc',
2496 'browser/safe_browsing/incident_reporting/blacklist_load_analyzer.h', 2497 'browser/safe_browsing/incident_reporting/blacklist_load_analyzer.h',
2497 'browser/safe_browsing/incident_reporting/blacklist_load_analyzer_win.cc', 2498 'browser/safe_browsing/incident_reporting/blacklist_load_analyzer_win.cc',
2498 'browser/safe_browsing/incident_reporting/blacklist_load_incident.cc', 2499 'browser/safe_browsing/incident_reporting/blacklist_load_incident.cc',
2499 'browser/safe_browsing/incident_reporting/blacklist_load_incident.h', 2500 'browser/safe_browsing/incident_reporting/blacklist_load_incident.h',
2500 'browser/safe_browsing/incident_reporting/delayed_analysis_callback.h', 2501 'browser/safe_browsing/incident_reporting/delayed_analysis_callback.h',
2501 'browser/safe_browsing/incident_reporting/delayed_callback_runner.cc', 2502 'browser/safe_browsing/incident_reporting/delayed_callback_runner.cc',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
2553 'browser/safe_browsing/safe_browsing_database.cc', 2554 'browser/safe_browsing/safe_browsing_database.cc',
2554 'browser/safe_browsing/safe_browsing_database.h', 2555 'browser/safe_browsing/safe_browsing_database.h',
2555 'browser/safe_browsing/safe_browsing_store.cc', 2556 'browser/safe_browsing/safe_browsing_store.cc',
2556 'browser/safe_browsing/safe_browsing_store.h', 2557 'browser/safe_browsing/safe_browsing_store.h',
2557 'browser/safe_browsing/safe_browsing_store_file.cc', 2558 'browser/safe_browsing/safe_browsing_store_file.cc',
2558 'browser/safe_browsing/safe_browsing_store_file.h', 2559 'browser/safe_browsing/safe_browsing_store_file.h',
2559 'browser/safe_browsing/sandboxed_dmg_analyzer_mac.cc', 2560 'browser/safe_browsing/sandboxed_dmg_analyzer_mac.cc',
2560 'browser/safe_browsing/sandboxed_dmg_analyzer_mac.h', 2561 'browser/safe_browsing/sandboxed_dmg_analyzer_mac.h',
2561 'browser/safe_browsing/sandboxed_zip_analyzer.cc', 2562 'browser/safe_browsing/sandboxed_zip_analyzer.cc',
2562 'browser/safe_browsing/sandboxed_zip_analyzer.h', 2563 'browser/safe_browsing/sandboxed_zip_analyzer.h',
2564 'browser/safe_browsing/signature_evaluator_mac.h',
2565 'browser/safe_browsing/signature_evaluator_mac.mm',
2563 'browser/safe_browsing/two_phase_uploader.cc', 2566 'browser/safe_browsing/two_phase_uploader.cc',
2564 'browser/safe_browsing/two_phase_uploader.h', 2567 'browser/safe_browsing/two_phase_uploader.h',
2565 'browser/safe_browsing/unverified_download_field_trial.cc', 2568 'browser/safe_browsing/unverified_download_field_trial.cc',
2566 'browser/safe_browsing/unverified_download_field_trial.h', 2569 'browser/safe_browsing/unverified_download_field_trial.h',
2567 'browser/safe_browsing/unverified_download_policy.cc', 2570 'browser/safe_browsing/unverified_download_policy.cc',
2568 'browser/safe_browsing/unverified_download_policy.h', 2571 'browser/safe_browsing/unverified_download_policy.h',
2569 ], 2572 ],
2570 'chrome_browser_search_engines_sources': [ 2573 'chrome_browser_search_engines_sources': [
2571 'browser/search_engines/chrome_template_url_service_client.cc', 2574 'browser/search_engines/chrome_template_url_service_client.cc',
2572 'browser/search_engines/chrome_template_url_service_client.h', 2575 'browser/search_engines/chrome_template_url_service_client.h',
(...skipping 1541 matching lines...) Expand 10 before | Expand all | Expand 10 after
4114 '../components/components.gyp:omnibox_browser', 4117 '../components/components.gyp:omnibox_browser',
4115 '../components/components.gyp:rlz', 4118 '../components/components.gyp:rlz',
4116 '../components/components.gyp:search_engines', 4119 '../components/components.gyp:search_engines',
4117 '../rlz/rlz.gyp:rlz_lib', 4120 '../rlz/rlz.gyp:rlz_lib',
4118 ], 4121 ],
4119 }, 4122 },
4120 ], 4123 ],
4121 }], 4124 }],
4122 ], 4125 ],
4123 } 4126 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698