| 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 2633 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2644 'browser/safe_browsing/browser_features.cc', | 2644 'browser/safe_browsing/browser_features.cc', |
| 2645 'browser/safe_browsing/browser_features.h', | 2645 'browser/safe_browsing/browser_features.h', |
| 2646 'browser/safe_browsing/chunk_range.cc', | 2646 'browser/safe_browsing/chunk_range.cc', |
| 2647 'browser/safe_browsing/chunk_range.h', | 2647 'browser/safe_browsing/chunk_range.h', |
| 2648 'browser/safe_browsing/client_side_detection_host.cc', | 2648 'browser/safe_browsing/client_side_detection_host.cc', |
| 2649 'browser/safe_browsing/client_side_detection_host.h', | 2649 'browser/safe_browsing/client_side_detection_host.h', |
| 2650 'browser/safe_browsing/client_side_detection_service.cc', | 2650 'browser/safe_browsing/client_side_detection_service.cc', |
| 2651 'browser/safe_browsing/client_side_detection_service.h', | 2651 'browser/safe_browsing/client_side_detection_service.h', |
| 2652 'browser/safe_browsing/database_manager.cc', | 2652 'browser/safe_browsing/database_manager.cc', |
| 2653 'browser/safe_browsing/database_manager.h', | 2653 'browser/safe_browsing/database_manager.h', |
| 2654 'browser/safe_browsing/delayed_analysis_callback.h', |
| 2655 'browser/safe_browsing/delayed_callback_runner.cc', |
| 2656 'browser/safe_browsing/delayed_callback_runner.h', |
| 2654 'browser/safe_browsing/download_feedback.cc', | 2657 'browser/safe_browsing/download_feedback.cc', |
| 2655 'browser/safe_browsing/download_feedback.h', | 2658 'browser/safe_browsing/download_feedback.h', |
| 2656 'browser/safe_browsing/download_feedback_service.cc', | 2659 'browser/safe_browsing/download_feedback_service.cc', |
| 2657 'browser/safe_browsing/download_feedback_service.h', | 2660 'browser/safe_browsing/download_feedback_service.h', |
| 2658 'browser/safe_browsing/download_protection_service.cc', | 2661 'browser/safe_browsing/download_protection_service.cc', |
| 2659 'browser/safe_browsing/download_protection_service.h', | 2662 'browser/safe_browsing/download_protection_service.h', |
| 2660 'browser/safe_browsing/environment_data_collection.cc', | 2663 'browser/safe_browsing/environment_data_collection.cc', |
| 2661 'browser/safe_browsing/environment_data_collection.h', | 2664 'browser/safe_browsing/environment_data_collection.h', |
| 2662 'browser/safe_browsing/environment_data_collection_win.cc', | 2665 'browser/safe_browsing/environment_data_collection_win.cc', |
| 2663 'browser/safe_browsing/environment_data_collection_win.h', | 2666 'browser/safe_browsing/environment_data_collection_win.h', |
| (...skipping 942 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3606 'package_name': 'org/chromium/chrome/browser', | 3609 'package_name': 'org/chromium/chrome/browser', |
| 3607 'template_deps': ['browser/android/tab_load_status.h'], | 3610 'template_deps': ['browser/android/tab_load_status.h'], |
| 3608 }, | 3611 }, |
| 3609 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3612 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3610 }, | 3613 }, |
| 3611 ], | 3614 ], |
| 3612 }, | 3615 }, |
| 3613 ], | 3616 ], |
| 3614 ], | 3617 ], |
| 3615 } | 3618 } |
| OLD | NEW |