| Index: chrome/browser/extensions/BUILD.gn
|
| diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn
|
| index 6d602f50ce612d05dead675b3f572492633b0523..66cc3bbc4854f1271639041fc9c0ceeb386261bb 100644
|
| --- a/chrome/browser/extensions/BUILD.gn
|
| +++ b/chrome/browser/extensions/BUILD.gn
|
| @@ -190,7 +190,10 @@ static_library("extensions") {
|
| "//third_party/isimpledom",
|
| ]
|
| } else if (!is_chromeos) {
|
| - sources += [ "api/system_display/display_info_provider_aura.cc" ]
|
| + sources += [
|
| + "display_info_provider_aura.cc",
|
| + "display_info_provider_aura.h",
|
| + ]
|
| }
|
|
|
| if (enable_app_list) {
|
|
|