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 2269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2280 'browser/safe_browsing/chunk_range.cc', | 2280 'browser/safe_browsing/chunk_range.cc', |
2281 'browser/safe_browsing/chunk_range.h', | 2281 'browser/safe_browsing/chunk_range.h', |
2282 'browser/safe_browsing/client_side_detection_service.cc', | 2282 'browser/safe_browsing/client_side_detection_service.cc', |
2283 'browser/safe_browsing/client_side_detection_service.h', | 2283 'browser/safe_browsing/client_side_detection_service.h', |
2284 '<(protoc_out_dir)/chrome/browser/safe_browsing/csd.pb.cc', | 2284 '<(protoc_out_dir)/chrome/browser/safe_browsing/csd.pb.cc', |
2285 '<(protoc_out_dir)/chrome/browser/safe_browsing/csd.pb.h', | 2285 '<(protoc_out_dir)/chrome/browser/safe_browsing/csd.pb.h', |
2286 '<(protoc_out_dir)/chrome/browser/safe_browsing/report.pb.cc', | 2286 '<(protoc_out_dir)/chrome/browser/safe_browsing/report.pb.cc', |
2287 '<(protoc_out_dir)/chrome/browser/safe_browsing/report.pb.h', | 2287 '<(protoc_out_dir)/chrome/browser/safe_browsing/report.pb.h', |
2288 'browser/safe_browsing/malware_details.cc', | 2288 'browser/safe_browsing/malware_details.cc', |
2289 'browser/safe_browsing/malware_details.h', | 2289 'browser/safe_browsing/malware_details.h', |
| 2290 'browser/safe_browsing/prefix_set.cc', |
| 2291 'browser/safe_browsing/prefix_set.h', |
2290 'browser/safe_browsing/protocol_manager.cc', | 2292 'browser/safe_browsing/protocol_manager.cc', |
2291 'browser/safe_browsing/protocol_manager.h', | 2293 'browser/safe_browsing/protocol_manager.h', |
2292 'browser/safe_browsing/protocol_parser.cc', | 2294 'browser/safe_browsing/protocol_parser.cc', |
2293 'browser/safe_browsing/protocol_parser.h', | 2295 'browser/safe_browsing/protocol_parser.h', |
2294 'browser/safe_browsing/safe_browsing_blocking_page.cc', | 2296 'browser/safe_browsing/safe_browsing_blocking_page.cc', |
2295 'browser/safe_browsing/safe_browsing_blocking_page.h', | 2297 'browser/safe_browsing/safe_browsing_blocking_page.h', |
2296 'browser/safe_browsing/safe_browsing_database.cc', | 2298 'browser/safe_browsing/safe_browsing_database.cc', |
2297 'browser/safe_browsing/safe_browsing_database.h', | 2299 'browser/safe_browsing/safe_browsing_database.h', |
2298 'browser/safe_browsing/safe_browsing_service.cc', | 2300 'browser/safe_browsing/safe_browsing_service.cc', |
2299 'browser/safe_browsing/safe_browsing_service.h', | 2301 'browser/safe_browsing/safe_browsing_service.h', |
(...skipping 2292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4592 ], | 4594 ], |
4593 }, | 4595 }, |
4594 ], | 4596 ], |
4595 } | 4597 } |
4596 | 4598 |
4597 # Local Variables: | 4599 # Local Variables: |
4598 # tab-width:2 | 4600 # tab-width:2 |
4599 # indent-tabs-mode:nil | 4601 # indent-tabs-mode:nil |
4600 # End: | 4602 # End: |
4601 # vim: set expandtab tabstop=2 shiftwidth=2: | 4603 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |