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 2525 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2536 'browser/renderer_host/data_reduction_proxy_resource_throttle_android.h', | 2536 'browser/renderer_host/data_reduction_proxy_resource_throttle_android.h', |
2537 'browser/safe_browsing/ping_manager.cc', | 2537 'browser/safe_browsing/ping_manager.cc', |
2538 'browser/safe_browsing/ping_manager.h', | 2538 'browser/safe_browsing/ping_manager.h', |
2539 'browser/safe_browsing/protocol_manager_helper.cc', | 2539 'browser/safe_browsing/protocol_manager_helper.cc', |
2540 'browser/safe_browsing/protocol_manager_helper.h', | 2540 'browser/safe_browsing/protocol_manager_helper.h', |
2541 'browser/safe_browsing/safe_browsing_blocking_page.cc', | 2541 'browser/safe_browsing/safe_browsing_blocking_page.cc', |
2542 'browser/safe_browsing/safe_browsing_blocking_page.h', | 2542 'browser/safe_browsing/safe_browsing_blocking_page.h', |
2543 'browser/safe_browsing/safe_browsing_service.cc', | 2543 'browser/safe_browsing/safe_browsing_service.cc', |
2544 'browser/safe_browsing/safe_browsing_service.h', | 2544 'browser/safe_browsing/safe_browsing_service.h', |
2545 'browser/safe_browsing/services_delegate.h', | 2545 'browser/safe_browsing/services_delegate.h', |
| 2546 'browser/safe_browsing/test_safe_browsing_service.cc', |
| 2547 'browser/safe_browsing/test_safe_browsing_service.h', |
2546 'browser/safe_browsing/threat_details.cc', | 2548 'browser/safe_browsing/threat_details.cc', |
2547 'browser/safe_browsing/threat_details.h', | 2549 'browser/safe_browsing/threat_details.h', |
2548 'browser/safe_browsing/threat_details_cache.cc', | 2550 'browser/safe_browsing/threat_details_cache.cc', |
2549 'browser/safe_browsing/threat_details_cache.h', | 2551 'browser/safe_browsing/threat_details_cache.h', |
2550 'browser/safe_browsing/threat_details_history.cc', | 2552 'browser/safe_browsing/threat_details_history.cc', |
2551 'browser/safe_browsing/threat_details_history.h', | 2553 'browser/safe_browsing/threat_details_history.h', |
2552 'browser/safe_browsing/ui_manager.cc', | 2554 'browser/safe_browsing/ui_manager.cc', |
2553 'browser/safe_browsing/ui_manager.h', | 2555 'browser/safe_browsing/ui_manager.h', |
2554 ], | 2556 ], |
2555 # "Safe Browsing Mobile" files in addition to the "basic" ones | 2557 # "Safe Browsing Mobile" files in addition to the "basic" ones |
(...skipping 1702 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4258 '../components/components.gyp:rlz', | 4260 '../components/components.gyp:rlz', |
4259 '../components/components.gyp:search_engines', | 4261 '../components/components.gyp:search_engines', |
4260 '../rlz/rlz.gyp:rlz_lib', | 4262 '../rlz/rlz.gyp:rlz_lib', |
4261 'common', | 4263 'common', |
4262 ], | 4264 ], |
4263 }, | 4265 }, |
4264 ], | 4266 ], |
4265 }], | 4267 }], |
4266 ], | 4268 ], |
4267 } | 4269 } |
OLD | NEW |