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 2647 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2658 'browser/safe_browsing/environment_data_collection_win.cc', | 2658 'browser/safe_browsing/environment_data_collection_win.cc', |
2659 'browser/safe_browsing/environment_data_collection_win.h', | 2659 'browser/safe_browsing/environment_data_collection_win.h', |
2660 'browser/safe_browsing/incident_reporting_service.cc', | 2660 'browser/safe_browsing/incident_reporting_service.cc', |
2661 'browser/safe_browsing/incident_reporting_service.h', | 2661 'browser/safe_browsing/incident_reporting_service.h', |
2662 'browser/safe_browsing/incident_report_uploader.cc', | 2662 'browser/safe_browsing/incident_report_uploader.cc', |
2663 'browser/safe_browsing/incident_report_uploader.h', | 2663 'browser/safe_browsing/incident_report_uploader.h', |
2664 'browser/safe_browsing/incident_report_uploader_impl.cc', | 2664 'browser/safe_browsing/incident_report_uploader_impl.cc', |
2665 'browser/safe_browsing/incident_report_uploader_impl.h', | 2665 'browser/safe_browsing/incident_report_uploader_impl.h', |
2666 'browser/safe_browsing/last_download_finder.cc', | 2666 'browser/safe_browsing/last_download_finder.cc', |
2667 'browser/safe_browsing/last_download_finder.h', | 2667 'browser/safe_browsing/last_download_finder.h', |
| 2668 'browser/safe_browsing/module_integrity_verifier.cc', |
| 2669 'browser/safe_browsing/module_integrity_verifier.h', |
2668 'browser/safe_browsing/path_sanitizer.cc', | 2670 'browser/safe_browsing/path_sanitizer.cc', |
2669 'browser/safe_browsing/path_sanitizer.h', | 2671 'browser/safe_browsing/path_sanitizer.h', |
2670 'browser/safe_browsing/pe_image_reader_win.cc', | 2672 'browser/safe_browsing/pe_image_reader_win.cc', |
2671 'browser/safe_browsing/pe_image_reader_win.h', | 2673 'browser/safe_browsing/pe_image_reader_win.h', |
2672 'browser/safe_browsing/preference_validation_delegate.cc', | 2674 'browser/safe_browsing/preference_validation_delegate.cc', |
2673 'browser/safe_browsing/preference_validation_delegate.h', | 2675 'browser/safe_browsing/preference_validation_delegate.h', |
2674 'browser/safe_browsing/prefix_set.cc', | 2676 'browser/safe_browsing/prefix_set.cc', |
2675 'browser/safe_browsing/prefix_set.h', | 2677 'browser/safe_browsing/prefix_set.h', |
2676 'browser/safe_browsing/protocol_manager.cc', | 2678 'browser/safe_browsing/protocol_manager.cc', |
2677 'browser/safe_browsing/protocol_manager.h', | 2679 'browser/safe_browsing/protocol_manager.h', |
2678 'browser/safe_browsing/protocol_parser.cc', | 2680 'browser/safe_browsing/protocol_parser.cc', |
2679 'browser/safe_browsing/protocol_parser.h', | 2681 'browser/safe_browsing/protocol_parser.h', |
2680 'browser/safe_browsing/safe_browsing_database.cc', | 2682 'browser/safe_browsing/safe_browsing_database.cc', |
2681 'browser/safe_browsing/safe_browsing_database.h', | 2683 'browser/safe_browsing/safe_browsing_database.h', |
2682 'browser/safe_browsing/safe_browsing_store.cc', | 2684 'browser/safe_browsing/safe_browsing_store.cc', |
2683 'browser/safe_browsing/safe_browsing_store_file.cc', | 2685 'browser/safe_browsing/safe_browsing_store_file.cc', |
2684 'browser/safe_browsing/safe_browsing_store_file.h', | 2686 'browser/safe_browsing/safe_browsing_store_file.h', |
2685 'browser/safe_browsing/safe_browsing_store.h', | 2687 'browser/safe_browsing/safe_browsing_store.h', |
2686 'browser/safe_browsing/sandboxed_zip_analyzer.cc', | 2688 'browser/safe_browsing/sandboxed_zip_analyzer.cc', |
2687 'browser/safe_browsing/sandboxed_zip_analyzer.h', | 2689 'browser/safe_browsing/sandboxed_zip_analyzer.h', |
2688 'browser/safe_browsing/two_phase_uploader.cc', | 2690 'browser/safe_browsing/two_phase_uploader.cc', |
2689 'browser/safe_browsing/two_phase_uploader.h', | 2691 'browser/safe_browsing/two_phase_uploader.h', |
2690 'browser/safe_browsing/verifier.cc', | |
2691 'browser/safe_browsing/verifier.h', | |
2692 ], | 2692 ], |
2693 # ChromeOS-sources not ending in _chromeos (which would be included in | 2693 # ChromeOS-sources not ending in _chromeos (which would be included in |
2694 # other sections and filtered out for non-ChromeOS platforms. | 2694 # other sections and filtered out for non-ChromeOS platforms. |
2695 'chrome_browser_chromeos_sources': [ | 2695 'chrome_browser_chromeos_sources': [ |
2696 'browser/metrics/chromeos_metrics_provider.cc', | 2696 'browser/metrics/chromeos_metrics_provider.cc', |
2697 'browser/metrics/chromeos_metrics_provider.h', | 2697 'browser/metrics/chromeos_metrics_provider.h', |
2698 'browser/renderer_host/offline_resource_throttle.cc', | 2698 'browser/renderer_host/offline_resource_throttle.cc', |
2699 'browser/renderer_host/offline_resource_throttle.h', | 2699 'browser/renderer_host/offline_resource_throttle.h', |
2700 # This is technically also dependent on enable_plugins but we don't | 2700 # This is technically also dependent on enable_plugins but we don't |
2701 # support ChromeOS with enable_plugins==0. | 2701 # support ChromeOS with enable_plugins==0. |
(...skipping 893 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3595 'package_name': 'org/chromium/chrome/browser', | 3595 'package_name': 'org/chromium/chrome/browser', |
3596 'template_deps': ['browser/android/tab_load_status.h'], | 3596 'template_deps': ['browser/android/tab_load_status.h'], |
3597 }, | 3597 }, |
3598 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3598 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3599 }, | 3599 }, |
3600 ], | 3600 ], |
3601 }, | 3601 }, |
3602 ], | 3602 ], |
3603 ], | 3603 ], |
3604 } | 3604 } |
OLD | NEW |