| 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 1905 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1916 'browser/safe_browsing/incident_report_uploader_impl.cc', | 1916 'browser/safe_browsing/incident_report_uploader_impl.cc', |
| 1917 'browser/safe_browsing/incident_report_uploader_impl.h', | 1917 'browser/safe_browsing/incident_report_uploader_impl.h', |
| 1918 'browser/safe_browsing/incident_reporting_service.cc', | 1918 'browser/safe_browsing/incident_reporting_service.cc', |
| 1919 'browser/safe_browsing/incident_reporting_service.h', | 1919 'browser/safe_browsing/incident_reporting_service.h', |
| 1920 'browser/safe_browsing/malware_details.cc', | 1920 'browser/safe_browsing/malware_details.cc', |
| 1921 'browser/safe_browsing/malware_details.h', | 1921 'browser/safe_browsing/malware_details.h', |
| 1922 'browser/safe_browsing/malware_details_cache.cc', | 1922 'browser/safe_browsing/malware_details_cache.cc', |
| 1923 'browser/safe_browsing/malware_details_cache.h', | 1923 'browser/safe_browsing/malware_details_cache.h', |
| 1924 'browser/safe_browsing/malware_details_history.cc', | 1924 'browser/safe_browsing/malware_details_history.cc', |
| 1925 'browser/safe_browsing/malware_details_history.h', | 1925 'browser/safe_browsing/malware_details_history.h', |
| 1926 'browser/safe_browsing/path_sanitizer.cc', |
| 1927 'browser/safe_browsing/path_sanitizer.h', |
| 1926 'browser/safe_browsing/pe_image_reader_win.cc', | 1928 'browser/safe_browsing/pe_image_reader_win.cc', |
| 1927 'browser/safe_browsing/pe_image_reader_win.h', | 1929 'browser/safe_browsing/pe_image_reader_win.h', |
| 1928 'browser/safe_browsing/ping_manager.cc', | 1930 'browser/safe_browsing/ping_manager.cc', |
| 1929 'browser/safe_browsing/ping_manager.h', | 1931 'browser/safe_browsing/ping_manager.h', |
| 1930 'browser/safe_browsing/preference_validation_delegate.cc', | 1932 'browser/safe_browsing/preference_validation_delegate.cc', |
| 1931 'browser/safe_browsing/preference_validation_delegate.h', | 1933 'browser/safe_browsing/preference_validation_delegate.h', |
| 1932 'browser/safe_browsing/prefix_set.cc', | 1934 'browser/safe_browsing/prefix_set.cc', |
| 1933 'browser/safe_browsing/prefix_set.h', | 1935 'browser/safe_browsing/prefix_set.h', |
| 1934 'browser/safe_browsing/protocol_manager.cc', | 1936 'browser/safe_browsing/protocol_manager.cc', |
| 1935 'browser/safe_browsing/protocol_manager.h', | 1937 'browser/safe_browsing/protocol_manager.h', |
| (...skipping 1832 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3768 'package_name': 'org/chromium/chrome/browser', | 3770 'package_name': 'org/chromium/chrome/browser', |
| 3769 'template_deps': ['browser/android/tab_load_status.h'], | 3771 'template_deps': ['browser/android/tab_load_status.h'], |
| 3770 }, | 3772 }, |
| 3771 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3773 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3772 }, | 3774 }, |
| 3773 ], | 3775 ], |
| 3774 }, | 3776 }, |
| 3775 ], | 3777 ], |
| 3776 ], | 3778 ], |
| 3777 } | 3779 } |
| OLD | NEW |