| 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("//build/config/features.gni") | 5 import("//build/config/features.gni") |
| 6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
| 7 import("//media/media_options.gni") | 7 import("//media/media_options.gni") |
| 8 import("//third_party/protobuf/proto_library.gni") | 8 import("//third_party/protobuf/proto_library.gni") |
| 9 | 9 |
| 10 assert(is_chromeos) | 10 assert(is_chromeos) |
| (...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 207 "arc/arc_optin_uma.cc", | 207 "arc/arc_optin_uma.cc", |
| 208 "arc/arc_optin_uma.h", | 208 "arc/arc_optin_uma.h", |
| 209 "arc/arc_service_launcher.cc", | 209 "arc/arc_service_launcher.cc", |
| 210 "arc/arc_service_launcher.h", | 210 "arc/arc_service_launcher.h", |
| 211 "arc/arc_support_host.cc", | 211 "arc/arc_support_host.cc", |
| 212 "arc/arc_support_host.h", | 212 "arc/arc_support_host.h", |
| 213 "arc/downloads_watcher/arc_downloads_watcher_service.cc", | 213 "arc/downloads_watcher/arc_downloads_watcher_service.cc", |
| 214 "arc/downloads_watcher/arc_downloads_watcher_service.h", | 214 "arc/downloads_watcher/arc_downloads_watcher_service.h", |
| 215 "arc/enterprise/arc_enterprise_reporting_service.cc", | 215 "arc/enterprise/arc_enterprise_reporting_service.cc", |
| 216 "arc/enterprise/arc_enterprise_reporting_service.h", | 216 "arc/enterprise/arc_enterprise_reporting_service.h", |
| 217 "arc/extensions/arc_support_message_host.cc", |
| 218 "arc/extensions/arc_support_message_host.h", |
| 217 "arc/fileapi/arc_content_file_system_async_file_util.cc", | 219 "arc/fileapi/arc_content_file_system_async_file_util.cc", |
| 218 "arc/fileapi/arc_content_file_system_async_file_util.h", | 220 "arc/fileapi/arc_content_file_system_async_file_util.h", |
| 219 "arc/fileapi/arc_content_file_system_backend_delegate.cc", | 221 "arc/fileapi/arc_content_file_system_backend_delegate.cc", |
| 220 "arc/fileapi/arc_content_file_system_backend_delegate.h", | 222 "arc/fileapi/arc_content_file_system_backend_delegate.h", |
| 221 "arc/fileapi/arc_content_file_system_file_stream_reader.cc", | 223 "arc/fileapi/arc_content_file_system_file_stream_reader.cc", |
| 222 "arc/fileapi/arc_content_file_system_file_stream_reader.h", | 224 "arc/fileapi/arc_content_file_system_file_stream_reader.h", |
| 223 "arc/fileapi/arc_content_file_system_url_util.cc", | 225 "arc/fileapi/arc_content_file_system_url_util.cc", |
| 224 "arc/fileapi/arc_content_file_system_url_util.h", | 226 "arc/fileapi/arc_content_file_system_url_util.h", |
| 225 "arc/intent_helper/arc_external_protocol_dialog.cc", | 227 "arc/intent_helper/arc_external_protocol_dialog.cc", |
| 226 "arc/intent_helper/arc_external_protocol_dialog.h", | 228 "arc/intent_helper/arc_external_protocol_dialog.h", |
| (...skipping 1394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1621 "policy/proto/chrome_device_policy.proto", | 1623 "policy/proto/chrome_device_policy.proto", |
| 1622 "policy/proto/install_attributes.proto", | 1624 "policy/proto/install_attributes.proto", |
| 1623 ] | 1625 ] |
| 1624 } | 1626 } |
| 1625 | 1627 |
| 1626 proto_library("attestation_proto") { | 1628 proto_library("attestation_proto") { |
| 1627 sources = [ | 1629 sources = [ |
| 1628 "attestation/attestation_key_payload.proto", | 1630 "attestation/attestation_key_payload.proto", |
| 1629 ] | 1631 ] |
| 1630 } | 1632 } |
| OLD | NEW |