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

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

Issue 2558143002: Remove the enable_task_manager build flag and define. (Closed)
Patch Set: Includes Created 4 years 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/BUILD.gn ('k') | chrome/browser/net/chrome_network_delegate.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 c647868f4bc8ce46062c624af055646afce4c9de..afc16da6be8657063bb3e66d137477415336f1cb 100644
--- a/chrome/browser/extensions/BUILD.gn
+++ b/chrome/browser/extensions/BUILD.gn
@@ -1050,9 +1050,11 @@ static_library("extensions") {
}
}
- if (!is_android && !is_ios) {
- # Non-mobile.
- #deps += [ "//apps" ]
+ if (!is_android) {
+ sources += [
+ "api/processes/processes_api.cc",
+ "api/processes/processes_api.h",
+ ]
}
if (is_win || is_mac) {
@@ -1140,13 +1142,6 @@ static_library("extensions") {
]
}
- if (enable_task_manager) {
- sources += [
- "api/processes/processes_api.cc",
- "api/processes/processes_api.h",
- ]
- }
-
if (enable_rlz_support) {
deps += [ "//rlz:rlz_lib" ]
}
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/net/chrome_network_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698