Index: chrome/browser/ui/BUILD.gn |
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn |
index bac985e14bb1bd040828cf4f2b293f5394eb5288..47967c580457ff018d06a7d7d2c11f2add4f0162 100644 |
--- a/chrome/browser/ui/BUILD.gn |
+++ b/chrome/browser/ui/BUILD.gn |
@@ -193,6 +193,17 @@ static_library("ui") { |
sources += rebase_path(gypi_values.chrome_browser_ui_non_ash_sources, |
".", "//chrome") |
} |
+ if (use_athena) { |
+ sources += rebase_path(gypi_values.chrome_browser_ui_athena_sources, |
+ ".", "//chrome") |
+ } else { |
+ sources += rebase_path(gypi_values.chrome_browser_ui_non_athena_sources, |
+ ".", "//chrome") |
+ if (use_ash) { # Not Athena. |
+ sources += rebase_path(gypi_values.chrome_browser_ui_ash_non_athena_sources, |
+ ".", "//chrome") |
+ } |
+ } |
if (toolkit_views) { |
sources += rebase_path(gypi_values.chrome_browser_ui_views_sources, |
".", "//chrome") |