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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6710004: Querying the history service to get the redirect information for urls.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 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
« no previous file with comments | « chrome/browser/safe_browsing/malware_details_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1727 matching lines...) Expand 10 before | Expand all | Expand 10 after
1738 'browser/safe_browsing/chunk_range.cc', 1738 'browser/safe_browsing/chunk_range.cc',
1739 'browser/safe_browsing/chunk_range.h', 1739 'browser/safe_browsing/chunk_range.h',
1740 'browser/safe_browsing/client_side_detection_host.cc', 1740 'browser/safe_browsing/client_side_detection_host.cc',
1741 'browser/safe_browsing/client_side_detection_host.h', 1741 'browser/safe_browsing/client_side_detection_host.h',
1742 'browser/safe_browsing/client_side_detection_service.cc', 1742 'browser/safe_browsing/client_side_detection_service.cc',
1743 'browser/safe_browsing/client_side_detection_service.h', 1743 'browser/safe_browsing/client_side_detection_service.h',
1744 'browser/safe_browsing/malware_details.cc', 1744 'browser/safe_browsing/malware_details.cc',
1745 'browser/safe_browsing/malware_details.h', 1745 'browser/safe_browsing/malware_details.h',
1746 'browser/safe_browsing/malware_details_cache.cc', 1746 'browser/safe_browsing/malware_details_cache.cc',
1747 'browser/safe_browsing/malware_details_cache.h', 1747 'browser/safe_browsing/malware_details_cache.h',
1748 'browser/safe_browsing/malware_details_history.cc',
1749 'browser/safe_browsing/malware_details_history.h',
1748 'browser/safe_browsing/prefix_set.cc', 1750 'browser/safe_browsing/prefix_set.cc',
1749 'browser/safe_browsing/prefix_set.h', 1751 'browser/safe_browsing/prefix_set.h',
1750 'browser/safe_browsing/protocol_manager.cc', 1752 'browser/safe_browsing/protocol_manager.cc',
1751 'browser/safe_browsing/protocol_manager.h', 1753 'browser/safe_browsing/protocol_manager.h',
1752 'browser/safe_browsing/protocol_parser.cc', 1754 'browser/safe_browsing/protocol_parser.cc',
1753 'browser/safe_browsing/protocol_parser.h', 1755 'browser/safe_browsing/protocol_parser.h',
1754 '<(protoc_out_dir)/chrome/browser/safe_browsing/report.pb.cc', 1756 '<(protoc_out_dir)/chrome/browser/safe_browsing/report.pb.cc',
1755 '<(protoc_out_dir)/chrome/browser/safe_browsing/report.pb.h', 1757 '<(protoc_out_dir)/chrome/browser/safe_browsing/report.pb.h',
1756 'browser/safe_browsing/safe_browsing_blocking_page.cc', 1758 'browser/safe_browsing/safe_browsing_blocking_page.cc',
1757 'browser/safe_browsing/safe_browsing_blocking_page.h', 1759 'browser/safe_browsing/safe_browsing_blocking_page.h',
(...skipping 2755 matching lines...) Expand 10 before | Expand all | Expand 10 after
4513 'hard_dependency': 1, 4515 'hard_dependency': 1,
4514 }, 4516 },
4515 ], 4517 ],
4516 } 4518 }
4517 4519
4518 # Local Variables: 4520 # Local Variables:
4519 # tab-width:2 4521 # tab-width:2
4520 # indent-tabs-mode:nil 4522 # indent-tabs-mode:nil
4521 # End: 4523 # End:
4522 # vim: set expandtab tabstop=2 shiftwidth=2: 4524 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/safe_browsing/malware_details_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698