| 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 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 369 "dbus/screen_lock_service_provider.cc", | 369 "dbus/screen_lock_service_provider.cc", |
| 370 "dbus/screen_lock_service_provider.h", | 370 "dbus/screen_lock_service_provider.h", |
| 371 "device/input_service_proxy.cc", | 371 "device/input_service_proxy.cc", |
| 372 "device/input_service_proxy.h", | 372 "device/input_service_proxy.h", |
| 373 "device_uma.cc", | 373 "device_uma.cc", |
| 374 "device_uma.h", | 374 "device_uma.h", |
| 375 "display/display_configuration_observer.cc", | 375 "display/display_configuration_observer.cc", |
| 376 "display/display_configuration_observer.h", | 376 "display/display_configuration_observer.h", |
| 377 "display/display_preferences.cc", | 377 "display/display_preferences.cc", |
| 378 "display/display_preferences.h", | 378 "display/display_preferences.h", |
| 379 "display/output_protection_controller_ash.cc", |
| 380 "display/output_protection_controller_ash.h", |
| 381 "display/output_protection_controller_mus.cc", |
| 382 "display/output_protection_controller_mus.h", |
| 379 "display/output_protection_delegate.cc", | 383 "display/output_protection_delegate.cc", |
| 380 "display/output_protection_delegate.h", | 384 "display/output_protection_delegate.h", |
| 381 "display/overscan_calibrator.cc", | 385 "display/overscan_calibrator.cc", |
| 382 "display/overscan_calibrator.h", | 386 "display/overscan_calibrator.h", |
| 383 "display/quirks_manager_delegate_impl.cc", | 387 "display/quirks_manager_delegate_impl.cc", |
| 384 "display/quirks_manager_delegate_impl.h", | 388 "display/quirks_manager_delegate_impl.h", |
| 385 "display/touch_calibrator/touch_calibrator_controller.cc", | 389 "display/touch_calibrator/touch_calibrator_controller.cc", |
| 386 "display/touch_calibrator/touch_calibrator_controller.h", | 390 "display/touch_calibrator/touch_calibrator_controller.h", |
| 387 "display/touch_calibrator/touch_calibrator_view.cc", | 391 "display/touch_calibrator/touch_calibrator_view.cc", |
| 388 "display/touch_calibrator/touch_calibrator_view.h", | 392 "display/touch_calibrator/touch_calibrator_view.h", |
| (...skipping 1377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1766 "policy/proto/chrome_device_policy.proto", | 1770 "policy/proto/chrome_device_policy.proto", |
| 1767 "policy/proto/install_attributes.proto", | 1771 "policy/proto/install_attributes.proto", |
| 1768 ] | 1772 ] |
| 1769 } | 1773 } |
| 1770 | 1774 |
| 1771 proto_library("attestation_proto") { | 1775 proto_library("attestation_proto") { |
| 1772 sources = [ | 1776 sources = [ |
| 1773 "attestation/attestation_key_payload.proto", | 1777 "attestation/attestation_key_payload.proto", |
| 1774 ] | 1778 ] |
| 1775 } | 1779 } |
| OLD | NEW |