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

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: rebase 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 1679 matching lines...) Expand 10 before | Expand all | Expand 10 after
1690 'browser/safe_browsing/browser_features.cc', 1690 'browser/safe_browsing/browser_features.cc',
1691 'browser/safe_browsing/browser_features.h', 1691 'browser/safe_browsing/browser_features.h',
1692 'browser/safe_browsing/chunk_range.cc', 1692 'browser/safe_browsing/chunk_range.cc',
1693 'browser/safe_browsing/chunk_range.h', 1693 'browser/safe_browsing/chunk_range.h',
1694 'browser/safe_browsing/client_side_detection_host.cc', 1694 'browser/safe_browsing/client_side_detection_host.cc',
1695 'browser/safe_browsing/client_side_detection_host.h', 1695 'browser/safe_browsing/client_side_detection_host.h',
1696 'browser/safe_browsing/client_side_detection_service.cc', 1696 'browser/safe_browsing/client_side_detection_service.cc',
1697 'browser/safe_browsing/client_side_detection_service.h', 1697 'browser/safe_browsing/client_side_detection_service.h',
1698 'browser/safe_browsing/database_manager.cc', 1698 'browser/safe_browsing/database_manager.cc',
1699 'browser/safe_browsing/database_manager.h', 1699 'browser/safe_browsing/database_manager.h',
1700 'browser/safe_browsing/download_feedback.cc',
1701 'browser/safe_browsing/download_feedback.h',
1702 'browser/safe_browsing/download_feedback_service.cc',
1703 'browser/safe_browsing/download_feedback_service.h',
1700 'browser/safe_browsing/download_protection_service.cc', 1704 'browser/safe_browsing/download_protection_service.cc',
1701 'browser/safe_browsing/download_protection_service.h', 1705 'browser/safe_browsing/download_protection_service.h',
1702 'browser/safe_browsing/malware_details.cc', 1706 'browser/safe_browsing/malware_details.cc',
1703 'browser/safe_browsing/malware_details.h', 1707 'browser/safe_browsing/malware_details.h',
1704 'browser/safe_browsing/malware_details_cache.cc', 1708 'browser/safe_browsing/malware_details_cache.cc',
1705 'browser/safe_browsing/malware_details_cache.h', 1709 'browser/safe_browsing/malware_details_cache.h',
1706 'browser/safe_browsing/malware_details_history.cc', 1710 'browser/safe_browsing/malware_details_history.cc',
1707 'browser/safe_browsing/malware_details_history.h', 1711 'browser/safe_browsing/malware_details_history.h',
1708 'browser/safe_browsing/ping_manager.cc', 1712 'browser/safe_browsing/ping_manager.cc',
1709 'browser/safe_browsing/ping_manager.h', 1713 'browser/safe_browsing/ping_manager.h',
(...skipping 1593 matching lines...) Expand 10 before | Expand all | Expand 10 after
3303 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3307 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3304 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3308 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3305 }, 3309 },
3306 'includes': [ '../build/android/java_cpp_template.gypi' ], 3310 'includes': [ '../build/android/java_cpp_template.gypi' ],
3307 }, 3311 },
3308 ], 3312 ],
3309 }, 3313 },
3310 ], 3314 ],
3311 ], 3315 ],
3312 } 3316 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698