| 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': '<(library)', | 9 'type': '<(library)', |
| 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
| (...skipping 2018 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2029 'browser/safe_browsing/bloom_filter.cc', | 2029 'browser/safe_browsing/bloom_filter.cc', |
| 2030 'browser/safe_browsing/bloom_filter.h', | 2030 'browser/safe_browsing/bloom_filter.h', |
| 2031 'browser/safe_browsing/chunk_range.cc', | 2031 'browser/safe_browsing/chunk_range.cc', |
| 2032 'browser/safe_browsing/chunk_range.h', | 2032 'browser/safe_browsing/chunk_range.h', |
| 2033 'browser/safe_browsing/client_side_detection_service.cc', | 2033 'browser/safe_browsing/client_side_detection_service.cc', |
| 2034 'browser/safe_browsing/client_side_detection_service.h', | 2034 'browser/safe_browsing/client_side_detection_service.h', |
| 2035 '<(protoc_out_dir)/chrome/browser/safe_browsing/csd.pb.cc', | 2035 '<(protoc_out_dir)/chrome/browser/safe_browsing/csd.pb.cc', |
| 2036 '<(protoc_out_dir)/chrome/browser/safe_browsing/csd.pb.h', | 2036 '<(protoc_out_dir)/chrome/browser/safe_browsing/csd.pb.h', |
| 2037 'browser/safe_browsing/malware_details.cc', | 2037 'browser/safe_browsing/malware_details.cc', |
| 2038 'browser/safe_browsing/malware_details.h', | 2038 'browser/safe_browsing/malware_details.h', |
| 2039 'browser/safe_browsing/prefix_set.cc', |
| 2040 'browser/safe_browsing/prefix_set.h', |
| 2039 'browser/safe_browsing/protocol_manager.cc', | 2041 'browser/safe_browsing/protocol_manager.cc', |
| 2040 'browser/safe_browsing/protocol_manager.h', | 2042 'browser/safe_browsing/protocol_manager.h', |
| 2041 'browser/safe_browsing/protocol_parser.cc', | 2043 'browser/safe_browsing/protocol_parser.cc', |
| 2042 'browser/safe_browsing/protocol_parser.h', | 2044 'browser/safe_browsing/protocol_parser.h', |
| 2043 '<(protoc_out_dir)/chrome/browser/safe_browsing/report.pb.cc', | 2045 '<(protoc_out_dir)/chrome/browser/safe_browsing/report.pb.cc', |
| 2044 '<(protoc_out_dir)/chrome/browser/safe_browsing/report.pb.h', | 2046 '<(protoc_out_dir)/chrome/browser/safe_browsing/report.pb.h', |
| 2045 'browser/safe_browsing/safe_browsing_blocking_page.cc', | 2047 'browser/safe_browsing/safe_browsing_blocking_page.cc', |
| 2046 'browser/safe_browsing/safe_browsing_blocking_page.h', | 2048 'browser/safe_browsing/safe_browsing_blocking_page.h', |
| 2047 'browser/safe_browsing/safe_browsing_database.cc', | 2049 'browser/safe_browsing/safe_browsing_database.cc', |
| 2048 'browser/safe_browsing/safe_browsing_database.h', | 2050 'browser/safe_browsing/safe_browsing_database.h', |
| (...skipping 2551 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4600 ], | 4602 ], |
| 4601 }, | 4603 }, |
| 4602 ], | 4604 ], |
| 4603 } | 4605 } |
| 4604 | 4606 |
| 4605 # Local Variables: | 4607 # Local Variables: |
| 4606 # tab-width:2 | 4608 # tab-width:2 |
| 4607 # indent-tabs-mode:nil | 4609 # indent-tabs-mode:nil |
| 4608 # End: | 4610 # End: |
| 4609 # vim: set expandtab tabstop=2 shiftwidth=2: | 4611 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |