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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1624723002: Move remote_db_manager into the safe_browsing_db component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fetch, rebase, format Created 4 years, 10 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/chrome_android.gypi ('k') | chrome/chrome_tests.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 2503 matching lines...) Expand 10 before | Expand all | Expand 10 after
2514 'browser/safe_browsing/threat_details_history.cc', 2514 'browser/safe_browsing/threat_details_history.cc',
2515 'browser/safe_browsing/threat_details_history.h', 2515 'browser/safe_browsing/threat_details_history.h',
2516 'browser/safe_browsing/ui_manager.cc', 2516 'browser/safe_browsing/ui_manager.cc',
2517 'browser/safe_browsing/ui_manager.h', 2517 'browser/safe_browsing/ui_manager.h',
2518 ], 2518 ],
2519 # "Safe Browsing Mobile" files in addition to the "basic" ones 2519 # "Safe Browsing Mobile" files in addition to the "basic" ones
2520 # to use for mobile mode. This has some in common with "full." 2520 # to use for mobile mode. This has some in common with "full."
2521 'chrome_browser_safe_browsing_mobile_sources': [ 2521 'chrome_browser_safe_browsing_mobile_sources': [
2522 'browser/renderer_host/safe_browsing_resource_throttle.cc', 2522 'browser/renderer_host/safe_browsing_resource_throttle.cc',
2523 'browser/renderer_host/safe_browsing_resource_throttle.h', 2523 'browser/renderer_host/safe_browsing_resource_throttle.h',
2524 'browser/safe_browsing/remote_database_manager.cc',
2525 'browser/safe_browsing/remote_database_manager.h',
2526 'browser/safe_browsing/safe_browsing_api_handler.cc',
2527 'browser/safe_browsing/safe_browsing_api_handler.h',
2528 'browser/safe_browsing/safe_browsing_api_handler_util.cc',
2529 'browser/safe_browsing/safe_browsing_api_handler_util.h',
2530 ], 2524 ],
2531 # "Safe Browsing Full" files in addition to the "basic" ones to use for 2525 # "Safe Browsing Full" files in addition to the "basic" ones to use for
2532 # full safe browsing. This has some in common with "mobile." 2526 # full safe browsing. This has some in common with "mobile."
2533 'chrome_browser_safe_browsing_full_sources': [ 2527 'chrome_browser_safe_browsing_full_sources': [
2534 'browser/download/download_completion_blocker.cc', 2528 'browser/download/download_completion_blocker.cc',
2535 'browser/download/download_completion_blocker.h', 2529 'browser/download/download_completion_blocker.h',
2536 'browser/renderer_host/safe_browsing_resource_throttle.cc', 2530 'browser/renderer_host/safe_browsing_resource_throttle.cc',
2537 'browser/renderer_host/safe_browsing_resource_throttle.h', 2531 'browser/renderer_host/safe_browsing_resource_throttle.h',
2538 'browser/safe_browsing/browser_feature_extractor.cc', 2532 'browser/safe_browsing/browser_feature_extractor.cc',
2539 'browser/safe_browsing/browser_feature_extractor.h', 2533 'browser/safe_browsing/browser_feature_extractor.h',
(...skipping 1002 matching lines...) Expand 10 before | Expand all | Expand 10 after
3542 '../components/components.gyp:pdf_browser', 3536 '../components/components.gyp:pdf_browser',
3543 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 3537 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
3544 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', 3538 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
3545 ], 3539 ],
3546 'sources': [ '<@(chrome_browser_plugins_sources)' ], 3540 'sources': [ '<@(chrome_browser_plugins_sources)' ],
3547 }], 3541 }],
3548 ['safe_browsing != 0 and OS != "ios"', { 3542 ['safe_browsing != 0 and OS != "ios"', {
3549 'sources': [ '<@(chrome_browser_safe_browsing_basic_sources)' ], 3543 'sources': [ '<@(chrome_browser_safe_browsing_basic_sources)' ],
3550 'dependencies': [ 3544 'dependencies': [
3551 'safe_browsing_chunk_proto', 3545 'safe_browsing_chunk_proto',
3552 'safe_browsing_metadata_proto',
3553 'safe_browsing_proto', 3546 'safe_browsing_proto',
3554 '../components/components.gyp:safe_browsing_db', 3547 '../components/components.gyp:safe_browsing_db',
3548 '../components/components.gyp:safe_browsing_metadata_proto',
3555 ], 3549 ],
3556 'conditions': [ 3550 'conditions': [
3557 ['safe_browsing == 1', { 3551 ['safe_browsing == 1', {
3558 'sources': [ '<@(chrome_browser_safe_browsing_full_sources)' ], 3552 'sources': [ '<@(chrome_browser_safe_browsing_full_sources)' ],
3559 'dependencies': [ 3553 'dependencies': [
3560 'safe_browsing_proto', 3554 'safe_browsing_proto',
3561 ], 3555 ],
3562 'conditions': [ 3556 'conditions': [
3563 ['OS=="win"', { 3557 ['OS=="win"', {
3564 'dependencies': [ 3558 'dependencies': [
3565 'incident_reporting_state_store_data_proto', 3559 'incident_reporting_state_store_data_proto',
3566 ], 3560 ],
3567 }], 3561 }],
3568 ], 3562 ],
3569 }], 3563 }],
3570 ['safe_browsing == 2', { 3564 ['safe_browsing == 2', {
3571 'sources': [ '<@(chrome_browser_safe_browsing_mobile_sources)' ], 3565 'sources': [ '<@(chrome_browser_safe_browsing_mobile_sources)' ],
3572 'dependencies': [ 3566 'dependencies': [
3573 'safe_browsing_proto', 3567 'safe_browsing_proto',
3568 '../components/components.gyp:safe_browsing_db_mobile',
3574 ], 3569 ],
3575 }], 3570 }],
3576 ], 3571 ],
3577 }], 3572 }],
3578 ['use_udev == 1', { 3573 ['use_udev == 1', {
3579 'dependencies': [ 3574 'dependencies': [
3580 '../device/udev_linux/udev.gyp:udev_linux', 3575 '../device/udev_linux/udev.gyp:udev_linux',
3581 ], 3576 ],
3582 }], 3577 }],
3583 ['OS=="linux"', { 3578 ['OS=="linux"', {
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
3973 'target_name': 'safe_browsing_chunk_proto', 3968 'target_name': 'safe_browsing_chunk_proto',
3974 'type': 'static_library', 3969 'type': 'static_library',
3975 'sources': [ 'browser/safe_browsing/chunk.proto' ], 3970 'sources': [ 'browser/safe_browsing/chunk.proto' ],
3976 'variables': { 3971 'variables': {
3977 'proto_in_dir': 'browser/safe_browsing', 3972 'proto_in_dir': 'browser/safe_browsing',
3978 'proto_out_dir': 'chrome/browser/safe_browsing', 3973 'proto_out_dir': 'chrome/browser/safe_browsing',
3979 }, 3974 },
3980 'includes': [ '../build/protoc.gypi' ] 3975 'includes': [ '../build/protoc.gypi' ]
3981 }, 3976 },
3982 { 3977 {
3983 # Protobuf compiler / generator for the safebrowsing full hash metadata
3984 # protocol buffer.
3985 # GN version: //chrome/browser/safe_browsing:metadata_proto
3986 'target_name': 'safe_browsing_metadata_proto',
3987 'type': 'static_library',
3988 'sources': [ 'browser/safe_browsing/metadata.proto' ],
3989 'variables': {
3990 'proto_in_dir': 'browser/safe_browsing',
3991 'proto_out_dir': 'chrome/browser/safe_browsing',
3992 },
3993 'includes': [ '../build/protoc.gypi' ]
3994 },
3995 {
3996 # Protobuf compiler / generator for the safebrowsing incident reporting 3978 # Protobuf compiler / generator for the safebrowsing incident reporting
3997 # service state store data protocol buffer. 3979 # service state store data protocol buffer.
3998 # GN version: //chrome/browser/safe_browsing/incident_reporting:state_stor e_data_proto 3980 # GN version: //chrome/browser/safe_browsing/incident_reporting:state_stor e_data_proto
3999 'target_name': 'incident_reporting_state_store_data_proto', 3981 'target_name': 'incident_reporting_state_store_data_proto',
4000 'type': 'static_library', 3982 'type': 'static_library',
4001 'sources': [ 'browser/safe_browsing/incident_reporting/state_store_data.pr oto' ], 3983 'sources': [ 'browser/safe_browsing/incident_reporting/state_store_data.pr oto' ],
4002 'variables': { 3984 'variables': {
4003 'proto_in_dir': 'browser/safe_browsing/incident_reporting', 3985 'proto_in_dir': 'browser/safe_browsing/incident_reporting',
4004 'proto_out_dir': 'chrome/browser/safe_browsing/incident_reporting', 3986 'proto_out_dir': 'chrome/browser/safe_browsing/incident_reporting',
4005 }, 3987 },
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
4187 '../components/components.gyp:omnibox_browser', 4169 '../components/components.gyp:omnibox_browser',
4188 '../components/components.gyp:rlz', 4170 '../components/components.gyp:rlz',
4189 '../components/components.gyp:search_engines', 4171 '../components/components.gyp:search_engines',
4190 '../rlz/rlz.gyp:rlz_lib', 4172 '../rlz/rlz.gyp:rlz_lib',
4191 ], 4173 ],
4192 }, 4174 },
4193 ], 4175 ],
4194 }], 4176 }],
4195 ], 4177 ],
4196 } 4178 }
OLDNEW
« no previous file with comments | « chrome/chrome_android.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698