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

Unified Diff: chrome/browser/extensions/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/BUILD.gn ('k') | chrome/browser/extensions/api/tabs/tabs_api_athena.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/BUILD.gn
diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn
index 5625d7970f5b4243559c5e79291bbe9f6013c6be..9e717f091d124581bfc3ebe1fc52a81fa0d3b2ef 100644
--- a/chrome/browser/extensions/BUILD.gn
+++ b/chrome/browser/extensions/BUILD.gn
@@ -110,17 +110,6 @@ static_library("extensions") {
"api/tabs/ash_panel_contents.h",
]
}
- if (use_athena) {
- defines += [ USE_ATHENA ]
- sources += rebase_path(gypi_values.chrome_browser_extensions_athena_sources,
- ".",
- "//chrome")
- } else {
- sources +=
- rebase_path(gypi_values.chrome_browser_extensions_non_athena_sources,
- ".",
- "//chrome")
- }
if (is_linux) {
configs += [ "//build/config/linux:fontconfig" ]
« no previous file with comments | « chrome/BUILD.gn ('k') | chrome/browser/extensions/api/tabs/tabs_api_athena.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698