| 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..97c895e9389b14eec021c2386f88ca864dcb9f6e 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_app_list) {
|
| + sources += gypi_values.app_list_schema_files
|
| +}
|
| if (is_chromeos) {
|
| sources += gypi_values.chromeos_schema_files
|
| } else if (is_linux || is_win) {
|
|
|