| 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 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 284 "arc/policy/arc_policy_bridge.cc", | 284 "arc/policy/arc_policy_bridge.cc", |
| 285 "arc/policy/arc_policy_bridge.h", | 285 "arc/policy/arc_policy_bridge.h", |
| 286 "arc/policy/arc_policy_util.cc", | 286 "arc/policy/arc_policy_util.cc", |
| 287 "arc/policy/arc_policy_util.h", | 287 "arc/policy/arc_policy_util.h", |
| 288 "arc/print/arc_print_service.cc", | 288 "arc/print/arc_print_service.cc", |
| 289 "arc/print/arc_print_service.h", | 289 "arc/print/arc_print_service.h", |
| 290 "arc/process/arc_process.cc", | 290 "arc/process/arc_process.cc", |
| 291 "arc/process/arc_process.h", | 291 "arc/process/arc_process.h", |
| 292 "arc/process/arc_process_service.cc", | 292 "arc/process/arc_process_service.cc", |
| 293 "arc/process/arc_process_service.h", | 293 "arc/process/arc_process_service.h", |
| 294 "arc/trace/arc_trace_bridge.cc", |
| 295 "arc/trace/arc_trace_bridge.h", |
| 294 "arc/tts/arc_tts_service.cc", | 296 "arc/tts/arc_tts_service.cc", |
| 295 "arc/tts/arc_tts_service.h", | 297 "arc/tts/arc_tts_service.h", |
| 296 "arc/video/gpu_arc_video_service_host.cc", | 298 "arc/video/gpu_arc_video_service_host.cc", |
| 297 "arc/video/gpu_arc_video_service_host.h", | 299 "arc/video/gpu_arc_video_service_host.h", |
| 298 "arc/wallpaper/arc_wallpaper_service.cc", | 300 "arc/wallpaper/arc_wallpaper_service.cc", |
| 299 "arc/wallpaper/arc_wallpaper_service.h", | 301 "arc/wallpaper/arc_wallpaper_service.h", |
| 300 "attestation/attestation_ca_client.cc", | 302 "attestation/attestation_ca_client.cc", |
| 301 "attestation/attestation_ca_client.h", | 303 "attestation/attestation_ca_client.h", |
| 302 "attestation/attestation_policy_observer.cc", | 304 "attestation/attestation_policy_observer.cc", |
| 303 "attestation/attestation_policy_observer.h", | 305 "attestation/attestation_policy_observer.h", |
| (...skipping 1422 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1726 "policy/proto/chrome_device_policy.proto", | 1728 "policy/proto/chrome_device_policy.proto", |
| 1727 "policy/proto/install_attributes.proto", | 1729 "policy/proto/install_attributes.proto", |
| 1728 ] | 1730 ] |
| 1729 } | 1731 } |
| 1730 | 1732 |
| 1731 proto_library("attestation_proto") { | 1733 proto_library("attestation_proto") { |
| 1732 sources = [ | 1734 sources = [ |
| 1733 "attestation/attestation_key_payload.proto", | 1735 "attestation/attestation_key_payload.proto", |
| 1734 ] | 1736 ] |
| 1735 } | 1737 } |
| OLD | NEW |