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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 444123002: Adding a new delayed analysis that verify binaries signature. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@grt
Patch Set: Last minute nit fix 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
« 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 2617 matching lines...) Expand 10 before | Expand all | Expand 10 after
2628 # Files in addition to the "basic" ones to use for full safe browsing. 2628 # Files in addition to the "basic" ones to use for full safe browsing.
2629 'chrome_browser_full_safe_browsing_sources': [ 2629 'chrome_browser_full_safe_browsing_sources': [
2630 'browser/download/download_completion_blocker.cc', 2630 'browser/download/download_completion_blocker.cc',
2631 'browser/download/download_completion_blocker.h', 2631 'browser/download/download_completion_blocker.h',
2632 'browser/renderer_host/safe_browsing_resource_throttle.cc', 2632 'browser/renderer_host/safe_browsing_resource_throttle.cc',
2633 'browser/renderer_host/safe_browsing_resource_throttle.h', 2633 'browser/renderer_host/safe_browsing_resource_throttle.h',
2634 'browser/safe_browsing/add_incident_callback.h', 2634 'browser/safe_browsing/add_incident_callback.h',
2635 'browser/safe_browsing/binary_feature_extractor.h', 2635 'browser/safe_browsing/binary_feature_extractor.h',
2636 'browser/safe_browsing/binary_feature_extractor_posix.cc', 2636 'browser/safe_browsing/binary_feature_extractor_posix.cc',
2637 'browser/safe_browsing/binary_feature_extractor_win.cc', 2637 'browser/safe_browsing/binary_feature_extractor_win.cc',
2638 'browser/safe_browsing/binary_integrity_analyzer.cc',
2639 'browser/safe_browsing/binary_integrity_analyzer.h',
2640 'browser/safe_browsing/binary_integrity_analyzer_win.cc',
2641 'browser/safe_browsing/binary_integrity_incident_handlers.cc',
2642 'browser/safe_browsing/binary_integrity_incident_handlers.h',
2638 'browser/safe_browsing/browser_feature_extractor.cc', 2643 'browser/safe_browsing/browser_feature_extractor.cc',
2639 'browser/safe_browsing/browser_feature_extractor.h', 2644 'browser/safe_browsing/browser_feature_extractor.h',
2640 'browser/safe_browsing/browser_features.cc', 2645 'browser/safe_browsing/browser_features.cc',
2641 'browser/safe_browsing/browser_features.h', 2646 'browser/safe_browsing/browser_features.h',
2642 'browser/safe_browsing/chunk_range.cc', 2647 'browser/safe_browsing/chunk_range.cc',
2643 'browser/safe_browsing/chunk_range.h', 2648 'browser/safe_browsing/chunk_range.h',
2644 'browser/safe_browsing/client_side_detection_host.cc', 2649 'browser/safe_browsing/client_side_detection_host.cc',
2645 'browser/safe_browsing/client_side_detection_host.h', 2650 'browser/safe_browsing/client_side_detection_host.h',
2646 'browser/safe_browsing/client_side_detection_service.cc', 2651 'browser/safe_browsing/client_side_detection_service.cc',
2647 'browser/safe_browsing/client_side_detection_service.h', 2652 'browser/safe_browsing/client_side_detection_service.h',
(...skipping 967 matching lines...) Expand 10 before | Expand all | Expand 10 after
3615 'package_name': 'org/chromium/chrome/browser', 3620 'package_name': 'org/chromium/chrome/browser',
3616 'template_deps': ['browser/android/tab_load_status.h'], 3621 'template_deps': ['browser/android/tab_load_status.h'],
3617 }, 3622 },
3618 'includes': [ '../build/android/java_cpp_template.gypi' ], 3623 'includes': [ '../build/android/java_cpp_template.gypi' ],
3619 }, 3624 },
3620 ], 3625 ],
3621 }, 3626 },
3622 ], 3627 ],
3623 ], 3628 ],
3624 } 3629 }
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