| Index: chrome/common/extensions/api/schemas.gni
|
| diff --git a/chrome/common/extensions/api/schemas.gni b/chrome/common/extensions/api/schemas.gni
|
| index 8fc28c2c1856d2c1e26dc8029d59e40938917300..54d369ee3f69f3c68af7a53f75df11fe3d72731d 100644
|
| --- a/chrome/common/extensions/api/schemas.gni
|
| +++ b/chrome/common/extensions/api/schemas.gni
|
| @@ -28,6 +28,9 @@ if (enable_service_discovery) {
|
| if (enable_webrtc) {
|
| sources += gypi_values.webrtc_schema_files
|
| }
|
| +if (enable_app_list) {
|
| + sources += gypi_values.app_list_schema_files
|
| +}
|
|
|
| uncompiled_sources = gypi_values.main_non_compiled_schema_files
|
|
|
|
|