| 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 1477 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1488 'browser/safe_browsing/environment_data_collection.cc', | 1488 'browser/safe_browsing/environment_data_collection.cc', |
| 1489 'browser/safe_browsing/environment_data_collection.h', | 1489 'browser/safe_browsing/environment_data_collection.h', |
| 1490 'browser/safe_browsing/environment_data_collection_win.cc', | 1490 'browser/safe_browsing/environment_data_collection_win.cc', |
| 1491 'browser/safe_browsing/environment_data_collection_win.h', | 1491 'browser/safe_browsing/environment_data_collection_win.h', |
| 1492 'browser/safe_browsing/incident_report_uploader.cc', | 1492 'browser/safe_browsing/incident_report_uploader.cc', |
| 1493 'browser/safe_browsing/incident_report_uploader.h', | 1493 'browser/safe_browsing/incident_report_uploader.h', |
| 1494 'browser/safe_browsing/incident_report_uploader_impl.cc', | 1494 'browser/safe_browsing/incident_report_uploader_impl.cc', |
| 1495 'browser/safe_browsing/incident_report_uploader_impl.h', | 1495 'browser/safe_browsing/incident_report_uploader_impl.h', |
| 1496 'browser/safe_browsing/incident_reporting_service.cc', | 1496 'browser/safe_browsing/incident_reporting_service.cc', |
| 1497 'browser/safe_browsing/incident_reporting_service.h', | 1497 'browser/safe_browsing/incident_reporting_service.h', |
| 1498 'browser/safe_browsing/last_download_finder.cc', |
| 1499 'browser/safe_browsing/last_download_finder.h', |
| 1498 'browser/safe_browsing/malware_details.cc', | 1500 'browser/safe_browsing/malware_details.cc', |
| 1499 'browser/safe_browsing/malware_details.h', | 1501 'browser/safe_browsing/malware_details.h', |
| 1500 'browser/safe_browsing/malware_details_cache.cc', | 1502 'browser/safe_browsing/malware_details_cache.cc', |
| 1501 'browser/safe_browsing/malware_details_cache.h', | 1503 'browser/safe_browsing/malware_details_cache.h', |
| 1502 'browser/safe_browsing/malware_details_history.cc', | 1504 'browser/safe_browsing/malware_details_history.cc', |
| 1503 'browser/safe_browsing/malware_details_history.h', | 1505 'browser/safe_browsing/malware_details_history.h', |
| 1504 'browser/safe_browsing/path_sanitizer.cc', | 1506 'browser/safe_browsing/path_sanitizer.cc', |
| 1505 'browser/safe_browsing/path_sanitizer.h', | 1507 'browser/safe_browsing/path_sanitizer.h', |
| 1506 'browser/safe_browsing/pe_image_reader_win.cc', | 1508 'browser/safe_browsing/pe_image_reader_win.cc', |
| 1507 'browser/safe_browsing/pe_image_reader_win.h', | 1509 'browser/safe_browsing/pe_image_reader_win.h', |
| (...skipping 2234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3742 'package_name': 'org/chromium/chrome/browser', | 3744 'package_name': 'org/chromium/chrome/browser', |
| 3743 'template_deps': ['browser/android/tab_load_status.h'], | 3745 'template_deps': ['browser/android/tab_load_status.h'], |
| 3744 }, | 3746 }, |
| 3745 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3747 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3746 }, | 3748 }, |
| 3747 ], | 3749 ], |
| 3748 }, | 3750 }, |
| 3749 ], | 3751 ], |
| 3750 ], | 3752 ], |
| 3751 } | 3753 } |
| OLD | NEW |