Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(156)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6611023: The optional Malware Details also collects HTTP cache information. See design... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 1724 matching lines...) Expand 10 before | Expand all | Expand 10 after
1735 'browser/safe_browsing/bloom_filter.cc', 1735 'browser/safe_browsing/bloom_filter.cc',
1736 'browser/safe_browsing/bloom_filter.h', 1736 'browser/safe_browsing/bloom_filter.h',
1737 'browser/safe_browsing/chunk_range.cc', 1737 'browser/safe_browsing/chunk_range.cc',
1738 'browser/safe_browsing/chunk_range.h', 1738 'browser/safe_browsing/chunk_range.h',
1739 'browser/safe_browsing/client_side_detection_host.cc', 1739 'browser/safe_browsing/client_side_detection_host.cc',
1740 'browser/safe_browsing/client_side_detection_host.h', 1740 'browser/safe_browsing/client_side_detection_host.h',
1741 'browser/safe_browsing/client_side_detection_service.cc', 1741 'browser/safe_browsing/client_side_detection_service.cc',
1742 'browser/safe_browsing/client_side_detection_service.h', 1742 'browser/safe_browsing/client_side_detection_service.h',
1743 'browser/safe_browsing/malware_details.cc', 1743 'browser/safe_browsing/malware_details.cc',
1744 'browser/safe_browsing/malware_details.h', 1744 'browser/safe_browsing/malware_details.h',
1745 'browser/safe_browsing/malware_details_cache.cc',
1746 'browser/safe_browsing/malware_details_cache.h',
1745 'browser/safe_browsing/prefix_set.cc', 1747 'browser/safe_browsing/prefix_set.cc',
1746 'browser/safe_browsing/prefix_set.h', 1748 'browser/safe_browsing/prefix_set.h',
1747 'browser/safe_browsing/protocol_manager.cc', 1749 'browser/safe_browsing/protocol_manager.cc',
1748 'browser/safe_browsing/protocol_manager.h', 1750 'browser/safe_browsing/protocol_manager.h',
1749 'browser/safe_browsing/protocol_parser.cc', 1751 'browser/safe_browsing/protocol_parser.cc',
1750 'browser/safe_browsing/protocol_parser.h', 1752 'browser/safe_browsing/protocol_parser.h',
1751 '<(protoc_out_dir)/chrome/browser/safe_browsing/report.pb.cc', 1753 '<(protoc_out_dir)/chrome/browser/safe_browsing/report.pb.cc',
1752 '<(protoc_out_dir)/chrome/browser/safe_browsing/report.pb.h', 1754 '<(protoc_out_dir)/chrome/browser/safe_browsing/report.pb.h',
1753 'browser/safe_browsing/safe_browsing_blocking_page.cc', 1755 'browser/safe_browsing/safe_browsing_blocking_page.cc',
1754 'browser/safe_browsing/safe_browsing_blocking_page.h', 1756 'browser/safe_browsing/safe_browsing_blocking_page.h',
(...skipping 2665 matching lines...) Expand 10 before | Expand all | Expand 10 after
4420 'hard_dependency': 1, 4422 'hard_dependency': 1,
4421 }, 4423 },
4422 ], 4424 ],
4423 } 4425 }
4424 4426
4425 # Local Variables: 4427 # Local Variables:
4426 # tab-width:2 4428 # tab-width:2
4427 # indent-tabs-mode:nil 4429 # indent-tabs-mode:nil
4428 # End: 4430 # End:
4429 # vim: set expandtab tabstop=2 shiftwidth=2: 4431 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698