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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1024943002: Add domain request detection to incident reporting service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add DomainRequest incident type to histograms.xml Created 5 years, 9 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 2345 matching lines...) Expand 10 before | Expand all | Expand 10 after
2356 'browser/safe_browsing/incident_reporting/binary_integrity_incident.cc', 2356 'browser/safe_browsing/incident_reporting/binary_integrity_incident.cc',
2357 'browser/safe_browsing/incident_reporting/binary_integrity_incident.h', 2357 'browser/safe_browsing/incident_reporting/binary_integrity_incident.h',
2358 'browser/safe_browsing/incident_reporting/blacklist_load_analyzer.cc', 2358 'browser/safe_browsing/incident_reporting/blacklist_load_analyzer.cc',
2359 'browser/safe_browsing/incident_reporting/blacklist_load_analyzer.h', 2359 'browser/safe_browsing/incident_reporting/blacklist_load_analyzer.h',
2360 'browser/safe_browsing/incident_reporting/blacklist_load_analyzer_win.cc', 2360 'browser/safe_browsing/incident_reporting/blacklist_load_analyzer_win.cc',
2361 'browser/safe_browsing/incident_reporting/blacklist_load_incident.cc', 2361 'browser/safe_browsing/incident_reporting/blacklist_load_incident.cc',
2362 'browser/safe_browsing/incident_reporting/blacklist_load_incident.h', 2362 'browser/safe_browsing/incident_reporting/blacklist_load_incident.h',
2363 'browser/safe_browsing/incident_reporting/delayed_analysis_callback.h', 2363 'browser/safe_browsing/incident_reporting/delayed_analysis_callback.h',
2364 'browser/safe_browsing/incident_reporting/delayed_callback_runner.cc', 2364 'browser/safe_browsing/incident_reporting/delayed_callback_runner.cc',
2365 'browser/safe_browsing/incident_reporting/delayed_callback_runner.h', 2365 'browser/safe_browsing/incident_reporting/delayed_callback_runner.h',
2366 'browser/safe_browsing/incident_reporting/domain_request_incident.cc',
2367 'browser/safe_browsing/incident_reporting/domain_request_incident.h',
2366 'browser/safe_browsing/incident_reporting/download_metadata_manager.cc', 2368 'browser/safe_browsing/incident_reporting/download_metadata_manager.cc',
2367 'browser/safe_browsing/incident_reporting/download_metadata_manager.h', 2369 'browser/safe_browsing/incident_reporting/download_metadata_manager.h',
2368 'browser/safe_browsing/incident_reporting/environment_data_collection.cc', 2370 'browser/safe_browsing/incident_reporting/environment_data_collection.cc',
2369 'browser/safe_browsing/incident_reporting/environment_data_collection.h', 2371 'browser/safe_browsing/incident_reporting/environment_data_collection.h',
2370 'browser/safe_browsing/incident_reporting/environment_data_collection_win. cc', 2372 'browser/safe_browsing/incident_reporting/environment_data_collection_win. cc',
2371 'browser/safe_browsing/incident_reporting/environment_data_collection_win. h', 2373 'browser/safe_browsing/incident_reporting/environment_data_collection_win. h',
2372 'browser/safe_browsing/incident_reporting/incident.cc', 2374 'browser/safe_browsing/incident_reporting/incident.cc',
2373 'browser/safe_browsing/incident_reporting/incident.h', 2375 'browser/safe_browsing/incident_reporting/incident.h',
2374 'browser/safe_browsing/incident_reporting/incident_handler_util.cc', 2376 'browser/safe_browsing/incident_reporting/incident_handler_util.cc',
2375 'browser/safe_browsing/incident_reporting/incident_handler_util.h', 2377 'browser/safe_browsing/incident_reporting/incident_handler_util.h',
(...skipping 1386 matching lines...) Expand 10 before | Expand all | Expand 10 after
3762 'variables': { 3764 'variables': {
3763 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3765 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3764 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3766 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3765 }, 3767 },
3766 'includes': [ '../build/protoc.gypi' ] 3768 'includes': [ '../build/protoc.gypi' ]
3767 }, 3769 },
3768 ], 3770 ],
3769 },], 3771 },],
3770 ], 3772 ],
3771 } 3773 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698