OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'dependencies': [ | 10 'dependencies': [ |
(...skipping 1883 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1894 'browser/repost_form_warning_controller.cc', | 1894 'browser/repost_form_warning_controller.cc', |
1895 'browser/repost_form_warning_controller.h', | 1895 'browser/repost_form_warning_controller.h', |
1896 'browser/resources_util.cc', | 1896 'browser/resources_util.cc', |
1897 'browser/resources_util.h', | 1897 'browser/resources_util.h', |
1898 'browser/rlz/rlz.cc', | 1898 'browser/rlz/rlz.cc', |
1899 'browser/rlz/rlz.h', | 1899 'browser/rlz/rlz.h', |
1900 'browser/safe_browsing/bloom_filter.cc', | 1900 'browser/safe_browsing/bloom_filter.cc', |
1901 'browser/safe_browsing/bloom_filter.h', | 1901 'browser/safe_browsing/bloom_filter.h', |
1902 'browser/safe_browsing/browser_feature_extractor.cc', | 1902 'browser/safe_browsing/browser_feature_extractor.cc', |
1903 'browser/safe_browsing/browser_feature_extractor.h', | 1903 'browser/safe_browsing/browser_feature_extractor.h', |
| 1904 'browser/safe_browsing/browser_features.cc', |
| 1905 'browser/safe_browsing/browser_features.h', |
1904 'browser/safe_browsing/chunk_range.cc', | 1906 'browser/safe_browsing/chunk_range.cc', |
1905 'browser/safe_browsing/chunk_range.h', | 1907 'browser/safe_browsing/chunk_range.h', |
1906 'browser/safe_browsing/client_side_detection_host.cc', | 1908 'browser/safe_browsing/client_side_detection_host.cc', |
1907 'browser/safe_browsing/client_side_detection_host.h', | 1909 'browser/safe_browsing/client_side_detection_host.h', |
1908 'browser/safe_browsing/client_side_detection_service.cc', | 1910 'browser/safe_browsing/client_side_detection_service.cc', |
1909 'browser/safe_browsing/client_side_detection_service.h', | 1911 'browser/safe_browsing/client_side_detection_service.h', |
1910 'browser/safe_browsing/malware_details.cc', | 1912 'browser/safe_browsing/malware_details.cc', |
1911 'browser/safe_browsing/malware_details.h', | 1913 'browser/safe_browsing/malware_details.h', |
1912 'browser/safe_browsing/malware_details_cache.cc', | 1914 'browser/safe_browsing/malware_details_cache.cc', |
1913 'browser/safe_browsing/malware_details_cache.h', | 1915 'browser/safe_browsing/malware_details_cache.h', |
(...skipping 2989 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4903 # weak imports in dependents, who still must #include | 4905 # weak imports in dependents, who still must #include |
4904 # closure_blocks_leopard_compat.h to get weak imports. | 4906 # closure_blocks_leopard_compat.h to get weak imports. |
4905 'type': 'none', | 4907 'type': 'none', |
4906 }], | 4908 }], |
4907 ], | 4909 ], |
4908 }, | 4910 }, |
4909 ], | 4911 ], |
4910 }], | 4912 }], |
4911 ], | 4913 ], |
4912 } | 4914 } |
OLD | NEW |