| Index: chrome/browser/extensions/BUILD.gn
|
| diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn
|
| index d6db820378bcb308e8af793c94933b38dd265e2e..6f4af634ce56f218031536ba39efec3f5137d26a 100644
|
| --- a/chrome/browser/extensions/BUILD.gn
|
| +++ b/chrome/browser/extensions/BUILD.gn
|
| @@ -104,11 +104,6 @@ static_library("extensions") {
|
| "api/tabs/ash_panel_contents.h",
|
| ]
|
| }
|
| - if (!use_athena) {
|
| - sources += rebase_path(
|
| - gypi_values.chrome_browser_extensions_non_athena_sources,
|
| - ".", "//chrome")
|
| - }
|
|
|
| if (is_linux) {
|
| configs += [ "//build/config/linux:fontconfig" ]
|
|
|