| 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'browser', | 8 'target_name': 'browser', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
| (...skipping 1857 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1868 'browser/safe_browsing/environment_data_collection.cc', | 1868 'browser/safe_browsing/environment_data_collection.cc', |
| 1869 'browser/safe_browsing/environment_data_collection.h', | 1869 'browser/safe_browsing/environment_data_collection.h', |
| 1870 'browser/safe_browsing/environment_data_collection_win.cc', | 1870 'browser/safe_browsing/environment_data_collection_win.cc', |
| 1871 'browser/safe_browsing/environment_data_collection_win.h', | 1871 'browser/safe_browsing/environment_data_collection_win.h', |
| 1872 'browser/safe_browsing/incident_report_uploader.cc', | 1872 'browser/safe_browsing/incident_report_uploader.cc', |
| 1873 'browser/safe_browsing/incident_report_uploader.h', | 1873 'browser/safe_browsing/incident_report_uploader.h', |
| 1874 'browser/safe_browsing/incident_report_uploader_impl.cc', | 1874 'browser/safe_browsing/incident_report_uploader_impl.cc', |
| 1875 'browser/safe_browsing/incident_report_uploader_impl.h', | 1875 'browser/safe_browsing/incident_report_uploader_impl.h', |
| 1876 'browser/safe_browsing/incident_reporting_service.cc', | 1876 'browser/safe_browsing/incident_reporting_service.cc', |
| 1877 'browser/safe_browsing/incident_reporting_service.h', | 1877 'browser/safe_browsing/incident_reporting_service.h', |
| 1878 'browser/safe_browsing/last_download_finder.cc', |
| 1879 'browser/safe_browsing/last_download_finder.h', |
| 1878 'browser/safe_browsing/malware_details.cc', | 1880 'browser/safe_browsing/malware_details.cc', |
| 1879 'browser/safe_browsing/malware_details.h', | 1881 'browser/safe_browsing/malware_details.h', |
| 1880 'browser/safe_browsing/malware_details_cache.cc', | 1882 'browser/safe_browsing/malware_details_cache.cc', |
| 1881 'browser/safe_browsing/malware_details_cache.h', | 1883 'browser/safe_browsing/malware_details_cache.h', |
| 1882 'browser/safe_browsing/malware_details_history.cc', | 1884 'browser/safe_browsing/malware_details_history.cc', |
| 1883 'browser/safe_browsing/malware_details_history.h', | 1885 'browser/safe_browsing/malware_details_history.h', |
| 1884 'browser/safe_browsing/pe_image_reader_win.cc', | 1886 'browser/safe_browsing/pe_image_reader_win.cc', |
| 1885 'browser/safe_browsing/pe_image_reader_win.h', | 1887 'browser/safe_browsing/pe_image_reader_win.h', |
| 1886 'browser/safe_browsing/ping_manager.cc', | 1888 'browser/safe_browsing/ping_manager.cc', |
| 1887 'browser/safe_browsing/ping_manager.h', | 1889 'browser/safe_browsing/ping_manager.h', |
| (...skipping 1930 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3818 'package_name': 'org/chromium/chrome/browser', | 3820 'package_name': 'org/chromium/chrome/browser', |
| 3819 'template_deps': ['browser/android/tab_load_status.h'], | 3821 'template_deps': ['browser/android/tab_load_status.h'], |
| 3820 }, | 3822 }, |
| 3821 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3823 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3822 }, | 3824 }, |
| 3823 ], | 3825 ], |
| 3824 }, | 3826 }, |
| 3825 ], | 3827 ], |
| 3826 ], | 3828 ], |
| 3827 } | 3829 } |
| OLD | NEW |