| 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 2642 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2653 'browser/safe_browsing/environment_data_collection.cc', | 2653 'browser/safe_browsing/environment_data_collection.cc', |
| 2654 'browser/safe_browsing/environment_data_collection.h', | 2654 'browser/safe_browsing/environment_data_collection.h', |
| 2655 'browser/safe_browsing/environment_data_collection_win.cc', | 2655 'browser/safe_browsing/environment_data_collection_win.cc', |
| 2656 'browser/safe_browsing/environment_data_collection_win.h', | 2656 'browser/safe_browsing/environment_data_collection_win.h', |
| 2657 'browser/safe_browsing/incident_reporting_service.cc', | 2657 'browser/safe_browsing/incident_reporting_service.cc', |
| 2658 'browser/safe_browsing/incident_reporting_service.h', | 2658 'browser/safe_browsing/incident_reporting_service.h', |
| 2659 'browser/safe_browsing/incident_report_uploader.cc', | 2659 'browser/safe_browsing/incident_report_uploader.cc', |
| 2660 'browser/safe_browsing/incident_report_uploader.h', | 2660 'browser/safe_browsing/incident_report_uploader.h', |
| 2661 'browser/safe_browsing/incident_report_uploader_impl.cc', | 2661 'browser/safe_browsing/incident_report_uploader_impl.cc', |
| 2662 'browser/safe_browsing/incident_report_uploader_impl.h', | 2662 'browser/safe_browsing/incident_report_uploader_impl.h', |
| 2663 'browser/safe_browsing/last_download_finder.cc', |
| 2664 'browser/safe_browsing/last_download_finder.h', |
| 2663 'browser/safe_browsing/path_sanitizer.cc', | 2665 'browser/safe_browsing/path_sanitizer.cc', |
| 2664 'browser/safe_browsing/path_sanitizer.h', | 2666 'browser/safe_browsing/path_sanitizer.h', |
| 2665 'browser/safe_browsing/pe_image_reader_win.cc', | 2667 'browser/safe_browsing/pe_image_reader_win.cc', |
| 2666 'browser/safe_browsing/pe_image_reader_win.h', | 2668 'browser/safe_browsing/pe_image_reader_win.h', |
| 2667 'browser/safe_browsing/preference_validation_delegate.cc', | 2669 'browser/safe_browsing/preference_validation_delegate.cc', |
| 2668 'browser/safe_browsing/preference_validation_delegate.h', | 2670 'browser/safe_browsing/preference_validation_delegate.h', |
| 2669 'browser/safe_browsing/prefix_set.cc', | 2671 'browser/safe_browsing/prefix_set.cc', |
| 2670 'browser/safe_browsing/prefix_set.h', | 2672 'browser/safe_browsing/prefix_set.h', |
| 2671 'browser/safe_browsing/protocol_manager.cc', | 2673 'browser/safe_browsing/protocol_manager.cc', |
| 2672 'browser/safe_browsing/protocol_manager.h', | 2674 'browser/safe_browsing/protocol_manager.h', |
| (...skipping 917 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3590 'package_name': 'org/chromium/chrome/browser', | 3592 'package_name': 'org/chromium/chrome/browser', |
| 3591 'template_deps': ['browser/android/tab_load_status.h'], | 3593 'template_deps': ['browser/android/tab_load_status.h'], |
| 3592 }, | 3594 }, |
| 3593 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3595 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3594 }, | 3596 }, |
| 3595 ], | 3597 ], |
| 3596 }, | 3598 }, |
| 3597 ], | 3599 ], |
| 3598 ], | 3600 ], |
| 3599 } | 3601 } |
| OLD | NEW |