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 1874 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1885 'browser/repost_form_warning_controller.cc', | 1885 'browser/repost_form_warning_controller.cc', |
1886 'browser/repost_form_warning_controller.h', | 1886 'browser/repost_form_warning_controller.h', |
1887 'browser/resources_util.cc', | 1887 'browser/resources_util.cc', |
1888 'browser/resources_util.h', | 1888 'browser/resources_util.h', |
1889 'browser/rlz/rlz.cc', | 1889 'browser/rlz/rlz.cc', |
1890 'browser/rlz/rlz.h', | 1890 'browser/rlz/rlz.h', |
1891 'browser/safe_browsing/bloom_filter.cc', | 1891 'browser/safe_browsing/bloom_filter.cc', |
1892 'browser/safe_browsing/bloom_filter.h', | 1892 'browser/safe_browsing/bloom_filter.h', |
1893 'browser/safe_browsing/browser_feature_extractor.cc', | 1893 'browser/safe_browsing/browser_feature_extractor.cc', |
1894 'browser/safe_browsing/browser_feature_extractor.h', | 1894 'browser/safe_browsing/browser_feature_extractor.h', |
1895 'browser/safe_browsing/browser_features.cc', | |
1896 'browser/safe_browsing/browser_features.h', | |
1897 'browser/safe_browsing/chunk_range.cc', | 1895 'browser/safe_browsing/chunk_range.cc', |
1898 'browser/safe_browsing/chunk_range.h', | 1896 'browser/safe_browsing/chunk_range.h', |
1899 'browser/safe_browsing/client_side_detection_host.cc', | 1897 'browser/safe_browsing/client_side_detection_host.cc', |
1900 'browser/safe_browsing/client_side_detection_host.h', | 1898 'browser/safe_browsing/client_side_detection_host.h', |
1901 'browser/safe_browsing/client_side_detection_service.cc', | 1899 'browser/safe_browsing/client_side_detection_service.cc', |
1902 'browser/safe_browsing/client_side_detection_service.h', | 1900 'browser/safe_browsing/client_side_detection_service.h', |
1903 'browser/safe_browsing/malware_details.cc', | 1901 'browser/safe_browsing/malware_details.cc', |
1904 'browser/safe_browsing/malware_details.h', | 1902 'browser/safe_browsing/malware_details.h', |
1905 'browser/safe_browsing/malware_details_cache.cc', | 1903 'browser/safe_browsing/malware_details_cache.cc', |
1906 'browser/safe_browsing/malware_details_cache.h', | 1904 'browser/safe_browsing/malware_details_cache.h', |
(...skipping 2982 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4889 # weak imports in dependents, who still must #include | 4887 # weak imports in dependents, who still must #include |
4890 # closure_blocks_leopard_compat.h to get weak imports. | 4888 # closure_blocks_leopard_compat.h to get weak imports. |
4891 'type': 'none', | 4889 'type': 'none', |
4892 }], | 4890 }], |
4893 ], | 4891 ], |
4894 }, | 4892 }, |
4895 ], | 4893 ], |
4896 }], | 4894 }], |
4897 ], | 4895 ], |
4898 } | 4896 } |
OLD | NEW |