OLD | NEW |
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 2613 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2624 'browser/safe_browsing/safe_browsing_util.h', | 2624 'browser/safe_browsing/safe_browsing_util.h', |
2625 'browser/safe_browsing/ui_manager.cc', | 2625 'browser/safe_browsing/ui_manager.cc', |
2626 'browser/safe_browsing/ui_manager.h', | 2626 'browser/safe_browsing/ui_manager.h', |
2627 ], | 2627 ], |
2628 # Files in addition to the "basic" ones to use for full safe browsing. | 2628 # Files in addition to the "basic" ones to use for full safe browsing. |
2629 'chrome_browser_full_safe_browsing_sources': [ | 2629 'chrome_browser_full_safe_browsing_sources': [ |
2630 'browser/download/download_completion_blocker.cc', | 2630 'browser/download/download_completion_blocker.cc', |
2631 'browser/download/download_completion_blocker.h', | 2631 'browser/download/download_completion_blocker.h', |
2632 'browser/renderer_host/safe_browsing_resource_throttle.cc', | 2632 'browser/renderer_host/safe_browsing_resource_throttle.cc', |
2633 'browser/renderer_host/safe_browsing_resource_throttle.h', | 2633 'browser/renderer_host/safe_browsing_resource_throttle.h', |
2634 'browser/safe_browsing/add_incident_callback.h', | |
2635 'browser/safe_browsing/binary_feature_extractor.h', | 2634 'browser/safe_browsing/binary_feature_extractor.h', |
2636 'browser/safe_browsing/binary_feature_extractor_posix.cc', | 2635 'browser/safe_browsing/binary_feature_extractor_posix.cc', |
2637 'browser/safe_browsing/binary_feature_extractor_win.cc', | 2636 'browser/safe_browsing/binary_feature_extractor_win.cc', |
2638 'browser/safe_browsing/binary_integrity_analyzer.cc', | |
2639 'browser/safe_browsing/binary_integrity_analyzer.h', | |
2640 'browser/safe_browsing/binary_integrity_analyzer_win.cc', | |
2641 'browser/safe_browsing/binary_integrity_incident_handlers.cc', | |
2642 'browser/safe_browsing/binary_integrity_incident_handlers.h', | |
2643 'browser/safe_browsing/browser_feature_extractor.cc', | 2637 'browser/safe_browsing/browser_feature_extractor.cc', |
2644 'browser/safe_browsing/browser_feature_extractor.h', | 2638 'browser/safe_browsing/browser_feature_extractor.h', |
2645 'browser/safe_browsing/browser_features.cc', | 2639 'browser/safe_browsing/browser_features.cc', |
2646 'browser/safe_browsing/browser_features.h', | 2640 'browser/safe_browsing/browser_features.h', |
2647 'browser/safe_browsing/chunk_range.cc', | 2641 'browser/safe_browsing/chunk_range.cc', |
2648 'browser/safe_browsing/chunk_range.h', | 2642 'browser/safe_browsing/chunk_range.h', |
2649 'browser/safe_browsing/client_side_detection_host.cc', | 2643 'browser/safe_browsing/client_side_detection_host.cc', |
2650 'browser/safe_browsing/client_side_detection_host.h', | 2644 'browser/safe_browsing/client_side_detection_host.h', |
2651 'browser/safe_browsing/client_side_detection_service.cc', | 2645 'browser/safe_browsing/client_side_detection_service.cc', |
2652 'browser/safe_browsing/client_side_detection_service.h', | 2646 'browser/safe_browsing/client_side_detection_service.h', |
2653 'browser/safe_browsing/database_manager.cc', | 2647 'browser/safe_browsing/database_manager.cc', |
2654 'browser/safe_browsing/database_manager.h', | 2648 'browser/safe_browsing/database_manager.h', |
2655 'browser/safe_browsing/delayed_analysis_callback.h', | |
2656 'browser/safe_browsing/delayed_callback_runner.cc', | |
2657 'browser/safe_browsing/delayed_callback_runner.h', | |
2658 'browser/safe_browsing/download_feedback.cc', | 2649 'browser/safe_browsing/download_feedback.cc', |
2659 'browser/safe_browsing/download_feedback.h', | 2650 'browser/safe_browsing/download_feedback.h', |
2660 'browser/safe_browsing/download_feedback_service.cc', | 2651 'browser/safe_browsing/download_feedback_service.cc', |
2661 'browser/safe_browsing/download_feedback_service.h', | 2652 'browser/safe_browsing/download_feedback_service.h', |
2662 'browser/safe_browsing/download_protection_service.cc', | 2653 'browser/safe_browsing/download_protection_service.cc', |
2663 'browser/safe_browsing/download_protection_service.h', | 2654 'browser/safe_browsing/download_protection_service.h', |
2664 'browser/safe_browsing/environment_data_collection.cc', | 2655 'browser/safe_browsing/incident_reporting/add_incident_callback.h', |
2665 'browser/safe_browsing/environment_data_collection.h', | 2656 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer.cc', |
2666 'browser/safe_browsing/environment_data_collection_win.cc', | 2657 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer.h', |
2667 'browser/safe_browsing/environment_data_collection_win.h', | 2658 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer_win.cc
', |
2668 'browser/safe_browsing/incident_handler_util.cc', | 2659 'browser/safe_browsing/incident_reporting/binary_integrity_incident_handle
rs.cc', |
2669 'browser/safe_browsing/incident_handler_util.h', | 2660 'browser/safe_browsing/incident_reporting/binary_integrity_incident_handle
rs.h', |
2670 'browser/safe_browsing/incident_reporting_service.cc', | 2661 'browser/safe_browsing/incident_reporting/delayed_analysis_callback.h', |
2671 'browser/safe_browsing/incident_reporting_service.h', | 2662 'browser/safe_browsing/incident_reporting/delayed_callback_runner.cc', |
2672 'browser/safe_browsing/incident_report_uploader.cc', | 2663 'browser/safe_browsing/incident_reporting/delayed_callback_runner.h', |
2673 'browser/safe_browsing/incident_report_uploader.h', | 2664 'browser/safe_browsing/incident_reporting/environment_data_collection.cc', |
2674 'browser/safe_browsing/incident_report_uploader_impl.cc', | 2665 'browser/safe_browsing/incident_reporting/environment_data_collection.h', |
2675 'browser/safe_browsing/incident_report_uploader_impl.h', | 2666 'browser/safe_browsing/incident_reporting/environment_data_collection_win.
cc', |
2676 'browser/safe_browsing/last_download_finder.cc', | 2667 'browser/safe_browsing/incident_reporting/environment_data_collection_win.
h', |
2677 'browser/safe_browsing/last_download_finder.h', | 2668 'browser/safe_browsing/incident_reporting/incident_handler_util.cc', |
2678 'browser/safe_browsing/module_integrity_verifier_win.cc', | 2669 'browser/safe_browsing/incident_reporting/incident_handler_util.h', |
2679 'browser/safe_browsing/module_integrity_verifier_win.h', | 2670 'browser/safe_browsing/incident_reporting/incident_reporting_service.cc', |
| 2671 'browser/safe_browsing/incident_reporting/incident_reporting_service.h', |
| 2672 'browser/safe_browsing/incident_reporting/incident_report_uploader.cc', |
| 2673 'browser/safe_browsing/incident_reporting/incident_report_uploader.h', |
| 2674 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl.cc
', |
| 2675 'browser/safe_browsing/incident_reporting/incident_report_uploader_impl.h'
, |
| 2676 'browser/safe_browsing/incident_reporting/last_download_finder.cc', |
| 2677 'browser/safe_browsing/incident_reporting/last_download_finder.h', |
| 2678 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.cc
', |
| 2679 'browser/safe_browsing/incident_reporting/module_integrity_verifier_win.h'
, |
| 2680 'browser/safe_browsing/incident_reporting/preference_validation_delegate.c
c', |
| 2681 'browser/safe_browsing/incident_reporting/preference_validation_delegate.h
', |
| 2682 'browser/safe_browsing/incident_reporting/tracked_preference_incident_hand
lers.cc', |
| 2683 'browser/safe_browsing/incident_reporting/tracked_preference_incident_hand
lers.h', |
2680 'browser/safe_browsing/path_sanitizer.cc', | 2684 'browser/safe_browsing/path_sanitizer.cc', |
2681 'browser/safe_browsing/path_sanitizer.h', | 2685 'browser/safe_browsing/path_sanitizer.h', |
2682 'browser/safe_browsing/pe_image_reader_win.cc', | 2686 'browser/safe_browsing/pe_image_reader_win.cc', |
2683 'browser/safe_browsing/pe_image_reader_win.h', | 2687 'browser/safe_browsing/pe_image_reader_win.h', |
2684 'browser/safe_browsing/preference_validation_delegate.cc', | |
2685 'browser/safe_browsing/preference_validation_delegate.h', | |
2686 'browser/safe_browsing/prefix_set.cc', | 2688 'browser/safe_browsing/prefix_set.cc', |
2687 'browser/safe_browsing/prefix_set.h', | 2689 'browser/safe_browsing/prefix_set.h', |
2688 'browser/safe_browsing/protocol_manager.cc', | 2690 'browser/safe_browsing/protocol_manager.cc', |
2689 'browser/safe_browsing/protocol_manager.h', | 2691 'browser/safe_browsing/protocol_manager.h', |
2690 'browser/safe_browsing/protocol_parser.cc', | 2692 'browser/safe_browsing/protocol_parser.cc', |
2691 'browser/safe_browsing/protocol_parser.h', | 2693 'browser/safe_browsing/protocol_parser.h', |
2692 'browser/safe_browsing/safe_browsing_database.cc', | 2694 'browser/safe_browsing/safe_browsing_database.cc', |
2693 'browser/safe_browsing/safe_browsing_database.h', | 2695 'browser/safe_browsing/safe_browsing_database.h', |
2694 'browser/safe_browsing/safe_browsing_store.cc', | 2696 'browser/safe_browsing/safe_browsing_store.cc', |
2695 'browser/safe_browsing/safe_browsing_store_file.cc', | 2697 'browser/safe_browsing/safe_browsing_store_file.cc', |
2696 'browser/safe_browsing/safe_browsing_store_file.h', | 2698 'browser/safe_browsing/safe_browsing_store_file.h', |
2697 'browser/safe_browsing/safe_browsing_store.h', | 2699 'browser/safe_browsing/safe_browsing_store.h', |
2698 'browser/safe_browsing/sandboxed_zip_analyzer.cc', | 2700 'browser/safe_browsing/sandboxed_zip_analyzer.cc', |
2699 'browser/safe_browsing/sandboxed_zip_analyzer.h', | 2701 'browser/safe_browsing/sandboxed_zip_analyzer.h', |
2700 'browser/safe_browsing/tracked_preference_incident_handlers.cc', | |
2701 'browser/safe_browsing/tracked_preference_incident_handlers.h', | |
2702 'browser/safe_browsing/two_phase_uploader.cc', | 2702 'browser/safe_browsing/two_phase_uploader.cc', |
2703 'browser/safe_browsing/two_phase_uploader.h', | 2703 'browser/safe_browsing/two_phase_uploader.h', |
2704 ], | 2704 ], |
2705 # ChromeOS-sources not ending in _chromeos (which would be included in | 2705 # ChromeOS-sources not ending in _chromeos (which would be included in |
2706 # other sections and filtered out for non-ChromeOS platforms. | 2706 # other sections and filtered out for non-ChromeOS platforms. |
2707 'chrome_browser_chromeos_sources': [ | 2707 'chrome_browser_chromeos_sources': [ |
2708 'browser/metrics/chromeos_metrics_provider.cc', | 2708 'browser/metrics/chromeos_metrics_provider.cc', |
2709 'browser/metrics/chromeos_metrics_provider.h', | 2709 'browser/metrics/chromeos_metrics_provider.h', |
2710 'browser/renderer_host/offline_resource_throttle.cc', | 2710 'browser/renderer_host/offline_resource_throttle.cc', |
2711 'browser/renderer_host/offline_resource_throttle.h', | 2711 'browser/renderer_host/offline_resource_throttle.h', |
(...skipping 908 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3620 'package_name': 'org/chromium/chrome/browser', | 3620 'package_name': 'org/chromium/chrome/browser', |
3621 'template_deps': ['browser/android/tab_load_status.h'], | 3621 'template_deps': ['browser/android/tab_load_status.h'], |
3622 }, | 3622 }, |
3623 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3623 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3624 }, | 3624 }, |
3625 ], | 3625 ], |
3626 }, | 3626 }, |
3627 ], | 3627 ], |
3628 ], | 3628 ], |
3629 } | 3629 } |
OLD | NEW |