| 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 1527 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1538 'browser/safe_browsing/environment_data_collection.cc', | 1538 'browser/safe_browsing/environment_data_collection.cc', |
| 1539 'browser/safe_browsing/environment_data_collection.h', | 1539 'browser/safe_browsing/environment_data_collection.h', |
| 1540 'browser/safe_browsing/environment_data_collection_win.cc', | 1540 'browser/safe_browsing/environment_data_collection_win.cc', |
| 1541 'browser/safe_browsing/environment_data_collection_win.h', | 1541 'browser/safe_browsing/environment_data_collection_win.h', |
| 1542 'browser/safe_browsing/incident_report_uploader.cc', | 1542 'browser/safe_browsing/incident_report_uploader.cc', |
| 1543 'browser/safe_browsing/incident_report_uploader.h', | 1543 'browser/safe_browsing/incident_report_uploader.h', |
| 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/last_download_finder.cc', |
| 1549 'browser/safe_browsing/last_download_finder.h', |
| 1548 'browser/safe_browsing/malware_details.cc', | 1550 'browser/safe_browsing/malware_details.cc', |
| 1549 'browser/safe_browsing/malware_details.h', | 1551 'browser/safe_browsing/malware_details.h', |
| 1550 'browser/safe_browsing/malware_details_cache.cc', | 1552 'browser/safe_browsing/malware_details_cache.cc', |
| 1551 'browser/safe_browsing/malware_details_cache.h', | 1553 'browser/safe_browsing/malware_details_cache.h', |
| 1552 'browser/safe_browsing/malware_details_history.cc', | 1554 'browser/safe_browsing/malware_details_history.cc', |
| 1553 'browser/safe_browsing/malware_details_history.h', | 1555 'browser/safe_browsing/malware_details_history.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', |
| (...skipping 2206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3764 'package_name': 'org/chromium/chrome/browser', | 3766 'package_name': 'org/chromium/chrome/browser', |
| 3765 'template_deps': ['browser/android/tab_load_status.h'], | 3767 'template_deps': ['browser/android/tab_load_status.h'], |
| 3766 }, | 3768 }, |
| 3767 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3769 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3768 }, | 3770 }, |
| 3769 ], | 3771 ], |
| 3770 }, | 3772 }, |
| 3771 ], | 3773 ], |
| 3772 ], | 3774 ], |
| 3773 } | 3775 } |
| OLD | NEW |