| 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 2635 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2646 # Files in addition to the "basic" ones to use for full safe browsing. | 2646 # Files in addition to the "basic" ones to use for full safe browsing. |
| 2647 'chrome_browser_full_safe_browsing_sources': [ | 2647 'chrome_browser_full_safe_browsing_sources': [ |
| 2648 'browser/download/download_completion_blocker.cc', | 2648 'browser/download/download_completion_blocker.cc', |
| 2649 'browser/download/download_completion_blocker.h', | 2649 'browser/download/download_completion_blocker.h', |
| 2650 'browser/renderer_host/safe_browsing_resource_throttle.cc', | 2650 'browser/renderer_host/safe_browsing_resource_throttle.cc', |
| 2651 'browser/renderer_host/safe_browsing_resource_throttle.h', | 2651 'browser/renderer_host/safe_browsing_resource_throttle.h', |
| 2652 'browser/safe_browsing/add_incident_callback.h', | 2652 'browser/safe_browsing/add_incident_callback.h', |
| 2653 'browser/safe_browsing/binary_feature_extractor.h', | 2653 'browser/safe_browsing/binary_feature_extractor.h', |
| 2654 'browser/safe_browsing/binary_feature_extractor_posix.cc', | 2654 'browser/safe_browsing/binary_feature_extractor_posix.cc', |
| 2655 'browser/safe_browsing/binary_feature_extractor_win.cc', | 2655 'browser/safe_browsing/binary_feature_extractor_win.cc', |
| 2656 'browser/safe_browsing/binary_integrity_service.cc', |
| 2657 'browser/safe_browsing/binary_integrity_service.h', |
| 2658 'browser/safe_browsing/binary_integrity_service_win.cc', |
| 2656 'browser/safe_browsing/browser_feature_extractor.cc', | 2659 'browser/safe_browsing/browser_feature_extractor.cc', |
| 2657 'browser/safe_browsing/browser_feature_extractor.h', | 2660 'browser/safe_browsing/browser_feature_extractor.h', |
| 2658 'browser/safe_browsing/browser_features.cc', | 2661 'browser/safe_browsing/browser_features.cc', |
| 2659 'browser/safe_browsing/browser_features.h', | 2662 'browser/safe_browsing/browser_features.h', |
| 2660 'browser/safe_browsing/chunk_range.cc', | 2663 'browser/safe_browsing/chunk_range.cc', |
| 2661 'browser/safe_browsing/chunk_range.h', | 2664 'browser/safe_browsing/chunk_range.h', |
| 2662 'browser/safe_browsing/client_side_detection_host.cc', | 2665 'browser/safe_browsing/client_side_detection_host.cc', |
| 2663 'browser/safe_browsing/client_side_detection_host.h', | 2666 'browser/safe_browsing/client_side_detection_host.h', |
| 2664 'browser/safe_browsing/client_side_detection_service.cc', | 2667 'browser/safe_browsing/client_side_detection_service.cc', |
| 2665 'browser/safe_browsing/client_side_detection_service.h', | 2668 'browser/safe_browsing/client_side_detection_service.h', |
| (...skipping 957 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3623 'package_name': 'org/chromium/chrome/browser', | 3626 'package_name': 'org/chromium/chrome/browser', |
| 3624 'template_deps': ['browser/android/tab_load_status.h'], | 3627 'template_deps': ['browser/android/tab_load_status.h'], |
| 3625 }, | 3628 }, |
| 3626 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3629 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3627 }, | 3630 }, |
| 3628 ], | 3631 ], |
| 3629 }, | 3632 }, |
| 3630 ], | 3633 ], |
| 3631 ], | 3634 ], |
| 3632 } | 3635 } |
| OLD | NEW |