| Index: chrome/common/extensions/api/BUILD.gn
|
| diff --git a/chrome/common/extensions/api/BUILD.gn b/chrome/common/extensions/api/BUILD.gn
|
| index b419b51de87ddd3c522a2fabf326119ceb24969c..c80a99e79450501210c7f8c469542a47b667fae0 100644
|
| --- a/chrome/common/extensions/api/BUILD.gn
|
| +++ b/chrome/common/extensions/api/BUILD.gn
|
| @@ -87,7 +87,7 @@ schema_sources = [
|
| "webstore_widget_private.idl",
|
| "windows.json",
|
| ]
|
| -if (enable_task_manager) {
|
| +if (!is_android) {
|
| schema_sources += [ "processes.idl" ]
|
| }
|
| if (is_chromeos) {
|
|
|