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

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: fix mismerge 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 2325 matching lines...) Expand 10 before | Expand all | Expand 10 after
2336 'browser/profiles/storage_partition_descriptor.h', 2336 'browser/profiles/storage_partition_descriptor.h',
2337 ], 2337 ],
2338 'chrome_browser_rlz_sources': [ 2338 'chrome_browser_rlz_sources': [
2339 'browser/rlz/rlz.cc', 2339 'browser/rlz/rlz.cc',
2340 'browser/rlz/rlz.h', 2340 'browser/rlz/rlz.h',
2341 'browser/rlz/rlz_chromeos.cc', 2341 'browser/rlz/rlz_chromeos.cc',
2342 'browser/rlz/rlz_ios.mm', 2342 'browser/rlz/rlz_ios.mm',
2343 'browser/rlz/rlz_mac.cc', 2343 'browser/rlz/rlz_mac.cc',
2344 'browser/rlz/rlz_win.cc', 2344 'browser/rlz/rlz_win.cc',
2345 ], 2345 ],
2346 # Used for safe browsing in basic mode (safe_browsing=2) as well as full 2346 # "Safe Browsing Basic" files used for safe browsing in full mode
2347 # mode (safe_browsing=1). 2347 # (safe_browsing=1), mobile (=2), and mobile-extended (=3).
2348 'chrome_browser_safe_browsing_basic_sources': [ 2348 'chrome_browser_safe_browsing_basic_sources': [
2349 'browser/renderer_host/safe_browsing_resource_throttle.cc',
2349 'browser/renderer_host/safe_browsing_resource_throttle_factory.cc', 2350 'browser/renderer_host/safe_browsing_resource_throttle_factory.cc',
2350 'browser/renderer_host/safe_browsing_resource_throttle_factory.h', 2351 'browser/renderer_host/safe_browsing_resource_throttle_factory.h',
2352 'browser/renderer_host/safe_browsing_resource_throttle.h',
2353 'browser/safe_browsing/database_manager.h',
2354 'browser/safe_browsing/malware_details_cache.cc',
2355 'browser/safe_browsing/malware_details_cache.h',
2351 'browser/safe_browsing/malware_details.cc', 2356 'browser/safe_browsing/malware_details.cc',
2352 'browser/safe_browsing/malware_details.h', 2357 'browser/safe_browsing/malware_details.h',
2353 'browser/safe_browsing/malware_details_cache.cc',
2354 'browser/safe_browsing/malware_details_cache.h',
2355 'browser/safe_browsing/malware_details_history.cc', 2358 'browser/safe_browsing/malware_details_history.cc',
2356 'browser/safe_browsing/malware_details_history.h', 2359 'browser/safe_browsing/malware_details_history.h',
2357 'browser/safe_browsing/ping_manager.cc', 2360 'browser/safe_browsing/ping_manager.cc',
2358 'browser/safe_browsing/ping_manager.h', 2361 'browser/safe_browsing/ping_manager.h',
2359 'browser/safe_browsing/protocol_manager_helper.cc', 2362 'browser/safe_browsing/protocol_manager_helper.cc',
2360 'browser/safe_browsing/protocol_manager_helper.h', 2363 'browser/safe_browsing/protocol_manager_helper.h',
2361 'browser/safe_browsing/safe_browsing_blocking_page.cc', 2364 'browser/safe_browsing/safe_browsing_blocking_page.cc',
2362 'browser/safe_browsing/safe_browsing_blocking_page.h', 2365 'browser/safe_browsing/safe_browsing_blocking_page.h',
2366 'browser/safe_browsing/safe_browsing_database.cc',
2367 'browser/safe_browsing/safe_browsing_database.h',
2363 'browser/safe_browsing/safe_browsing_service.cc', 2368 'browser/safe_browsing/safe_browsing_service.cc',
2364 'browser/safe_browsing/safe_browsing_service.h', 2369 'browser/safe_browsing/safe_browsing_service.h',
2365 'browser/safe_browsing/safe_browsing_util.cc', 2370 'browser/safe_browsing/safe_browsing_util.cc',
2366 'browser/safe_browsing/safe_browsing_util.h', 2371 'browser/safe_browsing/safe_browsing_util.h',
2367 'browser/safe_browsing/ui_manager.cc', 2372 'browser/safe_browsing/ui_manager.cc',
2368 'browser/safe_browsing/ui_manager.h', 2373 'browser/safe_browsing/ui_manager.h',
2369 ], 2374 ],
2370 # Files in addition to the "basic" ones to use for full safe browsing. 2375 # "Safe Browsing Extended Mobile" files in addition to the "basic" ones
2376 # to use for mobile_extended mode.
2377 'chrome_browser_safe_browsing_mobile_extended_sources': [
2378 'browser/safe_browsing/android_safe_browsing_api_handler.cc',
2379 'browser/safe_browsing/android_safe_browsing_api_handler.h',
2380 'browser/safe_browsing/remote_database_manager.cc',
2381 'browser/safe_browsing/remote_database_manager.h',
2382 ],
2383 # "Safe Browsing Full" files in addition to the "basic" ones to use for
2384 # full safe browsing.
2371 'chrome_browser_safe_browsing_full_sources': [ 2385 'chrome_browser_safe_browsing_full_sources': [
2372 'browser/download/download_completion_blocker.cc', 2386 'browser/download/download_completion_blocker.cc',
2373 'browser/download/download_completion_blocker.h', 2387 'browser/download/download_completion_blocker.h',
2374 'browser/renderer_host/safe_browsing_resource_throttle.cc',
2375 'browser/renderer_host/safe_browsing_resource_throttle.h',
2376 'browser/safe_browsing/browser_feature_extractor.cc', 2388 'browser/safe_browsing/browser_feature_extractor.cc',
2377 'browser/safe_browsing/browser_feature_extractor.h', 2389 'browser/safe_browsing/browser_feature_extractor.h',
2378 'browser/safe_browsing/browser_features.cc', 2390 'browser/safe_browsing/browser_features.cc',
2379 'browser/safe_browsing/browser_features.h', 2391 'browser/safe_browsing/browser_features.h',
2380 'browser/safe_browsing/chunk_range.cc', 2392 'browser/safe_browsing/chunk_range.cc',
2381 'browser/safe_browsing/chunk_range.h', 2393 'browser/safe_browsing/chunk_range.h',
2382 'browser/safe_browsing/client_side_detection_host.cc', 2394 'browser/safe_browsing/client_side_detection_host.cc',
2383 'browser/safe_browsing/client_side_detection_host.h', 2395 'browser/safe_browsing/client_side_detection_host.h',
2384 'browser/safe_browsing/client_side_detection_service.cc', 2396 'browser/safe_browsing/client_side_detection_service.cc',
2385 'browser/safe_browsing/client_side_detection_service.h', 2397 'browser/safe_browsing/client_side_detection_service.h',
2386 'browser/safe_browsing/database_manager.cc',
2387 'browser/safe_browsing/database_manager.h',
2388 'browser/safe_browsing/download_feedback.cc', 2398 'browser/safe_browsing/download_feedback.cc',
2389 'browser/safe_browsing/download_feedback.h', 2399 'browser/safe_browsing/download_feedback.h',
2390 'browser/safe_browsing/download_feedback_service.cc', 2400 'browser/safe_browsing/download_feedback_service.cc',
2391 'browser/safe_browsing/download_feedback_service.h', 2401 'browser/safe_browsing/download_feedback_service.h',
2392 'browser/safe_browsing/download_protection_service.cc', 2402 'browser/safe_browsing/download_protection_service.cc',
2393 'browser/safe_browsing/download_protection_service.h', 2403 'browser/safe_browsing/download_protection_service.h',
2394 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer.cc', 2404 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer.cc',
2395 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer.h', 2405 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer.h',
2396 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer_win.cc ', 2406 'browser/safe_browsing/incident_reporting/binary_integrity_analyzer_win.cc ',
2397 'browser/safe_browsing/incident_reporting/binary_integrity_incident.cc', 2407 'browser/safe_browsing/incident_reporting/binary_integrity_incident.cc',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
2432 'browser/safe_browsing/incident_reporting/resource_request_detector.cc', 2442 'browser/safe_browsing/incident_reporting/resource_request_detector.cc',
2433 'browser/safe_browsing/incident_reporting/resource_request_detector.h', 2443 'browser/safe_browsing/incident_reporting/resource_request_detector.h',
2434 'browser/safe_browsing/incident_reporting/resource_request_incident.cc', 2444 'browser/safe_browsing/incident_reporting/resource_request_incident.cc',
2435 'browser/safe_browsing/incident_reporting/resource_request_incident.h', 2445 'browser/safe_browsing/incident_reporting/resource_request_incident.h',
2436 'browser/safe_browsing/incident_reporting/tracked_preference_incident.cc', 2446 'browser/safe_browsing/incident_reporting/tracked_preference_incident.cc',
2437 'browser/safe_browsing/incident_reporting/tracked_preference_incident.h', 2447 'browser/safe_browsing/incident_reporting/tracked_preference_incident.h',
2438 'browser/safe_browsing/incident_reporting/variations_seed_signature_analyz er.cc', 2448 'browser/safe_browsing/incident_reporting/variations_seed_signature_analyz er.cc',
2439 'browser/safe_browsing/incident_reporting/variations_seed_signature_analyz er.h', 2449 'browser/safe_browsing/incident_reporting/variations_seed_signature_analyz er.h',
2440 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide nt.cc', 2450 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide nt.cc',
2441 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide nt.h', 2451 'browser/safe_browsing/incident_reporting/variations_seed_signature_incide nt.h',
2452 'browser/safe_browsing/local_database_manager.cc',
2453 'browser/safe_browsing/local_database_manager.h',
2442 'browser/safe_browsing/path_sanitizer.cc', 2454 'browser/safe_browsing/path_sanitizer.cc',
2443 'browser/safe_browsing/path_sanitizer.h', 2455 'browser/safe_browsing/path_sanitizer.h',
2444 'browser/safe_browsing/prefix_set.cc', 2456 'browser/safe_browsing/prefix_set.cc',
2445 'browser/safe_browsing/prefix_set.h', 2457 'browser/safe_browsing/prefix_set.h',
2446 'browser/safe_browsing/protocol_manager.cc', 2458 'browser/safe_browsing/protocol_manager.cc',
2447 'browser/safe_browsing/protocol_manager.h', 2459 'browser/safe_browsing/protocol_manager.h',
2448 'browser/safe_browsing/protocol_parser.cc', 2460 'browser/safe_browsing/protocol_parser.cc',
2449 'browser/safe_browsing/protocol_parser.h', 2461 'browser/safe_browsing/protocol_parser.h',
2450 'browser/safe_browsing/safe_browsing_database.cc',
2451 'browser/safe_browsing/safe_browsing_database.h',
2452 'browser/safe_browsing/safe_browsing_store.cc', 2462 'browser/safe_browsing/safe_browsing_store.cc',
2453 'browser/safe_browsing/safe_browsing_store.h', 2463 'browser/safe_browsing/safe_browsing_store.h',
2454 'browser/safe_browsing/safe_browsing_store_file.cc', 2464 'browser/safe_browsing/safe_browsing_store_file.cc',
2455 'browser/safe_browsing/safe_browsing_store_file.h', 2465 'browser/safe_browsing/safe_browsing_store_file.h',
2456 'browser/safe_browsing/sandboxed_zip_analyzer.cc', 2466 'browser/safe_browsing/sandboxed_zip_analyzer.cc',
2457 'browser/safe_browsing/sandboxed_zip_analyzer.h', 2467 'browser/safe_browsing/sandboxed_zip_analyzer.h',
2458 'browser/safe_browsing/two_phase_uploader.cc', 2468 'browser/safe_browsing/two_phase_uploader.cc',
2459 'browser/safe_browsing/two_phase_uploader.h', 2469 'browser/safe_browsing/two_phase_uploader.h',
2460 ], 2470 ],
2461 'chrome_browser_search_engines_sources': [ 2471 'chrome_browser_search_engines_sources': [
(...skipping 873 matching lines...) Expand 10 before | Expand all | Expand 10 after
3335 'safe_browsing_metadata_proto', 3345 'safe_browsing_metadata_proto',
3336 'safe_browsing_report_proto', 3346 'safe_browsing_report_proto',
3337 ], 3347 ],
3338 'conditions': [ 3348 'conditions': [
3339 ['safe_browsing == 1', { 3349 ['safe_browsing == 1', {
3340 'sources': [ '<@(chrome_browser_safe_browsing_full_sources)' ], 3350 'sources': [ '<@(chrome_browser_safe_browsing_full_sources)' ],
3341 'dependencies': [ 3351 'dependencies': [
3342 'safe_browsing_proto', 3352 'safe_browsing_proto',
3343 ], 3353 ],
3344 }], 3354 }],
3355 ['safe_browsing == 3', {
3356 'sources': [ '<@(chrome_browser_safe_browsing_mobile_extended_sour ces)' ],
3357 'dependencies': [
3358 'safe_browsing_proto',
3359 ],
3360 }],
3345 ], 3361 ],
3346 }], 3362 }],
3347 ['use_udev == 1', { 3363 ['use_udev == 1', {
3348 'dependencies': [ 3364 'dependencies': [
3349 '../device/udev_linux/udev.gyp:udev_linux', 3365 '../device/udev_linux/udev.gyp:udev_linux',
3350 ], 3366 ],
3351 }], 3367 }],
3352 ['OS=="linux"', { 3368 ['OS=="linux"', {
3353 'dependencies': [ 3369 'dependencies': [
3354 '../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_f ile_entry_proto', 3370 '../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
3845 'variables': { 3861 'variables': {
3846 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3862 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3847 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3863 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3848 }, 3864 },
3849 'includes': [ '../build/protoc.gypi' ] 3865 'includes': [ '../build/protoc.gypi' ]
3850 }, 3866 },
3851 ], 3867 ],
3852 },], 3868 },],
3853 ], 3869 ],
3854 } 3870 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698