| 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 2609 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2620 ], | 2620 ], |
| 2621 'chrome_browser_rlz_sources': [ | 2621 'chrome_browser_rlz_sources': [ |
| 2622 'browser/rlz/chrome_rlz_tracker_delegate.cc', | 2622 'browser/rlz/chrome_rlz_tracker_delegate.cc', |
| 2623 'browser/rlz/chrome_rlz_tracker_delegate.h', | 2623 'browser/rlz/chrome_rlz_tracker_delegate.h', |
| 2624 ], | 2624 ], |
| 2625 # "Safe Browsing Basic" files used for safe browsing in full mode | 2625 # "Safe Browsing Basic" files used for safe browsing in full mode |
| 2626 # (safe_browsing=1) and mobile (=2) | 2626 # (safe_browsing=1) and mobile (=2) |
| 2627 'chrome_browser_safe_browsing_basic_sources': [ | 2627 'chrome_browser_safe_browsing_basic_sources': [ |
| 2628 'browser/renderer_host/data_reduction_proxy_resource_throttle_android.cc', | 2628 'browser/renderer_host/data_reduction_proxy_resource_throttle_android.cc', |
| 2629 'browser/renderer_host/data_reduction_proxy_resource_throttle_android.h', | 2629 'browser/renderer_host/data_reduction_proxy_resource_throttle_android.h', |
| 2630 'browser/safe_browsing/mock_permission_report_sender.cc', |
| 2631 'browser/safe_browsing/mock_permission_report_sender.h', |
| 2630 'browser/safe_browsing/permission_reporter.cc', | 2632 'browser/safe_browsing/permission_reporter.cc', |
| 2631 'browser/safe_browsing/permission_reporter.h', | 2633 'browser/safe_browsing/permission_reporter.h', |
| 2632 'browser/safe_browsing/ping_manager.cc', | 2634 'browser/safe_browsing/ping_manager.cc', |
| 2633 'browser/safe_browsing/ping_manager.h', | 2635 'browser/safe_browsing/ping_manager.h', |
| 2634 'browser/safe_browsing/protocol_manager_helper.cc', | 2636 'browser/safe_browsing/protocol_manager_helper.cc', |
| 2635 'browser/safe_browsing/protocol_manager_helper.h', | 2637 'browser/safe_browsing/protocol_manager_helper.h', |
| 2636 'browser/safe_browsing/safe_browsing_blocking_page.cc', | 2638 'browser/safe_browsing/safe_browsing_blocking_page.cc', |
| 2637 'browser/safe_browsing/safe_browsing_blocking_page.h', | 2639 'browser/safe_browsing/safe_browsing_blocking_page.h', |
| 2638 'browser/safe_browsing/safe_browsing_service.cc', | 2640 'browser/safe_browsing/safe_browsing_service.cc', |
| 2639 'browser/safe_browsing/safe_browsing_service.h', | 2641 'browser/safe_browsing/safe_browsing_service.h', |
| (...skipping 1702 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4342 '../components/components.gyp:rlz', | 4344 '../components/components.gyp:rlz', |
| 4343 '../components/components.gyp:search_engines', | 4345 '../components/components.gyp:search_engines', |
| 4344 '../rlz/rlz.gyp:rlz_lib', | 4346 '../rlz/rlz.gyp:rlz_lib', |
| 4345 'common', | 4347 'common', |
| 4346 ], | 4348 ], |
| 4347 }, | 4349 }, |
| 4348 ], | 4350 ], |
| 4349 }], | 4351 }], |
| 4350 ], | 4352 ], |
| 4351 } | 4353 } |
| OLD | NEW |