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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 330653006: Include the latest binary download info in safe browsing incident reports. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: better histogram text Created 6 years, 5 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 '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 2660 matching lines...) Expand 10 before | Expand all | Expand 10 after
2671 'browser/safe_browsing/environment_data_collection.cc', 2671 'browser/safe_browsing/environment_data_collection.cc',
2672 'browser/safe_browsing/environment_data_collection.h', 2672 'browser/safe_browsing/environment_data_collection.h',
2673 'browser/safe_browsing/environment_data_collection_win.cc', 2673 'browser/safe_browsing/environment_data_collection_win.cc',
2674 'browser/safe_browsing/environment_data_collection_win.h', 2674 'browser/safe_browsing/environment_data_collection_win.h',
2675 'browser/safe_browsing/incident_reporting_service.cc', 2675 'browser/safe_browsing/incident_reporting_service.cc',
2676 'browser/safe_browsing/incident_reporting_service.h', 2676 'browser/safe_browsing/incident_reporting_service.h',
2677 'browser/safe_browsing/incident_report_uploader.cc', 2677 'browser/safe_browsing/incident_report_uploader.cc',
2678 'browser/safe_browsing/incident_report_uploader.h', 2678 'browser/safe_browsing/incident_report_uploader.h',
2679 'browser/safe_browsing/incident_report_uploader_impl.cc', 2679 'browser/safe_browsing/incident_report_uploader_impl.cc',
2680 'browser/safe_browsing/incident_report_uploader_impl.h', 2680 'browser/safe_browsing/incident_report_uploader_impl.h',
2681 'browser/safe_browsing/last_download_finder.cc',
2682 'browser/safe_browsing/last_download_finder.h',
2681 'browser/safe_browsing/path_sanitizer.cc', 2683 'browser/safe_browsing/path_sanitizer.cc',
2682 'browser/safe_browsing/path_sanitizer.h', 2684 'browser/safe_browsing/path_sanitizer.h',
2683 'browser/safe_browsing/pe_image_reader_win.cc', 2685 'browser/safe_browsing/pe_image_reader_win.cc',
2684 'browser/safe_browsing/pe_image_reader_win.h', 2686 'browser/safe_browsing/pe_image_reader_win.h',
2685 'browser/safe_browsing/preference_validation_delegate.cc', 2687 'browser/safe_browsing/preference_validation_delegate.cc',
2686 'browser/safe_browsing/preference_validation_delegate.h', 2688 'browser/safe_browsing/preference_validation_delegate.h',
2687 'browser/safe_browsing/prefix_set.cc', 2689 'browser/safe_browsing/prefix_set.cc',
2688 'browser/safe_browsing/prefix_set.h', 2690 'browser/safe_browsing/prefix_set.h',
2689 'browser/safe_browsing/protocol_manager.cc', 2691 'browser/safe_browsing/protocol_manager.cc',
2690 'browser/safe_browsing/protocol_manager.h', 2692 'browser/safe_browsing/protocol_manager.h',
(...skipping 890 matching lines...) Expand 10 before | Expand all | Expand 10 after
3581 'package_name': 'org/chromium/chrome/browser', 3583 'package_name': 'org/chromium/chrome/browser',
3582 'template_deps': ['browser/android/tab_load_status.h'], 3584 'template_deps': ['browser/android/tab_load_status.h'],
3583 }, 3585 },
3584 'includes': [ '../build/android/java_cpp_template.gypi' ], 3586 'includes': [ '../build/android/java_cpp_template.gypi' ],
3585 }, 3587 },
3586 ], 3588 ],
3587 }, 3589 },
3588 ], 3590 ],
3589 ], 3591 ],
3590 } 3592 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698