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 1911 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1922 'browser/safe_browsing/incident_report_uploader_impl.cc', | 1922 'browser/safe_browsing/incident_report_uploader_impl.cc', |
1923 'browser/safe_browsing/incident_report_uploader_impl.h', | 1923 'browser/safe_browsing/incident_report_uploader_impl.h', |
1924 'browser/safe_browsing/incident_reporting_service.cc', | 1924 'browser/safe_browsing/incident_reporting_service.cc', |
1925 'browser/safe_browsing/incident_reporting_service.h', | 1925 'browser/safe_browsing/incident_reporting_service.h', |
1926 'browser/safe_browsing/malware_details.cc', | 1926 'browser/safe_browsing/malware_details.cc', |
1927 'browser/safe_browsing/malware_details.h', | 1927 'browser/safe_browsing/malware_details.h', |
1928 'browser/safe_browsing/malware_details_cache.cc', | 1928 'browser/safe_browsing/malware_details_cache.cc', |
1929 'browser/safe_browsing/malware_details_cache.h', | 1929 'browser/safe_browsing/malware_details_cache.h', |
1930 'browser/safe_browsing/malware_details_history.cc', | 1930 'browser/safe_browsing/malware_details_history.cc', |
1931 'browser/safe_browsing/malware_details_history.h', | 1931 'browser/safe_browsing/malware_details_history.h', |
| 1932 'browser/safe_browsing/path_sanitizer.cc', |
| 1933 'browser/safe_browsing/path_sanitizer.h', |
1932 'browser/safe_browsing/pe_image_reader_win.cc', | 1934 'browser/safe_browsing/pe_image_reader_win.cc', |
1933 'browser/safe_browsing/pe_image_reader_win.h', | 1935 'browser/safe_browsing/pe_image_reader_win.h', |
1934 'browser/safe_browsing/ping_manager.cc', | 1936 'browser/safe_browsing/ping_manager.cc', |
1935 'browser/safe_browsing/ping_manager.h', | 1937 'browser/safe_browsing/ping_manager.h', |
1936 'browser/safe_browsing/preference_validation_delegate.cc', | 1938 'browser/safe_browsing/preference_validation_delegate.cc', |
1937 'browser/safe_browsing/preference_validation_delegate.h', | 1939 'browser/safe_browsing/preference_validation_delegate.h', |
1938 'browser/safe_browsing/prefix_set.cc', | 1940 'browser/safe_browsing/prefix_set.cc', |
1939 'browser/safe_browsing/prefix_set.h', | 1941 'browser/safe_browsing/prefix_set.h', |
1940 'browser/safe_browsing/protocol_manager.cc', | 1942 'browser/safe_browsing/protocol_manager.cc', |
1941 'browser/safe_browsing/protocol_manager.h', | 1943 'browser/safe_browsing/protocol_manager.h', |
(...skipping 1850 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3792 'package_name': 'org/chromium/chrome/browser', | 3794 'package_name': 'org/chromium/chrome/browser', |
3793 'template_deps': ['browser/android/tab_load_status.h'], | 3795 'template_deps': ['browser/android/tab_load_status.h'], |
3794 }, | 3796 }, |
3795 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3797 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3796 }, | 3798 }, |
3797 ], | 3799 ], |
3798 }, | 3800 }, |
3799 ], | 3801 ], |
3800 ], | 3802 ], |
3801 } | 3803 } |
OLD | NEW |