| 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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 238 "arc/arc_wallpaper_service.cc", | 238 "arc/arc_wallpaper_service.cc", |
| 239 "arc/arc_wallpaper_service.h", | 239 "arc/arc_wallpaper_service.h", |
| 240 "arc/fileapi/arc_content_file_system_async_file_util.cc", | 240 "arc/fileapi/arc_content_file_system_async_file_util.cc", |
| 241 "arc/fileapi/arc_content_file_system_async_file_util.h", | 241 "arc/fileapi/arc_content_file_system_async_file_util.h", |
| 242 "arc/fileapi/arc_content_file_system_backend_delegate.cc", | 242 "arc/fileapi/arc_content_file_system_backend_delegate.cc", |
| 243 "arc/fileapi/arc_content_file_system_backend_delegate.h", | 243 "arc/fileapi/arc_content_file_system_backend_delegate.h", |
| 244 "arc/fileapi/arc_content_file_system_file_stream_reader.cc", | 244 "arc/fileapi/arc_content_file_system_file_stream_reader.cc", |
| 245 "arc/fileapi/arc_content_file_system_file_stream_reader.h", | 245 "arc/fileapi/arc_content_file_system_file_stream_reader.h", |
| 246 "arc/gpu_arc_video_service_host.cc", | 246 "arc/gpu_arc_video_service_host.cc", |
| 247 "arc/gpu_arc_video_service_host.h", | 247 "arc/gpu_arc_video_service_host.h", |
| 248 "arc/ui/arc_support_message_host.cc", |
| 249 "arc/ui/arc_support_message_host.h", |
| 248 "attestation/attestation_ca_client.cc", | 250 "attestation/attestation_ca_client.cc", |
| 249 "attestation/attestation_ca_client.h", | 251 "attestation/attestation_ca_client.h", |
| 250 "attestation/attestation_policy_observer.cc", | 252 "attestation/attestation_policy_observer.cc", |
| 251 "attestation/attestation_policy_observer.h", | 253 "attestation/attestation_policy_observer.h", |
| 252 "attestation/platform_verification_dialog.cc", | 254 "attestation/platform_verification_dialog.cc", |
| 253 "attestation/platform_verification_dialog.h", | 255 "attestation/platform_verification_dialog.h", |
| 254 "attestation/platform_verification_flow.cc", | 256 "attestation/platform_verification_flow.cc", |
| 255 "attestation/platform_verification_flow.h", | 257 "attestation/platform_verification_flow.h", |
| 256 "attestation/platform_verification_impl.cc", | 258 "attestation/platform_verification_impl.cc", |
| 257 "attestation/platform_verification_impl.h", | 259 "attestation/platform_verification_impl.h", |
| (...skipping 1353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1611 "policy/proto/chrome_device_policy.proto", | 1613 "policy/proto/chrome_device_policy.proto", |
| 1612 "policy/proto/install_attributes.proto", | 1614 "policy/proto/install_attributes.proto", |
| 1613 ] | 1615 ] |
| 1614 } | 1616 } |
| 1615 | 1617 |
| 1616 proto_library("attestation_proto") { | 1618 proto_library("attestation_proto") { |
| 1617 sources = [ | 1619 sources = [ |
| 1618 "attestation/attestation_key_payload.proto", | 1620 "attestation/attestation_key_payload.proto", |
| 1619 ] | 1621 ] |
| 1620 } | 1622 } |
| OLD | NEW |