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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
230 "arc/arc_service_launcher.cc", | 230 "arc/arc_service_launcher.cc", |
231 "arc/arc_service_launcher.h", | 231 "arc/arc_service_launcher.h", |
232 "arc/arc_settings_service.cc", | 232 "arc/arc_settings_service.cc", |
233 "arc/arc_settings_service.h", | 233 "arc/arc_settings_service.h", |
234 "arc/arc_support_host.cc", | 234 "arc/arc_support_host.cc", |
235 "arc/arc_support_host.h", | 235 "arc/arc_support_host.h", |
236 "arc/arc_tts_service.cc", | 236 "arc/arc_tts_service.cc", |
237 "arc/arc_tts_service.h", | 237 "arc/arc_tts_service.h", |
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", |
| 241 "arc/fileapi/arc_content_file_system_async_file_util.h", |
| 242 "arc/fileapi/arc_content_file_system_backend_delegate.cc", |
| 243 "arc/fileapi/arc_content_file_system_backend_delegate.h", |
| 244 "arc/fileapi/arc_content_file_system_file_stream_reader.cc", |
| 245 "arc/fileapi/arc_content_file_system_file_stream_reader.h", |
240 "arc/gpu_arc_video_service_host.cc", | 246 "arc/gpu_arc_video_service_host.cc", |
241 "arc/gpu_arc_video_service_host.h", | 247 "arc/gpu_arc_video_service_host.h", |
242 "arc/page_transition_util.cc", | 248 "arc/page_transition_util.cc", |
243 "arc/page_transition_util.h", | 249 "arc/page_transition_util.h", |
244 "attestation/attestation_ca_client.cc", | 250 "attestation/attestation_ca_client.cc", |
245 "attestation/attestation_ca_client.h", | 251 "attestation/attestation_ca_client.h", |
246 "attestation/attestation_policy_observer.cc", | 252 "attestation/attestation_policy_observer.cc", |
247 "attestation/attestation_policy_observer.h", | 253 "attestation/attestation_policy_observer.h", |
248 "attestation/platform_verification_dialog.cc", | 254 "attestation/platform_verification_dialog.cc", |
249 "attestation/platform_verification_dialog.h", | 255 "attestation/platform_verification_dialog.h", |
(...skipping 1360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1610 "policy/proto/chrome_device_policy.proto", | 1616 "policy/proto/chrome_device_policy.proto", |
1611 "policy/proto/install_attributes.proto", | 1617 "policy/proto/install_attributes.proto", |
1612 ] | 1618 ] |
1613 } | 1619 } |
1614 | 1620 |
1615 proto_library("attestation_proto") { | 1621 proto_library("attestation_proto") { |
1616 sources = [ | 1622 sources = [ |
1617 "attestation/attestation_key_payload.proto", | 1623 "attestation/attestation_key_payload.proto", |
1618 ] | 1624 ] |
1619 } | 1625 } |
OLD | NEW |