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

Unified Diff: chrome/browser/BUILD.gn

Issue 1912773002: Remove the old task manager view (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: thestig's comments Created 4 years, 8 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
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index d153f91ee7c5e4ebed145923a09d7acdf3f55761..df1cd1ba033441a5fb1d44cea2af675aca9f855d 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -479,6 +479,13 @@ source_set("browser") {
".",
"//chrome")
}
+
+ if (is_mac) {
+ sources +=
+ rebase_path(gypi_values.chrome_browser_old_task_manager_mac_sources,
+ ".",
+ "//chrome")
+ }
}
if (enable_spellcheck) {
sources += rebase_path(gypi_values.chrome_browser_spellchecker_sources,

Powered by Google App Engine
This is Rietveld 408576698