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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 411793004: More fine-grained pruning in safe browsing incident reporting service. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: compile_assert 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
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 2647 matching lines...) Expand 10 before | Expand all | Expand 10 after
2658 'browser/safe_browsing/download_feedback.cc', 2658 'browser/safe_browsing/download_feedback.cc',
2659 'browser/safe_browsing/download_feedback.h', 2659 'browser/safe_browsing/download_feedback.h',
2660 'browser/safe_browsing/download_feedback_service.cc', 2660 'browser/safe_browsing/download_feedback_service.cc',
2661 'browser/safe_browsing/download_feedback_service.h', 2661 'browser/safe_browsing/download_feedback_service.h',
2662 'browser/safe_browsing/download_protection_service.cc', 2662 'browser/safe_browsing/download_protection_service.cc',
2663 'browser/safe_browsing/download_protection_service.h', 2663 'browser/safe_browsing/download_protection_service.h',
2664 'browser/safe_browsing/environment_data_collection.cc', 2664 'browser/safe_browsing/environment_data_collection.cc',
2665 'browser/safe_browsing/environment_data_collection.h', 2665 'browser/safe_browsing/environment_data_collection.h',
2666 'browser/safe_browsing/environment_data_collection_win.cc', 2666 'browser/safe_browsing/environment_data_collection_win.cc',
2667 'browser/safe_browsing/environment_data_collection_win.h', 2667 'browser/safe_browsing/environment_data_collection_win.h',
2668 'browser/safe_browsing/incident_handler_util.cc',
2669 'browser/safe_browsing/incident_handler_util.h',
2668 'browser/safe_browsing/incident_reporting_service.cc', 2670 'browser/safe_browsing/incident_reporting_service.cc',
2669 'browser/safe_browsing/incident_reporting_service.h', 2671 'browser/safe_browsing/incident_reporting_service.h',
2670 'browser/safe_browsing/incident_report_uploader.cc', 2672 'browser/safe_browsing/incident_report_uploader.cc',
2671 'browser/safe_browsing/incident_report_uploader.h', 2673 'browser/safe_browsing/incident_report_uploader.h',
2672 'browser/safe_browsing/incident_report_uploader_impl.cc', 2674 'browser/safe_browsing/incident_report_uploader_impl.cc',
2673 'browser/safe_browsing/incident_report_uploader_impl.h', 2675 'browser/safe_browsing/incident_report_uploader_impl.h',
2674 'browser/safe_browsing/last_download_finder.cc', 2676 'browser/safe_browsing/last_download_finder.cc',
2675 'browser/safe_browsing/last_download_finder.h', 2677 'browser/safe_browsing/last_download_finder.h',
2676 'browser/safe_browsing/path_sanitizer.cc', 2678 'browser/safe_browsing/path_sanitizer.cc',
2677 'browser/safe_browsing/path_sanitizer.h', 2679 'browser/safe_browsing/path_sanitizer.h',
2678 'browser/safe_browsing/pe_image_reader_win.cc', 2680 'browser/safe_browsing/pe_image_reader_win.cc',
2679 'browser/safe_browsing/pe_image_reader_win.h', 2681 'browser/safe_browsing/pe_image_reader_win.h',
2680 'browser/safe_browsing/preference_validation_delegate.cc', 2682 'browser/safe_browsing/preference_validation_delegate.cc',
2681 'browser/safe_browsing/preference_validation_delegate.h', 2683 'browser/safe_browsing/preference_validation_delegate.h',
2682 'browser/safe_browsing/prefix_set.cc', 2684 'browser/safe_browsing/prefix_set.cc',
2683 'browser/safe_browsing/prefix_set.h', 2685 'browser/safe_browsing/prefix_set.h',
2684 'browser/safe_browsing/protocol_manager.cc', 2686 'browser/safe_browsing/protocol_manager.cc',
2685 'browser/safe_browsing/protocol_manager.h', 2687 'browser/safe_browsing/protocol_manager.h',
2686 'browser/safe_browsing/protocol_parser.cc', 2688 'browser/safe_browsing/protocol_parser.cc',
2687 'browser/safe_browsing/protocol_parser.h', 2689 'browser/safe_browsing/protocol_parser.h',
2688 'browser/safe_browsing/safe_browsing_database.cc', 2690 'browser/safe_browsing/safe_browsing_database.cc',
2689 'browser/safe_browsing/safe_browsing_database.h', 2691 'browser/safe_browsing/safe_browsing_database.h',
2690 'browser/safe_browsing/safe_browsing_store.cc', 2692 'browser/safe_browsing/safe_browsing_store.cc',
2691 'browser/safe_browsing/safe_browsing_store_file.cc', 2693 'browser/safe_browsing/safe_browsing_store_file.cc',
2692 'browser/safe_browsing/safe_browsing_store_file.h', 2694 'browser/safe_browsing/safe_browsing_store_file.h',
2693 'browser/safe_browsing/safe_browsing_store.h', 2695 'browser/safe_browsing/safe_browsing_store.h',
2694 'browser/safe_browsing/sandboxed_zip_analyzer.cc', 2696 'browser/safe_browsing/sandboxed_zip_analyzer.cc',
2695 'browser/safe_browsing/sandboxed_zip_analyzer.h', 2697 'browser/safe_browsing/sandboxed_zip_analyzer.h',
2698 'browser/safe_browsing/tracked_preference_incident_handlers.cc',
2699 'browser/safe_browsing/tracked_preference_incident_handlers.h',
2696 'browser/safe_browsing/two_phase_uploader.cc', 2700 'browser/safe_browsing/two_phase_uploader.cc',
2697 'browser/safe_browsing/two_phase_uploader.h', 2701 'browser/safe_browsing/two_phase_uploader.h',
2698 ], 2702 ],
2699 # ChromeOS-sources not ending in _chromeos (which would be included in 2703 # ChromeOS-sources not ending in _chromeos (which would be included in
2700 # other sections and filtered out for non-ChromeOS platforms. 2704 # other sections and filtered out for non-ChromeOS platforms.
2701 'chrome_browser_chromeos_sources': [ 2705 'chrome_browser_chromeos_sources': [
2702 'browser/metrics/chromeos_metrics_provider.cc', 2706 'browser/metrics/chromeos_metrics_provider.cc',
2703 'browser/metrics/chromeos_metrics_provider.h', 2707 'browser/metrics/chromeos_metrics_provider.h',
2704 'browser/renderer_host/offline_resource_throttle.cc', 2708 'browser/renderer_host/offline_resource_throttle.cc',
2705 'browser/renderer_host/offline_resource_throttle.h', 2709 'browser/renderer_host/offline_resource_throttle.h',
(...skipping 902 matching lines...) Expand 10 before | Expand all | Expand 10 after
3608 'package_name': 'org/chromium/chrome/browser', 3612 'package_name': 'org/chromium/chrome/browser',
3609 'template_deps': ['browser/android/tab_load_status.h'], 3613 'template_deps': ['browser/android/tab_load_status.h'],
3610 }, 3614 },
3611 'includes': [ '../build/android/java_cpp_template.gypi' ], 3615 'includes': [ '../build/android/java_cpp_template.gypi' ],
3612 }, 3616 },
3613 ], 3617 ],
3614 }, 3618 },
3615 ], 3619 ],
3616 ], 3620 ],
3617 } 3621 }
OLDNEW
« no previous file with comments | « chrome/browser/safe_browsing/tracked_preference_incident_handlers_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698