| 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 1709 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1720 'browser/safe_browsing/chunk_range.cc', | 1720 'browser/safe_browsing/chunk_range.cc', |
| 1721 'browser/safe_browsing/chunk_range.h', | 1721 'browser/safe_browsing/chunk_range.h', |
| 1722 'browser/safe_browsing/client_side_detection_host.cc', | 1722 'browser/safe_browsing/client_side_detection_host.cc', |
| 1723 'browser/safe_browsing/client_side_detection_host.h', | 1723 'browser/safe_browsing/client_side_detection_host.h', |
| 1724 'browser/safe_browsing/client_side_detection_service.cc', | 1724 'browser/safe_browsing/client_side_detection_service.cc', |
| 1725 'browser/safe_browsing/client_side_detection_service.h', | 1725 'browser/safe_browsing/client_side_detection_service.h', |
| 1726 '<(protoc_out_dir)/chrome/browser/safe_browsing/csd.pb.cc', | 1726 '<(protoc_out_dir)/chrome/browser/safe_browsing/csd.pb.cc', |
| 1727 '<(protoc_out_dir)/chrome/browser/safe_browsing/csd.pb.h', | 1727 '<(protoc_out_dir)/chrome/browser/safe_browsing/csd.pb.h', |
| 1728 'browser/safe_browsing/malware_details.cc', | 1728 'browser/safe_browsing/malware_details.cc', |
| 1729 'browser/safe_browsing/malware_details.h', | 1729 'browser/safe_browsing/malware_details.h', |
| 1730 'browser/safe_browsing/malware_details_cache.cc', |
| 1731 'browser/safe_browsing/malware_details_cache.h', |
| 1730 'browser/safe_browsing/prefix_set.cc', | 1732 'browser/safe_browsing/prefix_set.cc', |
| 1731 'browser/safe_browsing/prefix_set.h', | 1733 'browser/safe_browsing/prefix_set.h', |
| 1732 'browser/safe_browsing/protocol_manager.cc', | 1734 'browser/safe_browsing/protocol_manager.cc', |
| 1733 'browser/safe_browsing/protocol_manager.h', | 1735 'browser/safe_browsing/protocol_manager.h', |
| 1734 'browser/safe_browsing/protocol_parser.cc', | 1736 'browser/safe_browsing/protocol_parser.cc', |
| 1735 'browser/safe_browsing/protocol_parser.h', | 1737 'browser/safe_browsing/protocol_parser.h', |
| 1736 '<(protoc_out_dir)/chrome/browser/safe_browsing/report.pb.cc', | 1738 '<(protoc_out_dir)/chrome/browser/safe_browsing/report.pb.cc', |
| 1737 '<(protoc_out_dir)/chrome/browser/safe_browsing/report.pb.h', | 1739 '<(protoc_out_dir)/chrome/browser/safe_browsing/report.pb.h', |
| 1738 'browser/safe_browsing/safe_browsing_blocking_page.cc', | 1740 'browser/safe_browsing/safe_browsing_blocking_page.cc', |
| 1739 'browser/safe_browsing/safe_browsing_blocking_page.h', | 1741 'browser/safe_browsing/safe_browsing_blocking_page.h', |
| (...skipping 2679 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4419 'hard_dependency': 1, | 4421 'hard_dependency': 1, |
| 4420 }, | 4422 }, |
| 4421 ], | 4423 ], |
| 4422 } | 4424 } |
| 4423 | 4425 |
| 4424 # Local Variables: | 4426 # Local Variables: |
| 4425 # tab-width:2 | 4427 # tab-width:2 |
| 4426 # indent-tabs-mode:nil | 4428 # indent-tabs-mode:nil |
| 4427 # End: | 4429 # End: |
| 4428 # vim: set expandtab tabstop=2 shiftwidth=2: | 4430 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |