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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 800263002: Added incident report for variations seed signature mismatch. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: analyze on UI thread to access variations service Created 6 years 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
« 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 2330 matching lines...) Expand 10 before | Expand all | Expand 10 after
2341 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.cc ', 2341 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.cc ',
2342 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.h' , 2342 'browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.h' ,
2343 'browser/safe_browsing/incident_reporting/omnibox_incident_handlers.cc', 2343 'browser/safe_browsing/incident_reporting/omnibox_incident_handlers.cc',
2344 'browser/safe_browsing/incident_reporting/omnibox_incident_handlers.h', 2344 'browser/safe_browsing/incident_reporting/omnibox_incident_handlers.h',
2345 'browser/safe_browsing/incident_reporting/omnibox_watcher.cc', 2345 'browser/safe_browsing/incident_reporting/omnibox_watcher.cc',
2346 'browser/safe_browsing/incident_reporting/omnibox_watcher.h', 2346 'browser/safe_browsing/incident_reporting/omnibox_watcher.h',
2347 'browser/safe_browsing/incident_reporting/preference_validation_delegate.c c', 2347 'browser/safe_browsing/incident_reporting/preference_validation_delegate.c c',
2348 'browser/safe_browsing/incident_reporting/preference_validation_delegate.h ', 2348 'browser/safe_browsing/incident_reporting/preference_validation_delegate.h ',
2349 'browser/safe_browsing/incident_reporting/tracked_preference_incident_hand lers.cc', 2349 'browser/safe_browsing/incident_reporting/tracked_preference_incident_hand lers.cc',
2350 'browser/safe_browsing/incident_reporting/tracked_preference_incident_hand lers.h', 2350 'browser/safe_browsing/incident_reporting/tracked_preference_incident_hand lers.h',
2351 'browser/safe_browsing/incident_reporting/variations_seed_signature_analyz er.cc',
2352 'browser/safe_browsing/incident_reporting/variations_seed_signature_analyz er.h',
2353 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide nt_handlers.cc',
2354 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide nt_handlers.h',
2351 'browser/safe_browsing/path_sanitizer.cc', 2355 'browser/safe_browsing/path_sanitizer.cc',
2352 'browser/safe_browsing/path_sanitizer.h', 2356 'browser/safe_browsing/path_sanitizer.h',
2353 'browser/safe_browsing/pe_image_reader_win.cc', 2357 'browser/safe_browsing/pe_image_reader_win.cc',
2354 'browser/safe_browsing/pe_image_reader_win.h', 2358 'browser/safe_browsing/pe_image_reader_win.h',
2355 'browser/safe_browsing/prefix_set.cc', 2359 'browser/safe_browsing/prefix_set.cc',
2356 'browser/safe_browsing/prefix_set.h', 2360 'browser/safe_browsing/prefix_set.h',
2357 'browser/safe_browsing/protocol_manager.cc', 2361 'browser/safe_browsing/protocol_manager.cc',
2358 'browser/safe_browsing/protocol_manager.h', 2362 'browser/safe_browsing/protocol_manager.h',
2359 'browser/safe_browsing/protocol_parser.cc', 2363 'browser/safe_browsing/protocol_parser.cc',
2360 'browser/safe_browsing/protocol_parser.h', 2364 'browser/safe_browsing/protocol_parser.h',
(...skipping 1370 matching lines...) Expand 10 before | Expand all | Expand 10 after
3731 'variables': { 3735 'variables': {
3732 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3736 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3733 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3737 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3734 }, 3738 },
3735 'includes': [ '../build/protoc.gypi' ] 3739 'includes': [ '../build/protoc.gypi' ]
3736 }, 3740 },
3737 ], 3741 ],
3738 },], 3742 },],
3739 ], 3743 ],
3740 } 3744 }
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