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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 663023007: Include high-fidelity metadata about a download in incident reports. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
Patch Set: sync to r301101 Created 6 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 2586 matching lines...) Expand 10 before | Expand all | Expand 10 after
2597 'browser/safe_browsing/incident_reporting/binary_integrity_incident_handle rs.cc', 2597 'browser/safe_browsing/incident_reporting/binary_integrity_incident_handle rs.cc',
2598 'browser/safe_browsing/incident_reporting/binary_integrity_incident_handle rs.h', 2598 'browser/safe_browsing/incident_reporting/binary_integrity_incident_handle rs.h',
2599 'browser/safe_browsing/incident_reporting/blacklist_load_analyzer.cc', 2599 'browser/safe_browsing/incident_reporting/blacklist_load_analyzer.cc',
2600 'browser/safe_browsing/incident_reporting/blacklist_load_analyzer.h', 2600 'browser/safe_browsing/incident_reporting/blacklist_load_analyzer.h',
2601 'browser/safe_browsing/incident_reporting/blacklist_load_analyzer_win.cc', 2601 'browser/safe_browsing/incident_reporting/blacklist_load_analyzer_win.cc',
2602 'browser/safe_browsing/incident_reporting/blacklist_load_incident_handlers .cc', 2602 'browser/safe_browsing/incident_reporting/blacklist_load_incident_handlers .cc',
2603 'browser/safe_browsing/incident_reporting/blacklist_load_incident_handlers .h', 2603 'browser/safe_browsing/incident_reporting/blacklist_load_incident_handlers .h',
2604 'browser/safe_browsing/incident_reporting/delayed_analysis_callback.h', 2604 'browser/safe_browsing/incident_reporting/delayed_analysis_callback.h',
2605 'browser/safe_browsing/incident_reporting/delayed_callback_runner.cc', 2605 'browser/safe_browsing/incident_reporting/delayed_callback_runner.cc',
2606 'browser/safe_browsing/incident_reporting/delayed_callback_runner.h', 2606 'browser/safe_browsing/incident_reporting/delayed_callback_runner.h',
2607 'browser/safe_browsing/incident_reporting/download_metadata_manager.cc',
2608 'browser/safe_browsing/incident_reporting/download_metadata_manager.h',
2607 'browser/safe_browsing/incident_reporting/environment_data_collection.cc', 2609 'browser/safe_browsing/incident_reporting/environment_data_collection.cc',
2608 'browser/safe_browsing/incident_reporting/environment_data_collection.h', 2610 'browser/safe_browsing/incident_reporting/environment_data_collection.h',
2609 'browser/safe_browsing/incident_reporting/environment_data_collection_win. cc', 2611 'browser/safe_browsing/incident_reporting/environment_data_collection_win. cc',
2610 'browser/safe_browsing/incident_reporting/environment_data_collection_win. h', 2612 'browser/safe_browsing/incident_reporting/environment_data_collection_win. h',
2611 'browser/safe_browsing/incident_reporting/incident_handler_util.cc', 2613 'browser/safe_browsing/incident_reporting/incident_handler_util.cc',
2612 'browser/safe_browsing/incident_reporting/incident_handler_util.h', 2614 'browser/safe_browsing/incident_reporting/incident_handler_util.h',
2613 'browser/safe_browsing/incident_reporting/incident_reporting_service.cc', 2615 'browser/safe_browsing/incident_reporting/incident_reporting_service.cc',
2614 'browser/safe_browsing/incident_reporting/incident_reporting_service.h', 2616 'browser/safe_browsing/incident_reporting/incident_reporting_service.h',
2615 'browser/safe_browsing/incident_reporting/incident_report_uploader.cc', 2617 'browser/safe_browsing/incident_reporting/incident_report_uploader.cc',
2616 'browser/safe_browsing/incident_reporting/incident_report_uploader.h', 2618 'browser/safe_browsing/incident_reporting/incident_report_uploader.h',
(...skipping 987 matching lines...) Expand 10 before | Expand all | Expand 10 after
3604 'variables': { 3606 'variables': {
3605 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3607 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3606 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3608 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3607 }, 3609 },
3608 'includes': [ '../build/protoc.gypi' ] 3610 'includes': [ '../build/protoc.gypi' ]
3609 }, 3611 },
3610 ], 3612 ],
3611 },], 3613 },],
3612 ], 3614 ],
3613 } 3615 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698