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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 433513008: Add blacklist incidents to incident reporting service. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mattm feedback Created 6 years, 4 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 | Annotate | Revision Log
« 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 2648 matching lines...) Expand 10 before | Expand all | Expand 10 after
2659 'browser/safe_browsing/download_feedback_service.cc', 2659 'browser/safe_browsing/download_feedback_service.cc',
2660 'browser/safe_browsing/download_feedback_service.h', 2660 'browser/safe_browsing/download_feedback_service.h',
2661 'browser/safe_browsing/download_protection_service.cc', 2661 'browser/safe_browsing/download_protection_service.cc',
2662 'browser/safe_browsing/download_protection_service.h', 2662 'browser/safe_browsing/download_protection_service.h',
2663 'browser/safe_browsing/incident_reporting/add_incident_callback.h', 2663 'browser/safe_browsing/incident_reporting/add_incident_callback.h',
2664 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer.cc', 2664 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer.cc',
2665 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer.h', 2665 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer.h',
2666 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer_win.cc ', 2666 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer_win.cc ',
2667 'browser/safe_browsing/incident_reporting/binary_integrity_incident_handle rs.cc', 2667 'browser/safe_browsing/incident_reporting/binary_integrity_incident_handle rs.cc',
2668 'browser/safe_browsing/incident_reporting/binary_integrity_incident_handle rs.h', 2668 'browser/safe_browsing/incident_reporting/binary_integrity_incident_handle rs.h',
2669 'browser/safe_browsing/incident_reporting/blacklist_load_analyzer.cc',
2670 'browser/safe_browsing/incident_reporting/blacklist_load_analyzer.h',
2671 'browser/safe_browsing/incident_reporting/blacklist_load_analyzer_win.cc',
2672 'browser/safe_browsing/incident_reporting/blacklist_load_incident_handlers .cc',
2673 'browser/safe_browsing/incident_reporting/blacklist_load_incident_handlers .h',
2669 'browser/safe_browsing/incident_reporting/delayed_analysis_callback.h', 2674 'browser/safe_browsing/incident_reporting/delayed_analysis_callback.h',
2670 'browser/safe_browsing/incident_reporting/delayed_callback_runner.cc', 2675 'browser/safe_browsing/incident_reporting/delayed_callback_runner.cc',
2671 'browser/safe_browsing/incident_reporting/delayed_callback_runner.h', 2676 'browser/safe_browsing/incident_reporting/delayed_callback_runner.h',
2672 'browser/safe_browsing/incident_reporting/environment_data_collection.cc', 2677 'browser/safe_browsing/incident_reporting/environment_data_collection.cc',
2673 'browser/safe_browsing/incident_reporting/environment_data_collection.h', 2678 'browser/safe_browsing/incident_reporting/environment_data_collection.h',
2674 'browser/safe_browsing/incident_reporting/environment_data_collection_win. cc', 2679 'browser/safe_browsing/incident_reporting/environment_data_collection_win. cc',
2675 'browser/safe_browsing/incident_reporting/environment_data_collection_win. h', 2680 'browser/safe_browsing/incident_reporting/environment_data_collection_win. h',
2676 'browser/safe_browsing/incident_reporting/incident_handler_util.cc', 2681 'browser/safe_browsing/incident_reporting/incident_handler_util.cc',
2677 'browser/safe_browsing/incident_reporting/incident_handler_util.h', 2682 'browser/safe_browsing/incident_reporting/incident_handler_util.h',
2678 'browser/safe_browsing/incident_reporting/incident_reporting_service.cc', 2683 'browser/safe_browsing/incident_reporting/incident_reporting_service.cc',
(...skipping 955 matching lines...) Expand 10 before | Expand all | Expand 10 after
3634 'variables': { 3639 'variables': {
3635 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3640 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3636 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3641 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3637 }, 3642 },
3638 'includes': [ '../build/protoc.gypi' ] 3643 'includes': [ '../build/protoc.gypi' ]
3639 }, 3644 },
3640 ], 3645 ],
3641 },], 3646 },],
3642 ], 3647 ],
3643 } 3648 }
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