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 2401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2412 'browser/profiles/profile_shortcut_manager_win.h', | 2412 'browser/profiles/profile_shortcut_manager_win.h', |
2413 'browser/profiles/profiles_state.cc', | 2413 'browser/profiles/profiles_state.cc', |
2414 'browser/profiles/profiles_state.h', | 2414 'browser/profiles/profiles_state.h', |
2415 'browser/profiles/storage_partition_descriptor.h', | 2415 'browser/profiles/storage_partition_descriptor.h', |
2416 ], | 2416 ], |
2417 'chrome_browser_rlz_sources': [ | 2417 'chrome_browser_rlz_sources': [ |
2418 'browser/rlz/chrome_rlz_tracker_delegate.cc', | 2418 'browser/rlz/chrome_rlz_tracker_delegate.cc', |
2419 'browser/rlz/chrome_rlz_tracker_delegate.h', | 2419 'browser/rlz/chrome_rlz_tracker_delegate.h', |
2420 ], | 2420 ], |
2421 # "Safe Browsing Basic" files used for safe browsing in full mode | 2421 # "Safe Browsing Basic" files used for safe browsing in full mode |
2422 # (safe_browsing=1), mobile (=2), and mobile-extended (=3). | 2422 # (safe_browsing=1) and mobile (=2) |
2423 'chrome_browser_safe_browsing_basic_sources': [ | 2423 'chrome_browser_safe_browsing_basic_sources': [ |
2424 'browser/renderer_host/data_reduction_proxy_resource_throttle_android.cc', | 2424 'browser/renderer_host/data_reduction_proxy_resource_throttle_android.cc', |
2425 'browser/renderer_host/data_reduction_proxy_resource_throttle_android.h', | 2425 'browser/renderer_host/data_reduction_proxy_resource_throttle_android.h', |
2426 'browser/safe_browsing/malware_details.cc', | 2426 'browser/safe_browsing/malware_details.cc', |
2427 'browser/safe_browsing/malware_details.h', | 2427 'browser/safe_browsing/malware_details.h', |
2428 'browser/safe_browsing/malware_details_cache.cc', | 2428 'browser/safe_browsing/malware_details_cache.cc', |
2429 'browser/safe_browsing/malware_details_cache.h', | 2429 'browser/safe_browsing/malware_details_cache.h', |
2430 'browser/safe_browsing/malware_details_history.cc', | 2430 'browser/safe_browsing/malware_details_history.cc', |
2431 'browser/safe_browsing/malware_details_history.h', | 2431 'browser/safe_browsing/malware_details_history.h', |
2432 'browser/safe_browsing/ping_manager.cc', | 2432 'browser/safe_browsing/ping_manager.cc', |
2433 'browser/safe_browsing/ping_manager.h', | 2433 'browser/safe_browsing/ping_manager.h', |
2434 'browser/safe_browsing/protocol_manager_helper.cc', | 2434 'browser/safe_browsing/protocol_manager_helper.cc', |
2435 'browser/safe_browsing/protocol_manager_helper.h', | 2435 'browser/safe_browsing/protocol_manager_helper.h', |
2436 'browser/safe_browsing/safe_browsing_blocking_page.cc', | 2436 'browser/safe_browsing/safe_browsing_blocking_page.cc', |
2437 'browser/safe_browsing/safe_browsing_blocking_page.h', | 2437 'browser/safe_browsing/safe_browsing_blocking_page.h', |
2438 'browser/safe_browsing/safe_browsing_service.cc', | 2438 'browser/safe_browsing/safe_browsing_service.cc', |
2439 'browser/safe_browsing/safe_browsing_service.h', | 2439 'browser/safe_browsing/safe_browsing_service.h', |
2440 'browser/safe_browsing/safe_browsing_util.cc', | 2440 'browser/safe_browsing/safe_browsing_util.cc', |
2441 'browser/safe_browsing/safe_browsing_util.h', | 2441 'browser/safe_browsing/safe_browsing_util.h', |
2442 'browser/safe_browsing/ui_manager.cc', | 2442 'browser/safe_browsing/ui_manager.cc', |
2443 'browser/safe_browsing/ui_manager.h', | 2443 'browser/safe_browsing/ui_manager.h', |
2444 ], | 2444 ], |
2445 # "Safe Browsing Extended Mobile" files in addition to the "basic" ones | 2445 # "Safe Browsing Mobile" files in addition to the "basic" ones |
2446 # to use for mobile_extended mode. This has some in common with "full." | 2446 # to use for mobile mode. This has some in common with "full." |
2447 'chrome_browser_safe_browsing_mobile_extended_sources': [ | 2447 'chrome_browser_safe_browsing_mobile_sources': [ |
2448 'browser/renderer_host/safe_browsing_resource_throttle.cc', | 2448 'browser/renderer_host/safe_browsing_resource_throttle.cc', |
2449 'browser/renderer_host/safe_browsing_resource_throttle.h', | 2449 'browser/renderer_host/safe_browsing_resource_throttle.h', |
2450 'browser/safe_browsing/database_manager.h', | 2450 'browser/safe_browsing/database_manager.h', |
2451 'browser/safe_browsing/remote_database_manager.cc', | 2451 'browser/safe_browsing/remote_database_manager.cc', |
2452 'browser/safe_browsing/remote_database_manager.h', | 2452 'browser/safe_browsing/remote_database_manager.h', |
2453 'browser/safe_browsing/safe_browsing_api_handler.cc', | 2453 'browser/safe_browsing/safe_browsing_api_handler.cc', |
2454 'browser/safe_browsing/safe_browsing_api_handler.h', | 2454 'browser/safe_browsing/safe_browsing_api_handler.h', |
2455 'browser/safe_browsing/safe_browsing_api_handler_util.cc', | 2455 'browser/safe_browsing/safe_browsing_api_handler_util.cc', |
2456 'browser/safe_browsing/safe_browsing_api_handler_util.h', | 2456 'browser/safe_browsing/safe_browsing_api_handler_util.h', |
2457 ], | 2457 ], |
2458 # "Safe Browsing Full" files in addition to the "basic" ones to use for | 2458 # "Safe Browsing Full" files in addition to the "basic" ones to use for |
2459 # full safe browsing. This has some in common with "mobile_extended." | 2459 # full safe browsing. This has some in common with "mobile." |
2460 'chrome_browser_safe_browsing_full_sources': [ | 2460 'chrome_browser_safe_browsing_full_sources': [ |
2461 'browser/download/download_completion_blocker.cc', | 2461 'browser/download/download_completion_blocker.cc', |
2462 'browser/download/download_completion_blocker.h', | 2462 'browser/download/download_completion_blocker.h', |
2463 'browser/renderer_host/safe_browsing_resource_throttle.cc', | 2463 'browser/renderer_host/safe_browsing_resource_throttle.cc', |
2464 'browser/renderer_host/safe_browsing_resource_throttle.h', | 2464 'browser/renderer_host/safe_browsing_resource_throttle.h', |
2465 'browser/safe_browsing/browser_feature_extractor.cc', | 2465 'browser/safe_browsing/browser_feature_extractor.cc', |
2466 'browser/safe_browsing/browser_feature_extractor.h', | 2466 'browser/safe_browsing/browser_feature_extractor.h', |
2467 'browser/safe_browsing/browser_features.cc', | 2467 'browser/safe_browsing/browser_features.cc', |
2468 'browser/safe_browsing/browser_features.h', | 2468 'browser/safe_browsing/browser_features.h', |
2469 'browser/safe_browsing/chunk_range.cc', | 2469 'browser/safe_browsing/chunk_range.cc', |
(...skipping 1025 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3495 'safe_browsing_proto', | 3495 'safe_browsing_proto', |
3496 ], | 3496 ], |
3497 'conditions': [ | 3497 'conditions': [ |
3498 ['OS=="win"', { | 3498 ['OS=="win"', { |
3499 'dependencies': [ | 3499 'dependencies': [ |
3500 'incident_reporting_state_store_data_proto', | 3500 'incident_reporting_state_store_data_proto', |
3501 ], | 3501 ], |
3502 }], | 3502 }], |
3503 ], | 3503 ], |
3504 }], | 3504 }], |
3505 ['safe_browsing == 3', { | 3505 ['safe_browsing == 2', { |
3506 'sources': [ '<@(chrome_browser_safe_browsing_mobile_extended_sour
ces)' ], | 3506 'sources': [ '<@(chrome_browser_safe_browsing_mobile_sources)' ], |
3507 'dependencies': [ | 3507 'dependencies': [ |
3508 'safe_browsing_proto', | 3508 'safe_browsing_proto', |
3509 ], | 3509 ], |
3510 }], | 3510 }], |
3511 ], | 3511 ], |
3512 }], | 3512 }], |
3513 ['use_udev == 1', { | 3513 ['use_udev == 1', { |
3514 'dependencies': [ | 3514 'dependencies': [ |
3515 '../device/udev_linux/udev.gyp:udev_linux', | 3515 '../device/udev_linux/udev.gyp:udev_linux', |
3516 ], | 3516 ], |
(...skipping 605 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4122 '../components/components.gyp:omnibox_browser', | 4122 '../components/components.gyp:omnibox_browser', |
4123 '../components/components.gyp:rlz', | 4123 '../components/components.gyp:rlz', |
4124 '../components/components.gyp:search_engines', | 4124 '../components/components.gyp:search_engines', |
4125 '../rlz/rlz.gyp:rlz_lib', | 4125 '../rlz/rlz.gyp:rlz_lib', |
4126 ], | 4126 ], |
4127 }, | 4127 }, |
4128 ], | 4128 ], |
4129 }], | 4129 }], |
4130 ], | 4130 ], |
4131 } | 4131 } |
OLD | NEW |