| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 import("//extensions/features/features.gni") | 5 import("//extensions/features/features.gni") |
| 6 import("//third_party/protobuf/proto_library.gni") | 6 import("//third_party/protobuf/proto_library.gni") |
| 7 | 7 |
| 8 proto_library("chunk_proto") { | 8 proto_library("chunk_proto") { |
| 9 sources = [ | 9 sources = [ |
| 10 "chunk.proto", | 10 "chunk.proto", |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 126 "chrome_password_protection_service.cc", | 126 "chrome_password_protection_service.cc", |
| 127 "chrome_password_protection_service.h", | 127 "chrome_password_protection_service.h", |
| 128 "chunk_range.cc", | 128 "chunk_range.cc", |
| 129 "chunk_range.h", | 129 "chunk_range.h", |
| 130 "client_side_detection_host.cc", | 130 "client_side_detection_host.cc", |
| 131 "client_side_detection_host.h", | 131 "client_side_detection_host.h", |
| 132 "client_side_detection_service.cc", | 132 "client_side_detection_service.cc", |
| 133 "client_side_detection_service.h", | 133 "client_side_detection_service.h", |
| 134 "client_side_model_loader.cc", | 134 "client_side_model_loader.cc", |
| 135 "client_side_model_loader.h", | 135 "client_side_model_loader.h", |
| 136 "disk_image_type_sniffer_mac.cc", |
| 137 "disk_image_type_sniffer_mac.h", |
| 136 "download_feedback.cc", | 138 "download_feedback.cc", |
| 137 "download_feedback.h", | 139 "download_feedback.h", |
| 138 "download_feedback_service.cc", | 140 "download_feedback_service.cc", |
| 139 "download_feedback_service.h", | 141 "download_feedback_service.h", |
| 140 "download_protection_service.cc", | 142 "download_protection_service.cc", |
| 141 "download_protection_service.h", | 143 "download_protection_service.h", |
| 142 "incident_reporting/binary_integrity_analyzer.cc", | 144 "incident_reporting/binary_integrity_analyzer.cc", |
| 143 "incident_reporting/binary_integrity_analyzer.h", | 145 "incident_reporting/binary_integrity_analyzer.h", |
| 144 "incident_reporting/binary_integrity_analyzer_mac.cc", | 146 "incident_reporting/binary_integrity_analyzer_mac.cc", |
| 145 "incident_reporting/binary_integrity_analyzer_mac.h", | 147 "incident_reporting/binary_integrity_analyzer_mac.h", |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 237 sources += [ | 239 sources += [ |
| 238 "../loader/safe_browsing_resource_throttle.cc", | 240 "../loader/safe_browsing_resource_throttle.cc", |
| 239 "../loader/safe_browsing_resource_throttle.h", | 241 "../loader/safe_browsing_resource_throttle.h", |
| 240 "services_delegate_stub.cc", | 242 "services_delegate_stub.cc", |
| 241 "services_delegate_stub.h", | 243 "services_delegate_stub.h", |
| 242 ] | 244 ] |
| 243 deps += [ "//components/safe_browsing_db:safe_browsing_db_mobile" ] | 245 deps += [ "//components/safe_browsing_db:safe_browsing_db_mobile" ] |
| 244 } | 246 } |
| 245 } | 247 } |
| 246 } | 248 } |
| OLD | NEW |