| Index: chrome/browser/chromeos/BUILD.gn
|
| diff --git a/chrome/browser/chromeos/BUILD.gn b/chrome/browser/chromeos/BUILD.gn
|
| index d02a67d1992217711223b38d678690b1d43be9a4..aa5f35a090c70ac43808b598316b1de971b564f5 100644
|
| --- a/chrome/browser/chromeos/BUILD.gn
|
| +++ b/chrome/browser/chromeos/BUILD.gn
|
| @@ -95,6 +95,7 @@ source_set("chromeos") {
|
| "//net",
|
| "//ppapi/proxy:ipc", # For PpapiMsg_LoadPlugin
|
| "//services/service_manager/public/cpp",
|
| + "//services/service_manager/runner/common",
|
| "//services/ui/public/interfaces/display",
|
|
|
| # TODO: care about enable_basic_printing and enable_print_preview.
|
| @@ -326,6 +327,8 @@ source_set("chromeos") {
|
| "arc/voice_interaction/arc_voice_interaction_framework_service.h",
|
| "arc/wallpaper/arc_wallpaper_service.cc",
|
| "arc/wallpaper/arc_wallpaper_service.h",
|
| + "ash_config.cc",
|
| + "ash_config.h",
|
| "attestation/attestation_ca_client.cc",
|
| "attestation/attestation_ca_client.h",
|
| "attestation/attestation_policy_observer.cc",
|
|
|