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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1110723002: Split to SafeBrowsingDatabaseManager into Local* and Remote*. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move delegate mgmt to sb service. Use weak_ptr for ClientRequest Created 5 years, 7 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 2336 matching lines...) Expand 10 before | Expand all | Expand 10 after
2347 'browser/profiles/storage_partition_descriptor.h', 2347 'browser/profiles/storage_partition_descriptor.h',
2348 ], 2348 ],
2349 'chrome_browser_rlz_sources': [ 2349 'chrome_browser_rlz_sources': [
2350 'browser/rlz/rlz.cc', 2350 'browser/rlz/rlz.cc',
2351 'browser/rlz/rlz.h', 2351 'browser/rlz/rlz.h',
2352 'browser/rlz/rlz_chromeos.cc', 2352 'browser/rlz/rlz_chromeos.cc',
2353 'browser/rlz/rlz_ios.mm', 2353 'browser/rlz/rlz_ios.mm',
2354 'browser/rlz/rlz_mac.cc', 2354 'browser/rlz/rlz_mac.cc',
2355 'browser/rlz/rlz_win.cc', 2355 'browser/rlz/rlz_win.cc',
2356 ], 2356 ],
2357 # Used for safe browsing in basic mode (safe_browsing=2) as well as full 2357 # "Safe Browsing Basic" files used for safe browsing in full mode
2358 # mode (safe_browsing=1). 2358 # (safe_browsing=1), mobile (=2), and mobile-extended (=3).
2359 'chrome_browser_safe_browsing_basic_sources': [ 2359 'chrome_browser_safe_browsing_basic_sources': [
2360 'browser/renderer_host/safe_browsing_resource_throttle.cc',
mattm 2015/05/08 02:17:26 I thought this still shouldn't be used for mobile(
Nathan Parker 2015/05/12 01:04:01 Yes there are a few extra sources here that aren't
2360 'browser/renderer_host/safe_browsing_resource_throttle_factory.cc', 2361 'browser/renderer_host/safe_browsing_resource_throttle_factory.cc',
2361 'browser/renderer_host/safe_browsing_resource_throttle_factory.h', 2362 'browser/renderer_host/safe_browsing_resource_throttle_factory.h',
2363 'browser/renderer_host/safe_browsing_resource_throttle.h',
2364 'browser/safe_browsing/database_manager.h',
2365 'browser/safe_browsing/malware_details_cache.cc',
2366 'browser/safe_browsing/malware_details_cache.h',
mattm 2015/05/08 02:17:26 sorting got switched around here?
Nathan Parker 2015/05/12 01:04:01 Was missing "LC_COLLATE=C" on the sort. Fixed.
2362 'browser/safe_browsing/malware_details.cc', 2367 'browser/safe_browsing/malware_details.cc',
2363 'browser/safe_browsing/malware_details.h', 2368 'browser/safe_browsing/malware_details.h',
2364 'browser/safe_browsing/malware_details_cache.cc',
2365 'browser/safe_browsing/malware_details_cache.h',
2366 'browser/safe_browsing/malware_details_history.cc', 2369 'browser/safe_browsing/malware_details_history.cc',
2367 'browser/safe_browsing/malware_details_history.h', 2370 'browser/safe_browsing/malware_details_history.h',
2368 'browser/safe_browsing/ping_manager.cc', 2371 'browser/safe_browsing/ping_manager.cc',
2369 'browser/safe_browsing/ping_manager.h', 2372 'browser/safe_browsing/ping_manager.h',
2370 'browser/safe_browsing/protocol_manager_helper.cc', 2373 'browser/safe_browsing/protocol_manager_helper.cc',
2371 'browser/safe_browsing/protocol_manager_helper.h', 2374 'browser/safe_browsing/protocol_manager_helper.h',
2372 'browser/safe_browsing/safe_browsing_blocking_page.cc', 2375 'browser/safe_browsing/safe_browsing_blocking_page.cc',
2373 'browser/safe_browsing/safe_browsing_blocking_page.h', 2376 'browser/safe_browsing/safe_browsing_blocking_page.h',
2377 'browser/safe_browsing/safe_browsing_database.cc',
2378 'browser/safe_browsing/safe_browsing_database.h',
mattm 2015/05/08 02:17:26 not needed for 2 or 3, right?
Nathan Parker 2015/05/12 01:04:01 Done.
2374 'browser/safe_browsing/safe_browsing_service.cc', 2379 'browser/safe_browsing/safe_browsing_service.cc',
2375 'browser/safe_browsing/safe_browsing_service.h', 2380 'browser/safe_browsing/safe_browsing_service.h',
2376 'browser/safe_browsing/safe_browsing_util.cc', 2381 'browser/safe_browsing/safe_browsing_util.cc',
2377 'browser/safe_browsing/safe_browsing_util.h', 2382 'browser/safe_browsing/safe_browsing_util.h',
2378 'browser/safe_browsing/ui_manager.cc', 2383 'browser/safe_browsing/ui_manager.cc',
2379 'browser/safe_browsing/ui_manager.h', 2384 'browser/safe_browsing/ui_manager.h',
2380 ], 2385 ],
2381 # Files in addition to the "basic" ones to use for full safe browsing. 2386 # "Safe Browsing Extended Mobile" files in addition to the "basic" ones
2387 # to use for mobile_extended mode.
2388 'chrome_browser_safe_browsing_mobile_extended_sources': [
2389 'browser/safe_browsing/android_safe_browsing_api_handler.cc',
2390 'browser/safe_browsing/android_safe_browsing_api_handler.h',
2391 'browser/safe_browsing/remote_database_manager.cc',
2392 'browser/safe_browsing/remote_database_manager.h',
2393 ],
2394 # "Safe Browsing Full" files in addition to the "basic" ones to use for
2395 # full safe browsing.
2382 'chrome_browser_safe_browsing_full_sources': [ 2396 'chrome_browser_safe_browsing_full_sources': [
2383 'browser/download/download_completion_blocker.cc', 2397 'browser/download/download_completion_blocker.cc',
2384 'browser/download/download_completion_blocker.h', 2398 'browser/download/download_completion_blocker.h',
2385 'browser/renderer_host/safe_browsing_resource_throttle.cc',
2386 'browser/renderer_host/safe_browsing_resource_throttle.h',
2387 'browser/safe_browsing/browser_feature_extractor.cc', 2399 'browser/safe_browsing/browser_feature_extractor.cc',
2388 'browser/safe_browsing/browser_feature_extractor.h', 2400 'browser/safe_browsing/browser_feature_extractor.h',
2389 'browser/safe_browsing/browser_features.cc', 2401 'browser/safe_browsing/browser_features.cc',
2390 'browser/safe_browsing/browser_features.h', 2402 'browser/safe_browsing/browser_features.h',
2391 'browser/safe_browsing/chunk_range.cc', 2403 'browser/safe_browsing/chunk_range.cc',
2392 'browser/safe_browsing/chunk_range.h', 2404 'browser/safe_browsing/chunk_range.h',
2393 'browser/safe_browsing/client_side_detection_host.cc', 2405 'browser/safe_browsing/client_side_detection_host.cc',
2394 'browser/safe_browsing/client_side_detection_host.h', 2406 'browser/safe_browsing/client_side_detection_host.h',
2395 'browser/safe_browsing/client_side_detection_service.cc', 2407 'browser/safe_browsing/client_side_detection_service.cc',
2396 'browser/safe_browsing/client_side_detection_service.h', 2408 'browser/safe_browsing/client_side_detection_service.h',
2397 'browser/safe_browsing/database_manager.cc',
2398 'browser/safe_browsing/database_manager.h',
2399 'browser/safe_browsing/download_feedback.cc', 2409 'browser/safe_browsing/download_feedback.cc',
2400 'browser/safe_browsing/download_feedback.h', 2410 'browser/safe_browsing/download_feedback.h',
2401 'browser/safe_browsing/download_feedback_service.cc', 2411 'browser/safe_browsing/download_feedback_service.cc',
2402 'browser/safe_browsing/download_feedback_service.h', 2412 'browser/safe_browsing/download_feedback_service.h',
2403 'browser/safe_browsing/download_protection_service.cc', 2413 'browser/safe_browsing/download_protection_service.cc',
2404 'browser/safe_browsing/download_protection_service.h', 2414 'browser/safe_browsing/download_protection_service.h',
2405 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer.cc', 2415 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer.cc',
2406 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer.h', 2416 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer.h',
2407 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer_win.cc ', 2417 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer_win.cc ',
2408 'browser/safe_browsing/incident_reporting/binary_integrity_incident.cc', 2418 'browser/safe_browsing/incident_reporting/binary_integrity_incident.cc',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
2443 'browser/safe_browsing/incident_reporting/resource_request_detector.cc', 2453 'browser/safe_browsing/incident_reporting/resource_request_detector.cc',
2444 'browser/safe_browsing/incident_reporting/resource_request_detector.h', 2454 'browser/safe_browsing/incident_reporting/resource_request_detector.h',
2445 'browser/safe_browsing/incident_reporting/resource_request_incident.cc', 2455 'browser/safe_browsing/incident_reporting/resource_request_incident.cc',
2446 'browser/safe_browsing/incident_reporting/resource_request_incident.h', 2456 'browser/safe_browsing/incident_reporting/resource_request_incident.h',
2447 'browser/safe_browsing/incident_reporting/tracked_preference_incident.cc', 2457 'browser/safe_browsing/incident_reporting/tracked_preference_incident.cc',
2448 'browser/safe_browsing/incident_reporting/tracked_preference_incident.h', 2458 'browser/safe_browsing/incident_reporting/tracked_preference_incident.h',
2449 'browser/safe_browsing/incident_reporting/variations_seed_signature_analyz er.cc', 2459 'browser/safe_browsing/incident_reporting/variations_seed_signature_analyz er.cc',
2450 'browser/safe_browsing/incident_reporting/variations_seed_signature_analyz er.h', 2460 'browser/safe_browsing/incident_reporting/variations_seed_signature_analyz er.h',
2451 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide nt.cc', 2461 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide nt.cc',
2452 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide nt.h', 2462 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide nt.h',
2463 'browser/safe_browsing/local_database_manager.cc',
2464 'browser/safe_browsing/local_database_manager.h',
2453 'browser/safe_browsing/path_sanitizer.cc', 2465 'browser/safe_browsing/path_sanitizer.cc',
2454 'browser/safe_browsing/path_sanitizer.h', 2466 'browser/safe_browsing/path_sanitizer.h',
2455 'browser/safe_browsing/prefix_set.cc', 2467 'browser/safe_browsing/prefix_set.cc',
2456 'browser/safe_browsing/prefix_set.h', 2468 'browser/safe_browsing/prefix_set.h',
2457 'browser/safe_browsing/protocol_manager.cc', 2469 'browser/safe_browsing/protocol_manager.cc',
2458 'browser/safe_browsing/protocol_manager.h', 2470 'browser/safe_browsing/protocol_manager.h',
2459 'browser/safe_browsing/protocol_parser.cc', 2471 'browser/safe_browsing/protocol_parser.cc',
2460 'browser/safe_browsing/protocol_parser.h', 2472 'browser/safe_browsing/protocol_parser.h',
2461 'browser/safe_browsing/safe_browsing_database.cc',
2462 'browser/safe_browsing/safe_browsing_database.h',
2463 'browser/safe_browsing/safe_browsing_store.cc', 2473 'browser/safe_browsing/safe_browsing_store.cc',
2464 'browser/safe_browsing/safe_browsing_store.h', 2474 'browser/safe_browsing/safe_browsing_store.h',
2465 'browser/safe_browsing/safe_browsing_store_file.cc', 2475 'browser/safe_browsing/safe_browsing_store_file.cc',
2466 'browser/safe_browsing/safe_browsing_store_file.h', 2476 'browser/safe_browsing/safe_browsing_store_file.h',
2467 'browser/safe_browsing/sandboxed_zip_analyzer.cc', 2477 'browser/safe_browsing/sandboxed_zip_analyzer.cc',
2468 'browser/safe_browsing/sandboxed_zip_analyzer.h', 2478 'browser/safe_browsing/sandboxed_zip_analyzer.h',
2469 'browser/safe_browsing/two_phase_uploader.cc', 2479 'browser/safe_browsing/two_phase_uploader.cc',
2470 'browser/safe_browsing/two_phase_uploader.h', 2480 'browser/safe_browsing/two_phase_uploader.h',
2471 ], 2481 ],
2472 'chrome_browser_search_engines_sources': [ 2482 'chrome_browser_search_engines_sources': [
(...skipping 874 matching lines...) Expand 10 before | Expand all | Expand 10 after
3347 'safe_browsing_metadata_proto', 3357 'safe_browsing_metadata_proto',
3348 'safe_browsing_report_proto', 3358 'safe_browsing_report_proto',
3349 ], 3359 ],
3350 'conditions': [ 3360 'conditions': [
3351 ['safe_browsing == 1', { 3361 ['safe_browsing == 1', {
3352 'sources': [ '<@(chrome_browser_safe_browsing_full_sources)' ], 3362 'sources': [ '<@(chrome_browser_safe_browsing_full_sources)' ],
3353 'dependencies': [ 3363 'dependencies': [
3354 'safe_browsing_proto', 3364 'safe_browsing_proto',
3355 ], 3365 ],
3356 }], 3366 }],
3367 ['safe_browsing == 3', {
3368 'sources': [ '<@(chrome_browser_safe_browsing_mobile_extended_sour ces)' ],
3369 'dependencies': [
3370 'safe_browsing_proto',
3371 ],
3372 }],
3357 ], 3373 ],
3358 }], 3374 }],
3359 ['use_udev == 1', { 3375 ['use_udev == 1', {
3360 'dependencies': [ 3376 'dependencies': [
3361 '../device/udev_linux/udev.gyp:udev_linux', 3377 '../device/udev_linux/udev.gyp:udev_linux',
3362 ], 3378 ],
3363 }], 3379 }],
3364 ['OS=="linux"', { 3380 ['OS=="linux"', {
3365 'dependencies': [ 3381 'dependencies': [
3366 '../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_f ile_entry_proto', 3382 '../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_f ile_entry_proto',
(...skipping 490 matching lines...) Expand 10 before | Expand all | Expand 10 after
3857 'variables': { 3873 'variables': {
3858 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3874 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3859 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3875 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3860 }, 3876 },
3861 'includes': [ '../build/protoc.gypi' ] 3877 'includes': [ '../build/protoc.gypi' ]
3862 }, 3878 },
3863 ], 3879 ],
3864 },], 3880 },],
3865 ], 3881 ],
3866 } 3882 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698