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 2639 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2650 'browser/safe_browsing/browser_features.cc', | 2650 'browser/safe_browsing/browser_features.cc', |
2651 'browser/safe_browsing/browser_features.h', | 2651 'browser/safe_browsing/browser_features.h', |
2652 'browser/safe_browsing/chunk_range.cc', | 2652 'browser/safe_browsing/chunk_range.cc', |
2653 'browser/safe_browsing/chunk_range.h', | 2653 'browser/safe_browsing/chunk_range.h', |
2654 'browser/safe_browsing/client_side_detection_host.cc', | 2654 'browser/safe_browsing/client_side_detection_host.cc', |
2655 'browser/safe_browsing/client_side_detection_host.h', | 2655 'browser/safe_browsing/client_side_detection_host.h', |
2656 'browser/safe_browsing/client_side_detection_service.cc', | 2656 'browser/safe_browsing/client_side_detection_service.cc', |
2657 'browser/safe_browsing/client_side_detection_service.h', | 2657 'browser/safe_browsing/client_side_detection_service.h', |
2658 'browser/safe_browsing/database_manager.cc', | 2658 'browser/safe_browsing/database_manager.cc', |
2659 'browser/safe_browsing/database_manager.h', | 2659 'browser/safe_browsing/database_manager.h', |
| 2660 'browser/safe_browsing/delayed_analysis_callback.h', |
| 2661 'browser/safe_browsing/delayed_callback_runner.cc', |
| 2662 'browser/safe_browsing/delayed_callback_runner.h', |
| 2663 'browser/safe_browsing/delayed_analysis_callback.h', |
2660 'browser/safe_browsing/download_feedback.cc', | 2664 'browser/safe_browsing/download_feedback.cc', |
2661 'browser/safe_browsing/download_feedback.h', | 2665 'browser/safe_browsing/download_feedback.h', |
2662 'browser/safe_browsing/download_feedback_service.cc', | 2666 'browser/safe_browsing/download_feedback_service.cc', |
2663 'browser/safe_browsing/download_feedback_service.h', | 2667 'browser/safe_browsing/download_feedback_service.h', |
2664 'browser/safe_browsing/download_protection_service.cc', | 2668 'browser/safe_browsing/download_protection_service.cc', |
2665 'browser/safe_browsing/download_protection_service.h', | 2669 'browser/safe_browsing/download_protection_service.h', |
2666 'browser/safe_browsing/environment_data_collection.cc', | 2670 'browser/safe_browsing/environment_data_collection.cc', |
2667 'browser/safe_browsing/environment_data_collection.h', | 2671 'browser/safe_browsing/environment_data_collection.h', |
2668 'browser/safe_browsing/environment_data_collection_win.cc', | 2672 'browser/safe_browsing/environment_data_collection_win.cc', |
2669 'browser/safe_browsing/environment_data_collection_win.h', | 2673 'browser/safe_browsing/environment_data_collection_win.h', |
(...skipping 942 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3612 'package_name': 'org/chromium/chrome/browser', | 3616 'package_name': 'org/chromium/chrome/browser', |
3613 'template_deps': ['browser/android/tab_load_status.h'], | 3617 'template_deps': ['browser/android/tab_load_status.h'], |
3614 }, | 3618 }, |
3615 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3619 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3616 }, | 3620 }, |
3617 ], | 3621 ], |
3618 }, | 3622 }, |
3619 ], | 3623 ], |
3620 ], | 3624 ], |
3621 } | 3625 } |
OLD | NEW |