| Index: chrome/common/extensions/api/schemas.gni
|
| diff --git a/chrome/common/extensions/api/schemas.gni b/chrome/common/extensions/api/schemas.gni
|
| index 54cc684307c7a6938517c1f57aa71de216d47b4a..8fc28c2c1856d2c1e26dc8029d59e40938917300 100644
|
| --- a/chrome/common/extensions/api/schemas.gni
|
| +++ b/chrome/common/extensions/api/schemas.gni
|
| @@ -14,6 +14,9 @@ gypi_values = exec_script("//build/gypi_to_gn.py",
|
|
|
| # Common sources that are both bundled and compiled.
|
| sources = gypi_values.main_schema_files
|
| +if (enable_task_manager) {
|
| + sources += gypi_values.task_manager_dependent_schema_files
|
| +}
|
| if (is_chromeos) {
|
| sources += gypi_values.chromeos_schema_files
|
| } else if (is_linux || is_win) {
|
|
|