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

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: 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 1685 matching lines...) Expand 10 before | Expand all | Expand 10 after
1696 'browser/safe_browsing/browser_features.cc', 1696 'browser/safe_browsing/browser_features.cc',
1697 'browser/safe_browsing/browser_features.h', 1697 'browser/safe_browsing/browser_features.h',
1698 'browser/safe_browsing/chunk_range.cc', 1698 'browser/safe_browsing/chunk_range.cc',
1699 'browser/safe_browsing/chunk_range.h', 1699 'browser/safe_browsing/chunk_range.h',
1700 'browser/safe_browsing/client_side_detection_host.cc', 1700 'browser/safe_browsing/client_side_detection_host.cc',
1701 'browser/safe_browsing/client_side_detection_host.h', 1701 'browser/safe_browsing/client_side_detection_host.h',
1702 'browser/safe_browsing/client_side_detection_service.cc', 1702 'browser/safe_browsing/client_side_detection_service.cc',
1703 'browser/safe_browsing/client_side_detection_service.h', 1703 'browser/safe_browsing/client_side_detection_service.h',
1704 'browser/safe_browsing/database_manager.cc', 1704 'browser/safe_browsing/database_manager.cc',
1705 'browser/safe_browsing/database_manager.h', 1705 'browser/safe_browsing/database_manager.h',
1706 'browser/safe_browsing/download_feedback.cc',
1707 'browser/safe_browsing/download_feedback.h',
1708 'browser/safe_browsing/download_feedback_service.cc',
1709 'browser/safe_browsing/download_feedback_service.h',
1706 'browser/safe_browsing/download_protection_service.cc', 1710 'browser/safe_browsing/download_protection_service.cc',
1707 'browser/safe_browsing/download_protection_service.h', 1711 'browser/safe_browsing/download_protection_service.h',
1708 'browser/safe_browsing/malware_details.cc', 1712 'browser/safe_browsing/malware_details.cc',
1709 'browser/safe_browsing/malware_details.h', 1713 'browser/safe_browsing/malware_details.h',
1710 'browser/safe_browsing/malware_details_cache.cc', 1714 'browser/safe_browsing/malware_details_cache.cc',
1711 'browser/safe_browsing/malware_details_cache.h', 1715 'browser/safe_browsing/malware_details_cache.h',
1712 'browser/safe_browsing/malware_details_history.cc', 1716 'browser/safe_browsing/malware_details_history.cc',
1713 'browser/safe_browsing/malware_details_history.h', 1717 'browser/safe_browsing/malware_details_history.h',
1714 'browser/safe_browsing/ping_manager.cc', 1718 'browser/safe_browsing/ping_manager.cc',
1715 'browser/safe_browsing/ping_manager.h', 1719 'browser/safe_browsing/ping_manager.h',
(...skipping 1540 matching lines...) Expand 10 before | Expand all | Expand 10 after
3256 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3260 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3257 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3261 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3258 }, 3262 },
3259 'includes': [ '../build/android/java_cpp_template.gypi' ], 3263 'includes': [ '../build/android/java_cpp_template.gypi' ],
3260 }, 3264 },
3261 ], 3265 ],
3262 }, 3266 },
3263 ], 3267 ],
3264 ], 3268 ],
3265 } 3269 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698