| 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 1533 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1544 'browser/safe_browsing/incident_report_uploader_impl.cc', | 1544 'browser/safe_browsing/incident_report_uploader_impl.cc', |
| 1545 'browser/safe_browsing/incident_report_uploader_impl.h', | 1545 'browser/safe_browsing/incident_report_uploader_impl.h', |
| 1546 'browser/safe_browsing/incident_reporting_service.cc', | 1546 'browser/safe_browsing/incident_reporting_service.cc', |
| 1547 'browser/safe_browsing/incident_reporting_service.h', | 1547 'browser/safe_browsing/incident_reporting_service.h', |
| 1548 'browser/safe_browsing/malware_details.cc', | 1548 'browser/safe_browsing/malware_details.cc', |
| 1549 'browser/safe_browsing/malware_details.h', | 1549 'browser/safe_browsing/malware_details.h', |
| 1550 'browser/safe_browsing/malware_details_cache.cc', | 1550 'browser/safe_browsing/malware_details_cache.cc', |
| 1551 'browser/safe_browsing/malware_details_cache.h', | 1551 'browser/safe_browsing/malware_details_cache.h', |
| 1552 'browser/safe_browsing/malware_details_history.cc', | 1552 'browser/safe_browsing/malware_details_history.cc', |
| 1553 'browser/safe_browsing/malware_details_history.h', | 1553 'browser/safe_browsing/malware_details_history.h', |
| 1554 'browser/safe_browsing/path_sanitizer.cc', |
| 1555 'browser/safe_browsing/path_sanitizer.h', |
| 1554 'browser/safe_browsing/pe_image_reader_win.cc', | 1556 'browser/safe_browsing/pe_image_reader_win.cc', |
| 1555 'browser/safe_browsing/pe_image_reader_win.h', | 1557 'browser/safe_browsing/pe_image_reader_win.h', |
| 1556 'browser/safe_browsing/ping_manager.cc', | 1558 'browser/safe_browsing/ping_manager.cc', |
| 1557 'browser/safe_browsing/ping_manager.h', | 1559 'browser/safe_browsing/ping_manager.h', |
| 1558 'browser/safe_browsing/preference_validation_delegate.cc', | 1560 'browser/safe_browsing/preference_validation_delegate.cc', |
| 1559 'browser/safe_browsing/preference_validation_delegate.h', | 1561 'browser/safe_browsing/preference_validation_delegate.h', |
| 1560 'browser/safe_browsing/prefix_set.cc', | 1562 'browser/safe_browsing/prefix_set.cc', |
| 1561 'browser/safe_browsing/prefix_set.h', | 1563 'browser/safe_browsing/prefix_set.h', |
| 1562 'browser/safe_browsing/protocol_manager.cc', | 1564 'browser/safe_browsing/protocol_manager.cc', |
| 1563 'browser/safe_browsing/protocol_manager.h', | 1565 'browser/safe_browsing/protocol_manager.h', |
| (...skipping 2198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3762 'package_name': 'org/chromium/chrome/browser', | 3764 'package_name': 'org/chromium/chrome/browser', |
| 3763 'template_deps': ['browser/android/tab_load_status.h'], | 3765 'template_deps': ['browser/android/tab_load_status.h'], |
| 3764 }, | 3766 }, |
| 3765 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3767 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3766 }, | 3768 }, |
| 3767 ], | 3769 ], |
| 3768 }, | 3770 }, |
| 3769 ], | 3771 ], |
| 3770 ], | 3772 ], |
| 3771 } | 3773 } |
| OLD | NEW |