| OLD | NEW |
| 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 2506 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2517 'browser/safe_browsing/threat_details_history.cc', | 2517 'browser/safe_browsing/threat_details_history.cc', |
| 2518 'browser/safe_browsing/threat_details_history.h', | 2518 'browser/safe_browsing/threat_details_history.h', |
| 2519 'browser/safe_browsing/ui_manager.cc', | 2519 'browser/safe_browsing/ui_manager.cc', |
| 2520 'browser/safe_browsing/ui_manager.h', | 2520 'browser/safe_browsing/ui_manager.h', |
| 2521 ], | 2521 ], |
| 2522 # "Safe Browsing Mobile" files in addition to the "basic" ones | 2522 # "Safe Browsing Mobile" files in addition to the "basic" ones |
| 2523 # to use for mobile mode. This has some in common with "full." | 2523 # to use for mobile mode. This has some in common with "full." |
| 2524 'chrome_browser_safe_browsing_mobile_sources': [ | 2524 'chrome_browser_safe_browsing_mobile_sources': [ |
| 2525 'browser/renderer_host/safe_browsing_resource_throttle.cc', | 2525 'browser/renderer_host/safe_browsing_resource_throttle.cc', |
| 2526 'browser/renderer_host/safe_browsing_resource_throttle.h', | 2526 'browser/renderer_host/safe_browsing_resource_throttle.h', |
| 2527 'browser/safe_browsing/remote_database_manager.cc', | |
| 2528 'browser/safe_browsing/remote_database_manager.h', | |
| 2529 'browser/safe_browsing/safe_browsing_api_handler.cc', | |
| 2530 'browser/safe_browsing/safe_browsing_api_handler.h', | |
| 2531 'browser/safe_browsing/safe_browsing_api_handler_util.cc', | |
| 2532 'browser/safe_browsing/safe_browsing_api_handler_util.h', | |
| 2533 ], | 2527 ], |
| 2534 # "Safe Browsing Full" files in addition to the "basic" ones to use for | 2528 # "Safe Browsing Full" files in addition to the "basic" ones to use for |
| 2535 # full safe browsing. This has some in common with "mobile." | 2529 # full safe browsing. This has some in common with "mobile." |
| 2536 'chrome_browser_safe_browsing_full_sources': [ | 2530 'chrome_browser_safe_browsing_full_sources': [ |
| 2537 'browser/download/download_completion_blocker.cc', | 2531 'browser/download/download_completion_blocker.cc', |
| 2538 'browser/download/download_completion_blocker.h', | 2532 'browser/download/download_completion_blocker.h', |
| 2539 'browser/renderer_host/safe_browsing_resource_throttle.cc', | 2533 'browser/renderer_host/safe_browsing_resource_throttle.cc', |
| 2540 'browser/renderer_host/safe_browsing_resource_throttle.h', | 2534 'browser/renderer_host/safe_browsing_resource_throttle.h', |
| 2541 'browser/safe_browsing/browser_feature_extractor.cc', | 2535 'browser/safe_browsing/browser_feature_extractor.cc', |
| 2542 'browser/safe_browsing/browser_feature_extractor.h', | 2536 'browser/safe_browsing/browser_feature_extractor.h', |
| (...skipping 1003 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3546 '../components/components.gyp:pdf_browser', | 3540 '../components/components.gyp:pdf_browser', |
| 3547 '../ppapi/ppapi_internal.gyp:ppapi_ipc', | 3541 '../ppapi/ppapi_internal.gyp:ppapi_ipc', |
| 3548 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', | 3542 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
| 3549 ], | 3543 ], |
| 3550 'sources': [ '<@(chrome_browser_plugins_sources)' ], | 3544 'sources': [ '<@(chrome_browser_plugins_sources)' ], |
| 3551 }], | 3545 }], |
| 3552 ['safe_browsing != 0 and OS != "ios"', { | 3546 ['safe_browsing != 0 and OS != "ios"', { |
| 3553 'sources': [ '<@(chrome_browser_safe_browsing_basic_sources)' ], | 3547 'sources': [ '<@(chrome_browser_safe_browsing_basic_sources)' ], |
| 3554 'dependencies': [ | 3548 'dependencies': [ |
| 3555 'safe_browsing_chunk_proto', | 3549 'safe_browsing_chunk_proto', |
| 3556 'safe_browsing_metadata_proto', | |
| 3557 'safe_browsing_proto', | 3550 'safe_browsing_proto', |
| 3558 '../components/components.gyp:safe_browsing_db', | 3551 '../components/components.gyp:safe_browsing_db', |
| 3552 '../components/components.gyp:safe_browsing_metadata_proto', |
| 3559 ], | 3553 ], |
| 3560 'conditions': [ | 3554 'conditions': [ |
| 3561 ['safe_browsing == 1', { | 3555 ['safe_browsing == 1', { |
| 3562 'sources': [ '<@(chrome_browser_safe_browsing_full_sources)' ], | 3556 'sources': [ '<@(chrome_browser_safe_browsing_full_sources)' ], |
| 3563 'dependencies': [ | 3557 'dependencies': [ |
| 3564 'safe_browsing_proto', | 3558 'safe_browsing_proto', |
| 3565 ], | 3559 ], |
| 3566 'conditions': [ | 3560 'conditions': [ |
| 3567 ['OS=="win"', { | 3561 ['OS=="win"', { |
| 3568 'dependencies': [ | 3562 'dependencies': [ |
| 3569 'incident_reporting_state_store_data_proto', | 3563 'incident_reporting_state_store_data_proto', |
| 3570 ], | 3564 ], |
| 3571 }], | 3565 }], |
| 3572 ], | 3566 ], |
| 3573 }], | 3567 }], |
| 3574 ['safe_browsing == 2', { | 3568 ['safe_browsing == 2', { |
| 3575 'sources': [ '<@(chrome_browser_safe_browsing_mobile_sources)' ], | 3569 'sources': [ '<@(chrome_browser_safe_browsing_mobile_sources)' ], |
| 3576 'dependencies': [ | 3570 'dependencies': [ |
| 3577 'safe_browsing_proto', | 3571 'safe_browsing_proto', |
| 3572 '../components/components.gyp:safe_browsing_db_mobile', |
| 3578 ], | 3573 ], |
| 3579 }], | 3574 }], |
| 3580 ], | 3575 ], |
| 3581 }], | 3576 }], |
| 3582 ['use_udev == 1', { | 3577 ['use_udev == 1', { |
| 3583 'dependencies': [ | 3578 'dependencies': [ |
| 3584 '../device/udev_linux/udev.gyp:udev_linux', | 3579 '../device/udev_linux/udev.gyp:udev_linux', |
| 3585 ], | 3580 ], |
| 3586 }], | 3581 }], |
| 3587 ['OS=="linux"', { | 3582 ['OS=="linux"', { |
| (...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3978 'target_name': 'safe_browsing_chunk_proto', | 3973 'target_name': 'safe_browsing_chunk_proto', |
| 3979 'type': 'static_library', | 3974 'type': 'static_library', |
| 3980 'sources': [ 'browser/safe_browsing/chunk.proto' ], | 3975 'sources': [ 'browser/safe_browsing/chunk.proto' ], |
| 3981 'variables': { | 3976 'variables': { |
| 3982 'proto_in_dir': 'browser/safe_browsing', | 3977 'proto_in_dir': 'browser/safe_browsing', |
| 3983 'proto_out_dir': 'chrome/browser/safe_browsing', | 3978 'proto_out_dir': 'chrome/browser/safe_browsing', |
| 3984 }, | 3979 }, |
| 3985 'includes': [ '../build/protoc.gypi' ] | 3980 'includes': [ '../build/protoc.gypi' ] |
| 3986 }, | 3981 }, |
| 3987 { | 3982 { |
| 3988 # Protobuf compiler / generator for the safebrowsing full hash metadata | |
| 3989 # protocol buffer. | |
| 3990 # GN version: //chrome/browser/safe_browsing:metadata_proto | |
| 3991 'target_name': 'safe_browsing_metadata_proto', | |
| 3992 'type': 'static_library', | |
| 3993 'sources': [ 'browser/safe_browsing/metadata.proto' ], | |
| 3994 'variables': { | |
| 3995 'proto_in_dir': 'browser/safe_browsing', | |
| 3996 'proto_out_dir': 'chrome/browser/safe_browsing', | |
| 3997 }, | |
| 3998 'includes': [ '../build/protoc.gypi' ] | |
| 3999 }, | |
| 4000 { | |
| 4001 # Protobuf compiler / generator for the safebrowsing incident reporting | 3983 # Protobuf compiler / generator for the safebrowsing incident reporting |
| 4002 # service state store data protocol buffer. | 3984 # service state store data protocol buffer. |
| 4003 # GN version: //chrome/browser/safe_browsing/incident_reporting:state_stor
e_data_proto | 3985 # GN version: //chrome/browser/safe_browsing/incident_reporting:state_stor
e_data_proto |
| 4004 'target_name': 'incident_reporting_state_store_data_proto', | 3986 'target_name': 'incident_reporting_state_store_data_proto', |
| 4005 'type': 'static_library', | 3987 'type': 'static_library', |
| 4006 'sources': [ 'browser/safe_browsing/incident_reporting/state_store_data.pr
oto' ], | 3988 'sources': [ 'browser/safe_browsing/incident_reporting/state_store_data.pr
oto' ], |
| 4007 'variables': { | 3989 'variables': { |
| 4008 'proto_in_dir': 'browser/safe_browsing/incident_reporting', | 3990 'proto_in_dir': 'browser/safe_browsing/incident_reporting', |
| 4009 'proto_out_dir': 'chrome/browser/safe_browsing/incident_reporting', | 3991 'proto_out_dir': 'chrome/browser/safe_browsing/incident_reporting', |
| 4010 }, | 3992 }, |
| (...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4192 '../components/components.gyp:omnibox_browser', | 4174 '../components/components.gyp:omnibox_browser', |
| 4193 '../components/components.gyp:rlz', | 4175 '../components/components.gyp:rlz', |
| 4194 '../components/components.gyp:search_engines', | 4176 '../components/components.gyp:search_engines', |
| 4195 '../rlz/rlz.gyp:rlz_lib', | 4177 '../rlz/rlz.gyp:rlz_lib', |
| 4196 ], | 4178 ], |
| 4197 }, | 4179 }, |
| 4198 ], | 4180 ], |
| 4199 }], | 4181 }], |
| 4200 ], | 4182 ], |
| 4201 } | 4183 } |
| OLD | NEW |