| 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 1674 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1685 'browser/safe_browsing/chunk_range.cc', | 1685 'browser/safe_browsing/chunk_range.cc', |
| 1686 'browser/safe_browsing/chunk_range.h', | 1686 'browser/safe_browsing/chunk_range.h', |
| 1687 'browser/safe_browsing/client_side_detection_host.cc', | 1687 'browser/safe_browsing/client_side_detection_host.cc', |
| 1688 'browser/safe_browsing/client_side_detection_host.h', | 1688 'browser/safe_browsing/client_side_detection_host.h', |
| 1689 'browser/safe_browsing/client_side_detection_service.cc', | 1689 'browser/safe_browsing/client_side_detection_service.cc', |
| 1690 'browser/safe_browsing/client_side_detection_service.h', | 1690 'browser/safe_browsing/client_side_detection_service.h', |
| 1691 '<(protoc_out_dir)/chrome/browser/safe_browsing/csd.pb.cc', | 1691 '<(protoc_out_dir)/chrome/browser/safe_browsing/csd.pb.cc', |
| 1692 '<(protoc_out_dir)/chrome/browser/safe_browsing/csd.pb.h', | 1692 '<(protoc_out_dir)/chrome/browser/safe_browsing/csd.pb.h', |
| 1693 'browser/safe_browsing/malware_details.cc', | 1693 'browser/safe_browsing/malware_details.cc', |
| 1694 'browser/safe_browsing/malware_details.h', | 1694 'browser/safe_browsing/malware_details.h', |
| 1695 'browser/safe_browsing/malware_details_cache.cc', |
| 1696 'browser/safe_browsing/malware_details_cache.h', |
| 1695 'browser/safe_browsing/prefix_set.cc', | 1697 'browser/safe_browsing/prefix_set.cc', |
| 1696 'browser/safe_browsing/prefix_set.h', | 1698 'browser/safe_browsing/prefix_set.h', |
| 1697 'browser/safe_browsing/protocol_manager.cc', | 1699 'browser/safe_browsing/protocol_manager.cc', |
| 1698 'browser/safe_browsing/protocol_manager.h', | 1700 'browser/safe_browsing/protocol_manager.h', |
| 1699 'browser/safe_browsing/protocol_parser.cc', | 1701 'browser/safe_browsing/protocol_parser.cc', |
| 1700 'browser/safe_browsing/protocol_parser.h', | 1702 'browser/safe_browsing/protocol_parser.h', |
| 1701 '<(protoc_out_dir)/chrome/browser/safe_browsing/report.pb.cc', | 1703 '<(protoc_out_dir)/chrome/browser/safe_browsing/report.pb.cc', |
| 1702 '<(protoc_out_dir)/chrome/browser/safe_browsing/report.pb.h', | 1704 '<(protoc_out_dir)/chrome/browser/safe_browsing/report.pb.h', |
| 1703 'browser/safe_browsing/safe_browsing_blocking_page.cc', | 1705 'browser/safe_browsing/safe_browsing_blocking_page.cc', |
| 1704 'browser/safe_browsing/safe_browsing_blocking_page.h', | 1706 'browser/safe_browsing/safe_browsing_blocking_page.h', |
| (...skipping 2634 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4339 ], | 4341 ], |
| 4340 }, | 4342 }, |
| 4341 ], | 4343 ], |
| 4342 } | 4344 } |
| 4343 | 4345 |
| 4344 # Local Variables: | 4346 # Local Variables: |
| 4345 # tab-width:2 | 4347 # tab-width:2 |
| 4346 # indent-tabs-mode:nil | 4348 # indent-tabs-mode:nil |
| 4347 # End: | 4349 # End: |
| 4348 # vim: set expandtab tabstop=2 shiftwidth=2: | 4350 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |