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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6014003: Intergration of the client-side phishing detection. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync Created 9 years, 10 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/tab_contents/tab_contents.cc ('k') | chrome/chrome_common.gypi » ('j') | 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 2037 matching lines...) Expand 10 before | Expand all | Expand 10 after
2048 'browser/repost_form_warning_controller.cc', 2048 'browser/repost_form_warning_controller.cc',
2049 'browser/repost_form_warning_controller.h', 2049 'browser/repost_form_warning_controller.h',
2050 'browser/resources_util.cc', 2050 'browser/resources_util.cc',
2051 'browser/resources_util.h', 2051 'browser/resources_util.h',
2052 'browser/rlz/rlz.cc', 2052 'browser/rlz/rlz.cc',
2053 'browser/rlz/rlz.h', 2053 'browser/rlz/rlz.h',
2054 'browser/safe_browsing/bloom_filter.cc', 2054 'browser/safe_browsing/bloom_filter.cc',
2055 'browser/safe_browsing/bloom_filter.h', 2055 'browser/safe_browsing/bloom_filter.h',
2056 'browser/safe_browsing/chunk_range.cc', 2056 'browser/safe_browsing/chunk_range.cc',
2057 'browser/safe_browsing/chunk_range.h', 2057 'browser/safe_browsing/chunk_range.h',
2058 'browser/safe_browsing/client_side_detection_host.cc',
2059 'browser/safe_browsing/client_side_detection_host.h',
2058 'browser/safe_browsing/client_side_detection_service.cc', 2060 'browser/safe_browsing/client_side_detection_service.cc',
2059 'browser/safe_browsing/client_side_detection_service.h', 2061 'browser/safe_browsing/client_side_detection_service.h',
2060 '<(protoc_out_dir)/chrome/browser/safe_browsing/csd.pb.cc', 2062 '<(protoc_out_dir)/chrome/browser/safe_browsing/csd.pb.cc',
2061 '<(protoc_out_dir)/chrome/browser/safe_browsing/csd.pb.h', 2063 '<(protoc_out_dir)/chrome/browser/safe_browsing/csd.pb.h',
2062 'browser/safe_browsing/malware_details.cc', 2064 'browser/safe_browsing/malware_details.cc',
2063 'browser/safe_browsing/malware_details.h', 2065 'browser/safe_browsing/malware_details.h',
2064 'browser/safe_browsing/prefix_set.cc', 2066 'browser/safe_browsing/prefix_set.cc',
2065 'browser/safe_browsing/prefix_set.h', 2067 'browser/safe_browsing/prefix_set.h',
2066 'browser/safe_browsing/protocol_manager.cc', 2068 'browser/safe_browsing/protocol_manager.cc',
2067 'browser/safe_browsing/protocol_manager.h', 2069 'browser/safe_browsing/protocol_manager.h',
(...skipping 2552 matching lines...) Expand 10 before | Expand all | Expand 10 after
4620 ], 4622 ],
4621 }, 4623 },
4622 ], 4624 ],
4623 } 4625 }
4624 4626
4625 # Local Variables: 4627 # Local Variables:
4626 # tab-width:2 4628 # tab-width:2
4627 # indent-tabs-mode:nil 4629 # indent-tabs-mode:nil
4628 # End: 4630 # End:
4629 # vim: set expandtab tabstop=2 shiftwidth=2: 4631 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/tab_contents/tab_contents.cc ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698