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 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
268 "arc/policy/arc_policy_bridge.cc", | 268 "arc/policy/arc_policy_bridge.cc", |
269 "arc/policy/arc_policy_bridge.h", | 269 "arc/policy/arc_policy_bridge.h", |
270 "arc/policy/arc_policy_util.cc", | 270 "arc/policy/arc_policy_util.cc", |
271 "arc/policy/arc_policy_util.h", | 271 "arc/policy/arc_policy_util.h", |
272 "arc/print/arc_print_service.cc", | 272 "arc/print/arc_print_service.cc", |
273 "arc/print/arc_print_service.h", | 273 "arc/print/arc_print_service.h", |
274 "arc/process/arc_process.cc", | 274 "arc/process/arc_process.cc", |
275 "arc/process/arc_process.h", | 275 "arc/process/arc_process.h", |
276 "arc/process/arc_process_service.cc", | 276 "arc/process/arc_process_service.cc", |
277 "arc/process/arc_process_service.h", | 277 "arc/process/arc_process_service.h", |
| 278 "arc/trace/arc_trace_bridge.cc", |
| 279 "arc/trace/arc_trace_bridge.h", |
278 "arc/tts/arc_tts_service.cc", | 280 "arc/tts/arc_tts_service.cc", |
279 "arc/tts/arc_tts_service.h", | 281 "arc/tts/arc_tts_service.h", |
280 "arc/video/gpu_arc_video_service_host.cc", | 282 "arc/video/gpu_arc_video_service_host.cc", |
281 "arc/video/gpu_arc_video_service_host.h", | 283 "arc/video/gpu_arc_video_service_host.h", |
282 "arc/wallpaper/arc_wallpaper_service.cc", | 284 "arc/wallpaper/arc_wallpaper_service.cc", |
283 "arc/wallpaper/arc_wallpaper_service.h", | 285 "arc/wallpaper/arc_wallpaper_service.h", |
284 "attestation/attestation_ca_client.cc", | 286 "attestation/attestation_ca_client.cc", |
285 "attestation/attestation_ca_client.h", | 287 "attestation/attestation_ca_client.h", |
286 "attestation/attestation_policy_observer.cc", | 288 "attestation/attestation_policy_observer.cc", |
287 "attestation/attestation_policy_observer.h", | 289 "attestation/attestation_policy_observer.h", |
(...skipping 1399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1687 "policy/proto/chrome_device_policy.proto", | 1689 "policy/proto/chrome_device_policy.proto", |
1688 "policy/proto/install_attributes.proto", | 1690 "policy/proto/install_attributes.proto", |
1689 ] | 1691 ] |
1690 } | 1692 } |
1691 | 1693 |
1692 proto_library("attestation_proto") { | 1694 proto_library("attestation_proto") { |
1693 sources = [ | 1695 sources = [ |
1694 "attestation/attestation_key_payload.proto", | 1696 "attestation/attestation_key_payload.proto", |
1695 ] | 1697 ] |
1696 } | 1698 } |
OLD | NEW |