| 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 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 321 "attestation/platform_verification_impl.cc", | 321 "attestation/platform_verification_impl.cc", |
| 322 "attestation/platform_verification_impl.h", | 322 "attestation/platform_verification_impl.h", |
| 323 "background/ash_wallpaper_delegate.cc", | 323 "background/ash_wallpaper_delegate.cc", |
| 324 "background/ash_wallpaper_delegate.h", | 324 "background/ash_wallpaper_delegate.h", |
| 325 "base/file_flusher.cc", | 325 "base/file_flusher.cc", |
| 326 "base/file_flusher.h", | 326 "base/file_flusher.h", |
| 327 "base/locale_util.cc", | 327 "base/locale_util.cc", |
| 328 "base/locale_util.h", | 328 "base/locale_util.h", |
| 329 "bluetooth/bluetooth_pairing_dialog.cc", | 329 "bluetooth/bluetooth_pairing_dialog.cc", |
| 330 "bluetooth/bluetooth_pairing_dialog.h", | 330 "bluetooth/bluetooth_pairing_dialog.h", |
| 331 "bluetooth/bluetooth_pairing_view.cc", |
| 332 "bluetooth/bluetooth_pairing_view.h", |
| 331 "boot_times_recorder.cc", | 333 "boot_times_recorder.cc", |
| 332 "boot_times_recorder.h", | 334 "boot_times_recorder.h", |
| 333 "camera_detector.cc", | 335 "camera_detector.cc", |
| 334 "camera_detector.h", | 336 "camera_detector.h", |
| 335 "camera_presence_notifier.cc", | 337 "camera_presence_notifier.cc", |
| 336 "camera_presence_notifier.h", | 338 "camera_presence_notifier.h", |
| 337 "certificate_provider/certificate_info.cc", | 339 "certificate_provider/certificate_info.cc", |
| 338 "certificate_provider/certificate_info.h", | 340 "certificate_provider/certificate_info.h", |
| 339 "certificate_provider/certificate_provider_service.cc", | 341 "certificate_provider/certificate_provider_service.cc", |
| 340 "certificate_provider/certificate_provider_service.h", | 342 "certificate_provider/certificate_provider_service.h", |
| (...skipping 1408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1749 "policy/proto/chrome_device_policy.proto", | 1751 "policy/proto/chrome_device_policy.proto", |
| 1750 "policy/proto/install_attributes.proto", | 1752 "policy/proto/install_attributes.proto", |
| 1751 ] | 1753 ] |
| 1752 } | 1754 } |
| 1753 | 1755 |
| 1754 proto_library("attestation_proto") { | 1756 proto_library("attestation_proto") { |
| 1755 sources = [ | 1757 sources = [ |
| 1756 "attestation/attestation_key_payload.proto", | 1758 "attestation/attestation_key_payload.proto", |
| 1757 ] | 1759 ] |
| 1758 } | 1760 } |
| OLD | NEW |