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 1858 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1869 'browser/safe_browsing/incident_report_uploader_impl.cc', | 1869 'browser/safe_browsing/incident_report_uploader_impl.cc', |
1870 'browser/safe_browsing/incident_report_uploader_impl.h', | 1870 'browser/safe_browsing/incident_report_uploader_impl.h', |
1871 'browser/safe_browsing/incident_reporting_service.cc', | 1871 'browser/safe_browsing/incident_reporting_service.cc', |
1872 'browser/safe_browsing/incident_reporting_service.h', | 1872 'browser/safe_browsing/incident_reporting_service.h', |
1873 'browser/safe_browsing/malware_details.cc', | 1873 'browser/safe_browsing/malware_details.cc', |
1874 'browser/safe_browsing/malware_details.h', | 1874 'browser/safe_browsing/malware_details.h', |
1875 'browser/safe_browsing/malware_details_cache.cc', | 1875 'browser/safe_browsing/malware_details_cache.cc', |
1876 'browser/safe_browsing/malware_details_cache.h', | 1876 'browser/safe_browsing/malware_details_cache.h', |
1877 'browser/safe_browsing/malware_details_history.cc', | 1877 'browser/safe_browsing/malware_details_history.cc', |
1878 'browser/safe_browsing/malware_details_history.h', | 1878 'browser/safe_browsing/malware_details_history.h', |
1879 'browser/safe_browsing/path_sanitizer.cc', | |
1880 'browser/safe_browsing/path_sanitizer.h', | |
1881 'browser/safe_browsing/pe_image_reader_win.cc', | 1879 'browser/safe_browsing/pe_image_reader_win.cc', |
1882 'browser/safe_browsing/pe_image_reader_win.h', | 1880 'browser/safe_browsing/pe_image_reader_win.h', |
1883 'browser/safe_browsing/ping_manager.cc', | 1881 'browser/safe_browsing/ping_manager.cc', |
1884 'browser/safe_browsing/ping_manager.h', | 1882 'browser/safe_browsing/ping_manager.h', |
1885 'browser/safe_browsing/preference_validation_delegate.cc', | 1883 'browser/safe_browsing/preference_validation_delegate.cc', |
1886 'browser/safe_browsing/preference_validation_delegate.h', | 1884 'browser/safe_browsing/preference_validation_delegate.h', |
1887 'browser/safe_browsing/prefix_set.cc', | 1885 'browser/safe_browsing/prefix_set.cc', |
1888 'browser/safe_browsing/prefix_set.h', | 1886 'browser/safe_browsing/prefix_set.h', |
1889 'browser/safe_browsing/protocol_manager.cc', | 1887 'browser/safe_browsing/protocol_manager.cc', |
1890 'browser/safe_browsing/protocol_manager.h', | 1888 'browser/safe_browsing/protocol_manager.h', |
(...skipping 1924 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3815 'package_name': 'org/chromium/chrome/browser', | 3813 'package_name': 'org/chromium/chrome/browser', |
3816 'template_deps': ['browser/android/tab_load_status.h'], | 3814 'template_deps': ['browser/android/tab_load_status.h'], |
3817 }, | 3815 }, |
3818 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3816 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3819 }, | 3817 }, |
3820 ], | 3818 ], |
3821 }, | 3819 }, |
3822 ], | 3820 ], |
3823 ], | 3821 ], |
3824 } | 3822 } |
OLD | NEW |