| 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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 "//device/bluetooth", | 88 "//device/bluetooth", |
| 89 "//device/hid", | 89 "//device/hid", |
| 90 "//extensions/browser/kiosk", | 90 "//extensions/browser/kiosk", |
| 91 "//mash/public/interfaces", | 91 "//mash/public/interfaces", |
| 92 "//media", | 92 "//media", |
| 93 "//media/mojo/interfaces", | 93 "//media/mojo/interfaces", |
| 94 "//mojo/common", | 94 "//mojo/common", |
| 95 "//net", | 95 "//net", |
| 96 "//ppapi/proxy:ipc", # For PpapiMsg_LoadPlugin | 96 "//ppapi/proxy:ipc", # For PpapiMsg_LoadPlugin |
| 97 "//services/service_manager/public/cpp", | 97 "//services/service_manager/public/cpp", |
| 98 "//services/ui/public/interfaces/display", |
| 98 | 99 |
| 99 # TODO: care about enable_basic_printing and enable_print_preview. | 100 # TODO: care about enable_basic_printing and enable_print_preview. |
| 100 "//components/sync", | 101 "//components/sync", |
| 101 "//printing", | 102 "//printing", |
| 102 "//skia", | 103 "//skia", |
| 103 "//storage/browser", | 104 "//storage/browser", |
| 104 "//storage/common", | 105 "//storage/common", |
| 105 "//third_party/adobe/flash:flapper_version_h", | 106 "//third_party/adobe/flash:flapper_version_h", |
| 106 "//third_party/cacheinvalidation", | 107 "//third_party/cacheinvalidation", |
| 107 "//third_party/icu", | 108 "//third_party/icu", |
| (...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 346 "customization/customization_wallpaper_downloader.cc", | 347 "customization/customization_wallpaper_downloader.cc", |
| 347 "customization/customization_wallpaper_downloader.h", | 348 "customization/customization_wallpaper_downloader.h", |
| 348 "dbus/chrome_console_service_provider_delegate.cc", | 349 "dbus/chrome_console_service_provider_delegate.cc", |
| 349 "dbus/chrome_console_service_provider_delegate.h", | 350 "dbus/chrome_console_service_provider_delegate.h", |
| 350 "dbus/chrome_display_power_service_provider_delegate.cc", | 351 "dbus/chrome_display_power_service_provider_delegate.cc", |
| 351 "dbus/chrome_display_power_service_provider_delegate.h", | 352 "dbus/chrome_display_power_service_provider_delegate.h", |
| 352 "dbus/chrome_proxy_resolver_delegate.cc", | 353 "dbus/chrome_proxy_resolver_delegate.cc", |
| 353 "dbus/chrome_proxy_resolver_delegate.h", | 354 "dbus/chrome_proxy_resolver_delegate.h", |
| 354 "dbus/kiosk_info_service_provider.cc", | 355 "dbus/kiosk_info_service_provider.cc", |
| 355 "dbus/kiosk_info_service_provider.h", | 356 "dbus/kiosk_info_service_provider.h", |
| 357 "dbus/mus_console_service_provider_delegate.cc", |
| 358 "dbus/mus_console_service_provider_delegate.h", |
| 356 "dbus/screen_lock_service_provider.cc", | 359 "dbus/screen_lock_service_provider.cc", |
| 357 "dbus/screen_lock_service_provider.h", | 360 "dbus/screen_lock_service_provider.h", |
| 358 "device/input_service_proxy.cc", | 361 "device/input_service_proxy.cc", |
| 359 "device/input_service_proxy.h", | 362 "device/input_service_proxy.h", |
| 360 "device_uma.cc", | 363 "device_uma.cc", |
| 361 "device_uma.h", | 364 "device_uma.h", |
| 362 "display/display_configuration_observer.cc", | 365 "display/display_configuration_observer.cc", |
| 363 "display/display_configuration_observer.h", | 366 "display/display_configuration_observer.h", |
| 364 "display/display_preferences.cc", | 367 "display/display_preferences.cc", |
| 365 "display/display_preferences.h", | 368 "display/display_preferences.h", |
| (...skipping 1359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1725 "policy/proto/chrome_device_policy.proto", | 1728 "policy/proto/chrome_device_policy.proto", |
| 1726 "policy/proto/install_attributes.proto", | 1729 "policy/proto/install_attributes.proto", |
| 1727 ] | 1730 ] |
| 1728 } | 1731 } |
| 1729 | 1732 |
| 1730 proto_library("attestation_proto") { | 1733 proto_library("attestation_proto") { |
| 1731 sources = [ | 1734 sources = [ |
| 1732 "attestation/attestation_key_payload.proto", | 1735 "attestation/attestation_key_payload.proto", |
| 1733 ] | 1736 ] |
| 1734 } | 1737 } |
| OLD | NEW |