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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 441453002: Support for process-wide incidents in the safe browsing incident reporting service. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: new test plus other review comments Created 6 years, 4 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/safe_browsing_service.cc ('k') | chrome/chrome_tests_unit.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 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 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 2633 matching lines...) Expand 10 before | Expand all | Expand 10 after
2644 'browser/safe_browsing/browser_features.cc', 2644 'browser/safe_browsing/browser_features.cc',
2645 'browser/safe_browsing/browser_features.h', 2645 'browser/safe_browsing/browser_features.h',
2646 'browser/safe_browsing/chunk_range.cc', 2646 'browser/safe_browsing/chunk_range.cc',
2647 'browser/safe_browsing/chunk_range.h', 2647 'browser/safe_browsing/chunk_range.h',
2648 'browser/safe_browsing/client_side_detection_host.cc', 2648 'browser/safe_browsing/client_side_detection_host.cc',
2649 'browser/safe_browsing/client_side_detection_host.h', 2649 'browser/safe_browsing/client_side_detection_host.h',
2650 'browser/safe_browsing/client_side_detection_service.cc', 2650 'browser/safe_browsing/client_side_detection_service.cc',
2651 'browser/safe_browsing/client_side_detection_service.h', 2651 'browser/safe_browsing/client_side_detection_service.h',
2652 'browser/safe_browsing/database_manager.cc', 2652 'browser/safe_browsing/database_manager.cc',
2653 'browser/safe_browsing/database_manager.h', 2653 'browser/safe_browsing/database_manager.h',
2654 'browser/safe_browsing/delayed_analysis_callback.h',
2655 'browser/safe_browsing/delayed_callback_runner.cc',
2656 'browser/safe_browsing/delayed_callback_runner.h',
2654 'browser/safe_browsing/download_feedback.cc', 2657 'browser/safe_browsing/download_feedback.cc',
2655 'browser/safe_browsing/download_feedback.h', 2658 'browser/safe_browsing/download_feedback.h',
2656 'browser/safe_browsing/download_feedback_service.cc', 2659 'browser/safe_browsing/download_feedback_service.cc',
2657 'browser/safe_browsing/download_feedback_service.h', 2660 'browser/safe_browsing/download_feedback_service.h',
2658 'browser/safe_browsing/download_protection_service.cc', 2661 'browser/safe_browsing/download_protection_service.cc',
2659 'browser/safe_browsing/download_protection_service.h', 2662 'browser/safe_browsing/download_protection_service.h',
2660 'browser/safe_browsing/environment_data_collection.cc', 2663 'browser/safe_browsing/environment_data_collection.cc',
2661 'browser/safe_browsing/environment_data_collection.h', 2664 'browser/safe_browsing/environment_data_collection.h',
2662 'browser/safe_browsing/environment_data_collection_win.cc', 2665 'browser/safe_browsing/environment_data_collection_win.cc',
2663 'browser/safe_browsing/environment_data_collection_win.h', 2666 'browser/safe_browsing/environment_data_collection_win.h',
(...skipping 942 matching lines...) Expand 10 before | Expand all | Expand 10 after
3606 'package_name': 'org/chromium/chrome/browser', 3609 'package_name': 'org/chromium/chrome/browser',
3607 'template_deps': ['browser/android/tab_load_status.h'], 3610 'template_deps': ['browser/android/tab_load_status.h'],
3608 }, 3611 },
3609 'includes': [ '../build/android/java_cpp_template.gypi' ], 3612 'includes': [ '../build/android/java_cpp_template.gypi' ],
3610 }, 3613 },
3611 ], 3614 ],
3612 }, 3615 },
3613 ], 3616 ],
3614 ], 3617 ],
3615 } 3618 }
OLDNEW
« no previous file with comments | « chrome/browser/safe_browsing/safe_browsing_service.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698