| 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 331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 342 "certificate_provider/certificate_requests.cc", | 342 "certificate_provider/certificate_requests.cc", |
| 343 "certificate_provider/certificate_requests.h", | 343 "certificate_provider/certificate_requests.h", |
| 344 "certificate_provider/pin_dialog_manager.cc", | 344 "certificate_provider/pin_dialog_manager.cc", |
| 345 "certificate_provider/pin_dialog_manager.h", | 345 "certificate_provider/pin_dialog_manager.h", |
| 346 "certificate_provider/sign_requests.cc", | 346 "certificate_provider/sign_requests.cc", |
| 347 "certificate_provider/sign_requests.h", | 347 "certificate_provider/sign_requests.h", |
| 348 "certificate_provider/thread_safe_certificate_map.cc", | 348 "certificate_provider/thread_safe_certificate_map.cc", |
| 349 "certificate_provider/thread_safe_certificate_map.h", | 349 "certificate_provider/thread_safe_certificate_map.h", |
| 350 "chrome_browser_main_chromeos.cc", | 350 "chrome_browser_main_chromeos.cc", |
| 351 "chrome_browser_main_chromeos.h", | 351 "chrome_browser_main_chromeos.h", |
| 352 "chrome_interface_factory.cc", | |
| 353 "chrome_interface_factory.h", | |
| 354 "customization/customization_document.cc", | 352 "customization/customization_document.cc", |
| 355 "customization/customization_document.h", | 353 "customization/customization_document.h", |
| 356 "customization/customization_wallpaper_downloader.cc", | 354 "customization/customization_wallpaper_downloader.cc", |
| 357 "customization/customization_wallpaper_downloader.h", | 355 "customization/customization_wallpaper_downloader.h", |
| 358 "dbus/chrome_console_service_provider_delegate.cc", | 356 "dbus/chrome_console_service_provider_delegate.cc", |
| 359 "dbus/chrome_console_service_provider_delegate.h", | 357 "dbus/chrome_console_service_provider_delegate.h", |
| 360 "dbus/chrome_display_power_service_provider_delegate.cc", | 358 "dbus/chrome_display_power_service_provider_delegate.cc", |
| 361 "dbus/chrome_display_power_service_provider_delegate.h", | 359 "dbus/chrome_display_power_service_provider_delegate.h", |
| 362 "dbus/chrome_proxy_resolver_delegate.cc", | 360 "dbus/chrome_proxy_resolver_delegate.cc", |
| 363 "dbus/chrome_proxy_resolver_delegate.h", | 361 "dbus/chrome_proxy_resolver_delegate.h", |
| (...skipping 1401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1765 "policy/proto/chrome_device_policy.proto", | 1763 "policy/proto/chrome_device_policy.proto", |
| 1766 "policy/proto/install_attributes.proto", | 1764 "policy/proto/install_attributes.proto", |
| 1767 ] | 1765 ] |
| 1768 } | 1766 } |
| 1769 | 1767 |
| 1770 proto_library("attestation_proto") { | 1768 proto_library("attestation_proto") { |
| 1771 sources = [ | 1769 sources = [ |
| 1772 "attestation/attestation_key_payload.proto", | 1770 "attestation/attestation_key_payload.proto", |
| 1773 ] | 1771 ] |
| 1774 } | 1772 } |
| OLD | NEW |