Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(151)

Unified Diff: chrome/browser/ui/BUILD.gn

Issue 855753004: Remove remainder of Athena related code from Chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_USE_ATHENA5
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/extensions/extension_tab_util_athena.cc ('k') | chrome/browser/ui/ash/ash_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index a1173ae3e3768ac1d9b98e66e094f2da776958a5..0ab3e15901c8c461cd6903692df33c3820ea4801 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -225,24 +225,6 @@ static_library("ui") {
".",
"//chrome")
}
- if (use_athena) {
- sources += rebase_path(gypi_values.chrome_browser_ui_athena_sources,
- ".",
- "//chrome")
- } else { # Not athena.
- if (!is_android) {
- sources += rebase_path(
- gypi_values.chrome_browser_ui_non_athena_non_mobile_sources,
- ".",
- "//chrome")
- }
- if (use_ash) {
- 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,
".",
« no previous file with comments | « chrome/browser/extensions/extension_tab_util_athena.cc ('k') | chrome/browser/ui/ash/ash_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698