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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 406043003: Adding the VerifyModule function (and helpers) to safe browsing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
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 2669 matching lines...) Expand 10 before | Expand all | Expand 10 after
2680 'browser/safe_browsing/safe_browsing_database.cc', 2680 'browser/safe_browsing/safe_browsing_database.cc',
2681 'browser/safe_browsing/safe_browsing_database.h', 2681 'browser/safe_browsing/safe_browsing_database.h',
2682 'browser/safe_browsing/safe_browsing_store.cc', 2682 'browser/safe_browsing/safe_browsing_store.cc',
2683 'browser/safe_browsing/safe_browsing_store_file.cc', 2683 'browser/safe_browsing/safe_browsing_store_file.cc',
2684 'browser/safe_browsing/safe_browsing_store_file.h', 2684 'browser/safe_browsing/safe_browsing_store_file.h',
2685 'browser/safe_browsing/safe_browsing_store.h', 2685 'browser/safe_browsing/safe_browsing_store.h',
2686 'browser/safe_browsing/sandboxed_zip_analyzer.cc', 2686 'browser/safe_browsing/sandboxed_zip_analyzer.cc',
2687 'browser/safe_browsing/sandboxed_zip_analyzer.h', 2687 'browser/safe_browsing/sandboxed_zip_analyzer.h',
2688 'browser/safe_browsing/two_phase_uploader.cc', 2688 'browser/safe_browsing/two_phase_uploader.cc',
2689 'browser/safe_browsing/two_phase_uploader.h', 2689 'browser/safe_browsing/two_phase_uploader.h',
2690 'browser/safe_browsing/verifier.cc',
grt (UTC plus 2) 2014/07/21 20:41:59 "verifier" is very generic. how about module_integ
krstnmnlsn 2014/07/25 00:15:43 Okay, switched. My tests still use plain verifier
2691 'browser/safe_browsing/verifier.h',
2690 ], 2692 ],
2691 # ChromeOS-sources not ending in _chromeos (which would be included in 2693 # ChromeOS-sources not ending in _chromeos (which would be included in
2692 # other sections and filtered out for non-ChromeOS platforms. 2694 # other sections and filtered out for non-ChromeOS platforms.
2693 'chrome_browser_chromeos_sources': [ 2695 'chrome_browser_chromeos_sources': [
2694 'browser/metrics/chromeos_metrics_provider.cc', 2696 'browser/metrics/chromeos_metrics_provider.cc',
2695 'browser/metrics/chromeos_metrics_provider.h', 2697 'browser/metrics/chromeos_metrics_provider.h',
2696 'browser/renderer_host/offline_resource_throttle.cc', 2698 'browser/renderer_host/offline_resource_throttle.cc',
2697 'browser/renderer_host/offline_resource_throttle.h', 2699 'browser/renderer_host/offline_resource_throttle.h',
2698 # This is technically also dependent on enable_plugins but we don't 2700 # This is technically also dependent on enable_plugins but we don't
2699 # support ChromeOS with enable_plugins==0. 2701 # support ChromeOS with enable_plugins==0.
(...skipping 893 matching lines...) Expand 10 before | Expand all | Expand 10 after
3593 'package_name': 'org/chromium/chrome/browser', 3595 'package_name': 'org/chromium/chrome/browser',
3594 'template_deps': ['browser/android/tab_load_status.h'], 3596 'template_deps': ['browser/android/tab_load_status.h'],
3595 }, 3597 },
3596 'includes': [ '../build/android/java_cpp_template.gypi' ], 3598 'includes': [ '../build/android/java_cpp_template.gypi' ],
3597 }, 3599 },
3598 ], 3600 ],
3599 }, 3601 },
3600 ], 3602 ],
3601 ], 3603 ],
3602 } 3604 }
OLDNEW
« chrome/browser/safe_browsing/verifier.cc ('K') | « chrome/browser/safe_browsing/verifier.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698