| 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 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 325 "arc/process/arc_process.cc", | 325 "arc/process/arc_process.cc", |
| 326 "arc/process/arc_process.h", | 326 "arc/process/arc_process.h", |
| 327 "arc/process/arc_process_service.cc", | 327 "arc/process/arc_process_service.cc", |
| 328 "arc/process/arc_process_service.h", | 328 "arc/process/arc_process_service.h", |
| 329 "arc/tracing/arc_tracing_bridge.cc", | 329 "arc/tracing/arc_tracing_bridge.cc", |
| 330 "arc/tracing/arc_tracing_bridge.h", | 330 "arc/tracing/arc_tracing_bridge.h", |
| 331 "arc/tts/arc_tts_service.cc", | 331 "arc/tts/arc_tts_service.cc", |
| 332 "arc/tts/arc_tts_service.h", | 332 "arc/tts/arc_tts_service.h", |
| 333 "arc/video/gpu_arc_video_service_host.cc", | 333 "arc/video/gpu_arc_video_service_host.cc", |
| 334 "arc/video/gpu_arc_video_service_host.h", | 334 "arc/video/gpu_arc_video_service_host.h", |
| 335 "arc/voice_interaction/arc_voice_interaction_arc_home_service.cc", |
| 336 "arc/voice_interaction/arc_voice_interaction_arc_home_service.h", |
| 335 "arc/voice_interaction/arc_voice_interaction_framework_service.cc", | 337 "arc/voice_interaction/arc_voice_interaction_framework_service.cc", |
| 336 "arc/voice_interaction/arc_voice_interaction_framework_service.h", | 338 "arc/voice_interaction/arc_voice_interaction_framework_service.h", |
| 337 "arc/wallpaper/arc_wallpaper_service.cc", | 339 "arc/wallpaper/arc_wallpaper_service.cc", |
| 338 "arc/wallpaper/arc_wallpaper_service.h", | 340 "arc/wallpaper/arc_wallpaper_service.h", |
| 339 "ash_config.cc", | 341 "ash_config.cc", |
| 340 "ash_config.h", | 342 "ash_config.h", |
| 341 "attestation/attestation_ca_client.cc", | 343 "attestation/attestation_ca_client.cc", |
| 342 "attestation/attestation_ca_client.h", | 344 "attestation/attestation_ca_client.h", |
| 343 "attestation/attestation_policy_observer.cc", | 345 "attestation/attestation_policy_observer.cc", |
| 344 "attestation/attestation_policy_observer.h", | 346 "attestation/attestation_policy_observer.h", |
| (...skipping 1477 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1822 "policy/proto/chrome_device_policy.proto", | 1824 "policy/proto/chrome_device_policy.proto", |
| 1823 "policy/proto/install_attributes.proto", | 1825 "policy/proto/install_attributes.proto", |
| 1824 ] | 1826 ] |
| 1825 } | 1827 } |
| 1826 | 1828 |
| 1827 proto_library("attestation_proto") { | 1829 proto_library("attestation_proto") { |
| 1828 sources = [ | 1830 sources = [ |
| 1829 "attestation/attestation_key_payload.proto", | 1831 "attestation/attestation_key_payload.proto", |
| 1830 ] | 1832 ] |
| 1831 } | 1833 } |
| OLD | NEW |