| 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 356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 367 "chrome_browser_main_chromeos.cc", | 367 "chrome_browser_main_chromeos.cc", |
| 368 "chrome_browser_main_chromeos.h", | 368 "chrome_browser_main_chromeos.h", |
| 369 "customization/customization_document.cc", | 369 "customization/customization_document.cc", |
| 370 "customization/customization_document.h", | 370 "customization/customization_document.h", |
| 371 "customization/customization_wallpaper_downloader.cc", | 371 "customization/customization_wallpaper_downloader.cc", |
| 372 "customization/customization_wallpaper_downloader.h", | 372 "customization/customization_wallpaper_downloader.h", |
| 373 "dbus/chrome_console_service_provider_delegate.cc", | 373 "dbus/chrome_console_service_provider_delegate.cc", |
| 374 "dbus/chrome_console_service_provider_delegate.h", | 374 "dbus/chrome_console_service_provider_delegate.h", |
| 375 "dbus/chrome_display_power_service_provider_delegate.cc", | 375 "dbus/chrome_display_power_service_provider_delegate.cc", |
| 376 "dbus/chrome_display_power_service_provider_delegate.h", | 376 "dbus/chrome_display_power_service_provider_delegate.h", |
| 377 "dbus/chrome_proxy_resolver_delegate.cc", | 377 "dbus/chrome_proxy_resolution_service_provider_delegate.cc", |
| 378 "dbus/chrome_proxy_resolver_delegate.h", | 378 "dbus/chrome_proxy_resolution_service_provider_delegate.h", |
| 379 "dbus/kiosk_info_service_provider.cc", | 379 "dbus/kiosk_info_service_provider.cc", |
| 380 "dbus/kiosk_info_service_provider.h", | 380 "dbus/kiosk_info_service_provider.h", |
| 381 "dbus/mus_console_service_provider_delegate.cc", | 381 "dbus/mus_console_service_provider_delegate.cc", |
| 382 "dbus/mus_console_service_provider_delegate.h", | 382 "dbus/mus_console_service_provider_delegate.h", |
| 383 "dbus/screen_lock_service_provider.cc", | 383 "dbus/screen_lock_service_provider.cc", |
| 384 "dbus/screen_lock_service_provider.h", | 384 "dbus/screen_lock_service_provider.h", |
| 385 "device/input_service_proxy.cc", | 385 "device/input_service_proxy.cc", |
| 386 "device/input_service_proxy.h", | 386 "device/input_service_proxy.h", |
| 387 "device_uma.cc", | 387 "device_uma.cc", |
| 388 "device_uma.h", | 388 "device_uma.h", |
| (...skipping 1413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1802 "policy/proto/chrome_device_policy.proto", | 1802 "policy/proto/chrome_device_policy.proto", |
| 1803 "policy/proto/install_attributes.proto", | 1803 "policy/proto/install_attributes.proto", |
| 1804 ] | 1804 ] |
| 1805 } | 1805 } |
| 1806 | 1806 |
| 1807 proto_library("attestation_proto") { | 1807 proto_library("attestation_proto") { |
| 1808 sources = [ | 1808 sources = [ |
| 1809 "attestation/attestation_key_payload.proto", | 1809 "attestation/attestation_key_payload.proto", |
| 1810 ] | 1810 ] |
| 1811 } | 1811 } |
| OLD | NEW |