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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 15881012: Implement safebrowsing download feedback service, enabled for dev & canary only. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win build Created 7 years, 6 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 1682 matching lines...) Expand 10 before | Expand all | Expand 10 after
1693 'browser/safe_browsing/browser_features.cc', 1693 'browser/safe_browsing/browser_features.cc',
1694 'browser/safe_browsing/browser_features.h', 1694 'browser/safe_browsing/browser_features.h',
1695 'browser/safe_browsing/chunk_range.cc', 1695 'browser/safe_browsing/chunk_range.cc',
1696 'browser/safe_browsing/chunk_range.h', 1696 'browser/safe_browsing/chunk_range.h',
1697 'browser/safe_browsing/client_side_detection_host.cc', 1697 'browser/safe_browsing/client_side_detection_host.cc',
1698 'browser/safe_browsing/client_side_detection_host.h', 1698 'browser/safe_browsing/client_side_detection_host.h',
1699 'browser/safe_browsing/client_side_detection_service.cc', 1699 'browser/safe_browsing/client_side_detection_service.cc',
1700 'browser/safe_browsing/client_side_detection_service.h', 1700 'browser/safe_browsing/client_side_detection_service.h',
1701 'browser/safe_browsing/database_manager.cc', 1701 'browser/safe_browsing/database_manager.cc',
1702 'browser/safe_browsing/database_manager.h', 1702 'browser/safe_browsing/database_manager.h',
1703 'browser/safe_browsing/download_feedback.cc',
1704 'browser/safe_browsing/download_feedback.h',
1705 'browser/safe_browsing/download_feedback_service.cc',
1706 'browser/safe_browsing/download_feedback_service.h',
1703 'browser/safe_browsing/download_protection_service.cc', 1707 'browser/safe_browsing/download_protection_service.cc',
1704 'browser/safe_browsing/download_protection_service.h', 1708 'browser/safe_browsing/download_protection_service.h',
1705 'browser/safe_browsing/malware_details.cc', 1709 'browser/safe_browsing/malware_details.cc',
1706 'browser/safe_browsing/malware_details.h', 1710 'browser/safe_browsing/malware_details.h',
1707 'browser/safe_browsing/malware_details_cache.cc', 1711 'browser/safe_browsing/malware_details_cache.cc',
1708 'browser/safe_browsing/malware_details_cache.h', 1712 'browser/safe_browsing/malware_details_cache.h',
1709 'browser/safe_browsing/malware_details_history.cc', 1713 'browser/safe_browsing/malware_details_history.cc',
1710 'browser/safe_browsing/malware_details_history.h', 1714 'browser/safe_browsing/malware_details_history.h',
1711 'browser/safe_browsing/ping_manager.cc', 1715 'browser/safe_browsing/ping_manager.cc',
1712 'browser/safe_browsing/ping_manager.h', 1716 'browser/safe_browsing/ping_manager.h',
(...skipping 1553 matching lines...) Expand 10 before | Expand all | Expand 10 after
3266 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3270 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3267 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3271 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3268 }, 3272 },
3269 'includes': [ '../build/android/java_cpp_template.gypi' ], 3273 'includes': [ '../build/android/java_cpp_template.gypi' ],
3270 }, 3274 },
3271 ], 3275 ],
3272 }, 3276 },
3273 ], 3277 ],
3274 ], 3278 ],
3275 } 3279 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698