| 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("//media/media_options.gni") | 7 import("//media/media_options.gni") |
| 8 import("//third_party/protobuf/proto_library.gni") | 8 import("//third_party/protobuf/proto_library.gni") |
| 9 | 9 |
| 10 assert(is_chromeos) | 10 assert(is_chromeos) |
| (...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 276 "dbus/chrome_console_service_provider_delegate.cc", | 276 "dbus/chrome_console_service_provider_delegate.cc", |
| 277 "dbus/chrome_console_service_provider_delegate.h", | 277 "dbus/chrome_console_service_provider_delegate.h", |
| 278 "dbus/chrome_display_power_service_provider_delegate.cc", | 278 "dbus/chrome_display_power_service_provider_delegate.cc", |
| 279 "dbus/chrome_display_power_service_provider_delegate.h", | 279 "dbus/chrome_display_power_service_provider_delegate.h", |
| 280 "dbus/chrome_proxy_resolver_delegate.cc", | 280 "dbus/chrome_proxy_resolver_delegate.cc", |
| 281 "dbus/chrome_proxy_resolver_delegate.h", | 281 "dbus/chrome_proxy_resolver_delegate.h", |
| 282 "dbus/kiosk_info_service_provider.cc", | 282 "dbus/kiosk_info_service_provider.cc", |
| 283 "dbus/kiosk_info_service_provider.h", | 283 "dbus/kiosk_info_service_provider.h", |
| 284 "dbus/screen_lock_service_provider.cc", | 284 "dbus/screen_lock_service_provider.cc", |
| 285 "dbus/screen_lock_service_provider.h", | 285 "dbus/screen_lock_service_provider.h", |
| 286 "dbus_thread_manager_chrome.cc", |
| 287 "dbus_thread_manager_chrome.h", |
| 286 "device/input_service_proxy.cc", | 288 "device/input_service_proxy.cc", |
| 287 "device/input_service_proxy.h", | 289 "device/input_service_proxy.h", |
| 288 "device_uma.cc", | 290 "device_uma.cc", |
| 289 "device_uma.h", | 291 "device_uma.h", |
| 290 "display/display_configuration_observer.cc", | 292 "display/display_configuration_observer.cc", |
| 291 "display/display_configuration_observer.h", | 293 "display/display_configuration_observer.h", |
| 292 "display/display_preferences.cc", | 294 "display/display_preferences.cc", |
| 293 "display/display_preferences.h", | 295 "display/display_preferences.h", |
| 294 "display/output_protection_delegate.cc", | 296 "display/output_protection_delegate.cc", |
| 295 "display/output_protection_delegate.h", | 297 "display/output_protection_delegate.h", |
| (...skipping 1296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1592 "policy/proto/chrome_device_policy.proto", | 1594 "policy/proto/chrome_device_policy.proto", |
| 1593 "policy/proto/install_attributes.proto", | 1595 "policy/proto/install_attributes.proto", |
| 1594 ] | 1596 ] |
| 1595 } | 1597 } |
| 1596 | 1598 |
| 1597 proto_library("attestation_proto") { | 1599 proto_library("attestation_proto") { |
| 1598 sources = [ | 1600 sources = [ |
| 1599 "attestation/attestation_key_payload.proto", | 1601 "attestation/attestation_key_payload.proto", |
| 1600 ] | 1602 ] |
| 1601 } | 1603 } |
| OLD | NEW |