| 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("//extensions/features/features.gni") | 7 import("//extensions/features/features.gni") |
| 8 import("//media/media_options.gni") | 8 import("//media/media_options.gni") |
| 9 import("//printing/features/features.gni") | 9 import("//printing/features/features.gni") |
| 10 import("//third_party/protobuf/proto_library.gni") | 10 import("//third_party/protobuf/proto_library.gni") |
| (...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 314 "arc/process/arc_process.cc", | 314 "arc/process/arc_process.cc", |
| 315 "arc/process/arc_process.h", | 315 "arc/process/arc_process.h", |
| 316 "arc/process/arc_process_service.cc", | 316 "arc/process/arc_process_service.cc", |
| 317 "arc/process/arc_process_service.h", | 317 "arc/process/arc_process_service.h", |
| 318 "arc/tracing/arc_tracing_bridge.cc", | 318 "arc/tracing/arc_tracing_bridge.cc", |
| 319 "arc/tracing/arc_tracing_bridge.h", | 319 "arc/tracing/arc_tracing_bridge.h", |
| 320 "arc/tts/arc_tts_service.cc", | 320 "arc/tts/arc_tts_service.cc", |
| 321 "arc/tts/arc_tts_service.h", | 321 "arc/tts/arc_tts_service.h", |
| 322 "arc/video/gpu_arc_video_service_host.cc", | 322 "arc/video/gpu_arc_video_service_host.cc", |
| 323 "arc/video/gpu_arc_video_service_host.h", | 323 "arc/video/gpu_arc_video_service_host.h", |
| 324 "arc/voice_interaction/arc_voice_interaction_framework_service.cc", |
| 325 "arc/voice_interaction/arc_voice_interaction_framework_service.h", |
| 324 "arc/wallpaper/arc_wallpaper_service.cc", | 326 "arc/wallpaper/arc_wallpaper_service.cc", |
| 325 "arc/wallpaper/arc_wallpaper_service.h", | 327 "arc/wallpaper/arc_wallpaper_service.h", |
| 326 "attestation/attestation_ca_client.cc", | 328 "attestation/attestation_ca_client.cc", |
| 327 "attestation/attestation_ca_client.h", | 329 "attestation/attestation_ca_client.h", |
| 328 "attestation/attestation_policy_observer.cc", | 330 "attestation/attestation_policy_observer.cc", |
| 329 "attestation/attestation_policy_observer.h", | 331 "attestation/attestation_policy_observer.h", |
| 330 "attestation/platform_verification_dialog.cc", | 332 "attestation/platform_verification_dialog.cc", |
| 331 "attestation/platform_verification_dialog.h", | 333 "attestation/platform_verification_dialog.h", |
| 332 "attestation/platform_verification_flow.cc", | 334 "attestation/platform_verification_flow.cc", |
| 333 "attestation/platform_verification_flow.h", | 335 "attestation/platform_verification_flow.h", |
| (...skipping 1463 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1797 "policy/proto/chrome_device_policy.proto", | 1799 "policy/proto/chrome_device_policy.proto", |
| 1798 "policy/proto/install_attributes.proto", | 1800 "policy/proto/install_attributes.proto", |
| 1799 ] | 1801 ] |
| 1800 } | 1802 } |
| 1801 | 1803 |
| 1802 proto_library("attestation_proto") { | 1804 proto_library("attestation_proto") { |
| 1803 sources = [ | 1805 sources = [ |
| 1804 "attestation/attestation_key_payload.proto", | 1806 "attestation/attestation_key_payload.proto", |
| 1805 ] | 1807 ] |
| 1806 } | 1808 } |
| OLD | NEW |