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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 4822002: Send malware reports when a user opts-in from the safe browsing interstitial ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 2596 matching lines...) Expand 10 before | Expand all | Expand 10 after
2607 'browser/rlz/rlz.cc', 2607 'browser/rlz/rlz.cc',
2608 'browser/rlz/rlz.h', 2608 'browser/rlz/rlz.h',
2609 'browser/safe_browsing/bloom_filter.cc', 2609 'browser/safe_browsing/bloom_filter.cc',
2610 'browser/safe_browsing/bloom_filter.h', 2610 'browser/safe_browsing/bloom_filter.h',
2611 'browser/safe_browsing/chunk_range.cc', 2611 'browser/safe_browsing/chunk_range.cc',
2612 'browser/safe_browsing/chunk_range.h', 2612 'browser/safe_browsing/chunk_range.h',
2613 'browser/safe_browsing/client_side_detection_service.cc', 2613 'browser/safe_browsing/client_side_detection_service.cc',
2614 'browser/safe_browsing/client_side_detection_service.h', 2614 'browser/safe_browsing/client_side_detection_service.h',
2615 '<(protoc_out_dir)/chrome/browser/safe_browsing/csd.pb.cc', 2615 '<(protoc_out_dir)/chrome/browser/safe_browsing/csd.pb.cc',
2616 '<(protoc_out_dir)/chrome/browser/safe_browsing/csd.pb.h', 2616 '<(protoc_out_dir)/chrome/browser/safe_browsing/csd.pb.h',
2617 'browser/safe_browsing/malware_report.cc',
2618 'browser/safe_browsing/malware_report.h',
2617 'browser/safe_browsing/protocol_manager.cc', 2619 'browser/safe_browsing/protocol_manager.cc',
2618 'browser/safe_browsing/protocol_manager.h', 2620 'browser/safe_browsing/protocol_manager.h',
2619 'browser/safe_browsing/protocol_parser.cc', 2621 'browser/safe_browsing/protocol_parser.cc',
2620 'browser/safe_browsing/protocol_parser.h', 2622 'browser/safe_browsing/protocol_parser.h',
2621 'browser/safe_browsing/safe_browsing_blocking_page.cc', 2623 'browser/safe_browsing/safe_browsing_blocking_page.cc',
2622 'browser/safe_browsing/safe_browsing_blocking_page.h', 2624 'browser/safe_browsing/safe_browsing_blocking_page.h',
2623 'browser/safe_browsing/safe_browsing_database.cc', 2625 'browser/safe_browsing/safe_browsing_database.cc',
2624 'browser/safe_browsing/safe_browsing_database.h', 2626 'browser/safe_browsing/safe_browsing_database.h',
2625 'browser/safe_browsing/safe_browsing_service.cc', 2627 'browser/safe_browsing/safe_browsing_service.cc',
2626 'browser/safe_browsing/safe_browsing_service.h', 2628 'browser/safe_browsing/safe_browsing_service.h',
(...skipping 1662 matching lines...) Expand 10 before | Expand all | Expand 10 after
4289 ], 4291 ],
4290 }, 4292 },
4291 ], 4293 ],
4292 } 4294 }
4293 4295
4294 # Local Variables: 4296 # Local Variables:
4295 # tab-width:2 4297 # tab-width:2
4296 # indent-tabs-mode:nil 4298 # indent-tabs-mode:nil
4297 # End: 4299 # End:
4298 # vim: set expandtab tabstop=2 shiftwidth=2: 4300 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698