| Index: chrome/browser/extensions/BUILD.gn
|
| diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn
|
| index 8e723012194b99e58949b607d2e67619a7855e8c..768f947feec2a23e84939cd9892e2adaf5e0a89e 100644
|
| --- a/chrome/browser/extensions/BUILD.gn
|
| +++ b/chrome/browser/extensions/BUILD.gn
|
| @@ -1151,10 +1151,6 @@ static_library("extensions") {
|
| }
|
|
|
| if (use_ash) {
|
| - sources += [
|
| - "api/tabs/ash_panel_contents.cc",
|
| - "api/tabs/ash_panel_contents.h",
|
| - ]
|
| deps += [
|
| "//ash",
|
| "//ash/public/cpp:ash_public_cpp",
|
|
|