| 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 1897 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1908 'browser/repost_form_warning_controller.cc', | 1908 'browser/repost_form_warning_controller.cc', |
| 1909 'browser/repost_form_warning_controller.h', | 1909 'browser/repost_form_warning_controller.h', |
| 1910 'browser/resources_util.cc', | 1910 'browser/resources_util.cc', |
| 1911 'browser/resources_util.h', | 1911 'browser/resources_util.h', |
| 1912 'browser/rlz/rlz.cc', | 1912 'browser/rlz/rlz.cc', |
| 1913 'browser/rlz/rlz.h', | 1913 'browser/rlz/rlz.h', |
| 1914 'browser/safe_browsing/bloom_filter.cc', | 1914 'browser/safe_browsing/bloom_filter.cc', |
| 1915 'browser/safe_browsing/bloom_filter.h', | 1915 'browser/safe_browsing/bloom_filter.h', |
| 1916 'browser/safe_browsing/browser_feature_extractor.cc', | 1916 'browser/safe_browsing/browser_feature_extractor.cc', |
| 1917 'browser/safe_browsing/browser_feature_extractor.h', | 1917 'browser/safe_browsing/browser_feature_extractor.h', |
| 1918 'browser/safe_browsing/browser_features.cc', |
| 1919 'browser/safe_browsing/browser_features.h', |
| 1918 'browser/safe_browsing/chunk_range.cc', | 1920 'browser/safe_browsing/chunk_range.cc', |
| 1919 'browser/safe_browsing/chunk_range.h', | 1921 'browser/safe_browsing/chunk_range.h', |
| 1920 'browser/safe_browsing/client_side_detection_host.cc', | 1922 'browser/safe_browsing/client_side_detection_host.cc', |
| 1921 'browser/safe_browsing/client_side_detection_host.h', | 1923 'browser/safe_browsing/client_side_detection_host.h', |
| 1922 'browser/safe_browsing/client_side_detection_service.cc', | 1924 'browser/safe_browsing/client_side_detection_service.cc', |
| 1923 'browser/safe_browsing/client_side_detection_service.h', | 1925 'browser/safe_browsing/client_side_detection_service.h', |
| 1924 'browser/safe_browsing/malware_details.cc', | 1926 'browser/safe_browsing/malware_details.cc', |
| 1925 'browser/safe_browsing/malware_details.h', | 1927 'browser/safe_browsing/malware_details.h', |
| 1926 'browser/safe_browsing/malware_details_cache.cc', | 1928 'browser/safe_browsing/malware_details_cache.cc', |
| 1927 'browser/safe_browsing/malware_details_cache.h', | 1929 'browser/safe_browsing/malware_details_cache.h', |
| (...skipping 3087 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5015 # weak imports in dependents, who still must #include | 5017 # weak imports in dependents, who still must #include |
| 5016 # closure_blocks_leopard_compat.h to get weak imports. | 5018 # closure_blocks_leopard_compat.h to get weak imports. |
| 5017 'type': 'none', | 5019 'type': 'none', |
| 5018 }], | 5020 }], |
| 5019 ], | 5021 ], |
| 5020 }, | 5022 }, |
| 5021 ], | 5023 ], |
| 5022 }], | 5024 }], |
| 5023 ], | 5025 ], |
| 5024 } | 5026 } |
| OLD | NEW |