| 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 2678 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2689 'browser/renderer_host/safe_browsing_resource_throttle.cc', | 2689 'browser/renderer_host/safe_browsing_resource_throttle.cc', |
| 2690 'browser/renderer_host/safe_browsing_resource_throttle.h', | 2690 'browser/renderer_host/safe_browsing_resource_throttle.h', |
| 2691 'browser/safe_browsing/services_delegate_stub.cc', | 2691 'browser/safe_browsing/services_delegate_stub.cc', |
| 2692 'browser/safe_browsing/services_delegate_stub.h', | 2692 'browser/safe_browsing/services_delegate_stub.h', |
| 2693 ], | 2693 ], |
| 2694 # "Safe Browsing Full" files in addition to the "basic" ones to use for | 2694 # "Safe Browsing Full" files in addition to the "basic" ones to use for |
| 2695 # full safe browsing. This has some in common with "mobile." | 2695 # full safe browsing. This has some in common with "mobile." |
| 2696 'chrome_browser_safe_browsing_full_sources': [ | 2696 'chrome_browser_safe_browsing_full_sources': [ |
| 2697 'browser/download/download_completion_blocker.cc', | 2697 'browser/download/download_completion_blocker.cc', |
| 2698 'browser/download/download_completion_blocker.h', | 2698 'browser/download/download_completion_blocker.h', |
| 2699 'browser/renderer_host/safe_browsing_navigation_throttle.cc', |
| 2700 'browser/renderer_host/safe_browsing_navigation_throttle.h', |
| 2699 'browser/renderer_host/safe_browsing_resource_throttle.cc', | 2701 'browser/renderer_host/safe_browsing_resource_throttle.cc', |
| 2700 'browser/renderer_host/safe_browsing_resource_throttle.h', | 2702 'browser/renderer_host/safe_browsing_resource_throttle.h', |
| 2701 'browser/safe_browsing/browser_feature_extractor.cc', | 2703 'browser/safe_browsing/browser_feature_extractor.cc', |
| 2702 'browser/safe_browsing/browser_feature_extractor.h', | 2704 'browser/safe_browsing/browser_feature_extractor.h', |
| 2703 'browser/safe_browsing/browser_features.cc', | 2705 'browser/safe_browsing/browser_features.cc', |
| 2704 'browser/safe_browsing/browser_features.h', | 2706 'browser/safe_browsing/browser_features.h', |
| 2705 'browser/safe_browsing/chunk_range.cc', | 2707 'browser/safe_browsing/chunk_range.cc', |
| 2706 'browser/safe_browsing/chunk_range.h', | 2708 'browser/safe_browsing/chunk_range.h', |
| 2707 'browser/safe_browsing/client_side_detection_host.cc', | 2709 'browser/safe_browsing/client_side_detection_host.cc', |
| 2708 'browser/safe_browsing/client_side_detection_host.h', | 2710 'browser/safe_browsing/client_side_detection_host.h', |
| (...skipping 1636 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4345 '../components/components.gyp:rlz', | 4347 '../components/components.gyp:rlz', |
| 4346 '../components/components.gyp:search_engines', | 4348 '../components/components.gyp:search_engines', |
| 4347 '../rlz/rlz.gyp:rlz_lib', | 4349 '../rlz/rlz.gyp:rlz_lib', |
| 4348 'common', | 4350 'common', |
| 4349 ], | 4351 ], |
| 4350 }, | 4352 }, |
| 4351 ], | 4353 ], |
| 4352 }], | 4354 }], |
| 4353 ], | 4355 ], |
| 4354 } | 4356 } |
| OLD | NEW |